Skip to content
Failed

Console Output

05:44:12 Started by an SCM change
05:44:12 Running as SYSTEM
05:44:12 Agent basic-rpw7f is provisioned from template basic
05:44:12 ---
05:44:12 apiVersion: "v1"
05:44:12 kind: "Pod"
05:44:12 metadata:
05:44:12   annotations:
05:44:12     kubernetes.jenkins.io/last-refresh: "1718358246624"
05:44:12   labels:
05:44:12     jenkins: "slave"
05:44:12     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
05:44:12     jenkins/label: "basic"
05:44:12     kubernetes.jenkins.io/controller: "http___jenkins-ui_kapua_svc_cluster_local_kapuax"
05:44:12   name: "basic-rpw7f"
05:44:12   namespace: "kapua"
05:44:12 spec:
05:44:12   containers:
05:44:12   - env:
05:44:12     - name: "JENKINS_SECRET"
05:44:12       value: "********"
05:44:12     - name: "JENKINS_TUNNEL"
05:44:12       value: "jenkins-discovery.kapua.svc.cluster.local:50000"
05:44:12     - name: "JENKINS_AGENT_NAME"
05:44:12       value: "basic-rpw7f"
05:44:12     - name: "JENKINS_REMOTING_JAVA_OPTS"
05:44:12       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
05:44:12         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
05:44:12     - name: "JAVA_TOOL_OPTIONS"
05:44:12       value: ""
05:44:12     - name: "_JAVA_OPTIONS"
05:44:12       value: ""
05:44:12     - name: "REMOTING_OPTS"
05:44:12       value: "-noReconnectAfter 1d"
05:44:12     - name: "OPENJ9_JAVA_OPTIONS"
05:44:12       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
05:44:12     - name: "JENKINS_NAME"
05:44:12       value: "basic-rpw7f"
05:44:12     - name: "JENKINS_AGENT_WORKDIR"
05:44:12       value: "/home/jenkins/agent"
05:44:12     - name: "JENKINS_URL"
05:44:12       value: "http://jenkins-ui.kapua.svc.cluster.local/kapua/"
05:44:12     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9"
05:44:12     imagePullPolicy: "Always"
05:44:12     name: "jnlp"
05:44:12     resources:
05:44:12       limits:
05:44:12         cpu: "2000m"
05:44:12         memory: "4096Mi"
05:44:12       requests:
05:44:12         cpu: "1000m"
05:44:12         memory: "4096Mi"
05:44:12     tty: true
05:44:12     volumeMounts:
05:44:12     - mountPath: "/home/jenkins/.m2/toolchains.xml"
05:44:12       name: "m2-dir"
05:44:12       readOnly: true
05:44:12       subPath: "toolchains.xml"
05:44:12     - mountPath: "/home/jenkins/.mavenrc"
05:44:12       name: "m2-dir"
05:44:12       readOnly: true
05:44:12       subPath: ".mavenrc"
05:44:12     - mountPath: "/opt/tools"
05:44:12       name: "volume-0"
05:44:12       readOnly: false
05:44:12     - mountPath: "/home/jenkins"
05:44:12       name: "volume-2"
05:44:12       readOnly: false
05:44:12     - mountPath: "/home/jenkins/.m2/repository"
05:44:12       name: "volume-3"
05:44:12       readOnly: false
05:44:12     - mountPath: "/home/jenkins/.m2/settings-security.xml"
05:44:12       name: "m2-secret-dir"
05:44:12       readOnly: true
05:44:12       subPath: "settings-security.xml"
05:44:12     - mountPath: "/home/jenkins/.m2/wrapper"
05:44:12       name: "volume-4"
05:44:12       readOnly: false
05:44:12     - mountPath: "/home/jenkins/.m2/settings.xml"
05:44:12       name: "m2-secret-dir"
05:44:12       readOnly: true
05:44:12       subPath: "settings.xml"
05:44:12     - mountPath: "/home/jenkins/.ssh"
05:44:12       name: "volume-1"
05:44:12       readOnly: false
05:44:12       subPath: ""
05:44:12     - mountPath: "/home/jenkins/agent"
05:44:12       name: "workspace-volume"
05:44:12       readOnly: false
05:44:12     workingDir: "/home/jenkins/agent"
05:44:12   nodeSelector:
05:44:12     kubernetes.io/os: "linux"
05:44:12   restartPolicy: "Never"
05:44:12   volumes:
05:44:12   - name: "volume-0"
05:44:12     persistentVolumeClaim:
05:44:12       claimName: "tools-claim-jiro-kapua"
05:44:12       readOnly: true
05:44:12   - name: "m2-secret-dir"
05:44:12     secret:
05:44:12       secretName: "m2-secret-dir"
05:44:12   - emptyDir:
05:44:12       medium: ""
05:44:12     name: "volume-2"
05:44:12   - configMap:
05:44:12       name: "m2-dir"
05:44:12     name: "m2-dir"
05:44:12   - configMap:
05:44:12       name: "known-hosts"
05:44:12     name: "volume-1"
05:44:12   - emptyDir:
05:44:12       medium: ""
05:44:12     name: "workspace-volume"
05:44:12   - emptyDir:
05:44:12       medium: ""
05:44:12     name: "volume-4"
05:44:12   - emptyDir:
05:44:12       medium: ""
05:44:12     name: "volume-3"
05:44:12 
05:44:12 Building remotely on basic-rpw7f (basic) in workspace /home/jenkins/agent/workspace/develop-build
05:44:12 The recommended git tool is: NONE
05:44:14 No credentials specified
05:44:14 Cloning the remote Git repository
05:44:14 Cloning repository https://github.com/eclipse/kapua.git
05:44:14  > git init /home/jenkins/agent/workspace/develop-build # timeout=10
05:44:14 Fetching upstream changes from https://github.com/eclipse/kapua.git
05:44:14  > git --version # timeout=10
05:44:14  > git --version # 'git version 2.20.1'
05:44:14  > git fetch --tags --force --progress -- https://github.com/eclipse/kapua.git +refs/heads/*:refs/remotes/origin/* # timeout=10
05:44:19  > git config remote.origin.url https://github.com/eclipse/kapua.git # timeout=10
05:44:19  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
05:44:19 Avoid second fetch
05:44:19  > git rev-parse origin/develop^{commit} # timeout=10
05:44:19 Checking out Revision 8e8cbfdb77edcec281be22e3b8a38e587cade538 (origin/develop)
05:44:19  > git config core.sparsecheckout # timeout=10
05:44:19  > git checkout -f 8e8cbfdb77edcec281be22e3b8a38e587cade538 # timeout=10
05:44:20 Commit message: "Merge pull request #4057 from Agnul97/fix-Mfa_wrong_code_exception"
05:44:20  > git rev-list --no-walk e498d6104a482ddcff4823d09733842cfd81efe8 # timeout=10
05:44:20 [develop-build] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DskipTests=true -Dmaven.test.failure.ignore=true -Dorg.eclipse.kapua.qa.waitMultiplier=4.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/develop-build/.repository clean install -P!console
05:44:20 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
05:44:20 Maven home: /opt/tools/apache-maven/latest
05:44:20 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
05:44:20 Default locale: en_US, platform encoding: UTF-8
05:44:20 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
05:44:22 [INFO] Scanning for projects...
05:44:35 [INFO] ------------------------------------------------------------------------
05:44:35 [INFO] Reactor Build Order:
05:44:35 [INFO] 
05:44:35 [INFO] kapua-build-tools                                                  [jar]
05:44:35 [INFO] kapua                                                              [pom]
05:44:35 [INFO] kapua-qa                                                           [pom]
05:44:35 [INFO] kapua-qa-markers                                                   [jar]
05:44:35 [INFO] kapua-service                                                      [pom]
05:44:35 [INFO] kapua-service-api                                                  [jar]
05:44:35 [INFO] kapua-account                                                      [pom]
05:44:35 [INFO] kapua-account-api                                                  [jar]
05:44:35 [INFO] kapua-user                                                         [pom]
05:44:35 [INFO] kapua-user-api                                                     [jar]
05:44:35 [INFO] kapua-security                                                     [pom]
05:44:35 [INFO] kapua-security-authorization                                       [pom]
05:44:35 [INFO] kapua-security-authorization-api                                   [jar]
05:44:35 [INFO] kapua-security-authentication                                      [pom]
05:44:35 [INFO] kapua-security-authentication-api                                  [jar]
05:44:35 [INFO] kapua-commons                                                      [jar]
05:44:35 [INFO] kapua-locator                                                      [pom]
05:44:35 [INFO] kapua-locator-guice                                                [jar]
05:44:35 [INFO] kapua-account-internal                                             [jar]
05:44:35 [INFO] kapua-message                                                      [pom]
05:44:35 [INFO] kapua-message-api                                                  [jar]
05:44:35 [INFO] kapua-device                                                       [pom]
05:44:35 [INFO] kapua-device-api                                                   [jar]
05:44:35 [INFO] kapua-device-registry                                              [pom]
05:44:35 [INFO] kapua-device-registry-api                                          [jar]
05:44:35 [INFO] kapua-job                                                          [pom]
05:44:35 [INFO] kapua-job-api                                                      [jar]
05:44:35 [INFO] kapua-job-engine                                                   [pom]
05:44:35 [INFO] kapua-job-engine-api                                               [jar]
05:44:35 [INFO] kapua-device-management                                            [pom]
05:44:35 [INFO] kapua-device-management-api                                        [jar]
05:44:35 [INFO] kapua-device-management-request                                    [pom]
05:44:35 [INFO] kapua-device-management-request-api                                [jar]
05:44:35 [INFO] kapua-commons-rest                                                 [pom]
05:44:35 [INFO] kapua-commons-rest-model                                           [jar]
05:44:35 [INFO] kapua-job-engine-client                                            [jar]
05:44:35 [INFO] kapua-job-engine-commons                                           [jar]
05:44:35 [INFO] kapua-transport                                                    [pom]
05:44:35 [INFO] kapua-transport-api                                                [jar]
05:44:35 [INFO] kapua-device-call                                                  [pom]
05:44:35 [INFO] kapua-device-call-api                                              [jar]
05:44:35 [INFO] kapua-translator                                                   [pom]
05:44:35 [INFO] kapua-translator-api                                               [jar]
05:44:35 [INFO] kapua-message-internal                                             [jar]
05:44:35 [INFO] kapua-transport-mqtt                                               [jar]
05:44:35 [INFO] kapua-device-call-kura                                             [jar]
05:44:35 [INFO] kapua-device-management-registry                                   [pom]
05:44:35 [INFO] kapua-device-management-registry-api                               [jar]
05:44:35 [INFO] kapua-device-commons                                               [jar]
05:44:35 [INFO] kapua-service-commons                                              [pom]
05:44:35 [INFO] kapua-service-storable                                             [pom]
05:44:35 [INFO] kapua-service-storable-api                                         [jar]
05:44:35 [INFO] kapua-service-elasticsearch                                        [pom]
05:44:35 [INFO] kapua-service-elasticsearch-client-api                             [jar]
05:44:35 [INFO] kapua-datastore                                                    [pom]
05:44:35 [INFO] kapua-datastore-api                                                [jar]
05:44:35 [INFO] kapua-service-storable-internal                                    [jar]
05:44:35 [INFO] kapua-service-elasticsearch-client-rest                            [jar]
05:44:35 [INFO] kapua-datastore-internal                                           [jar]
05:44:35 [INFO] kapua-plug-ins                                                     [pom]
05:44:35 [INFO] kapua-sso                                                          [pom]
05:44:35 [INFO] kapua-openid-connect                                               [pom]
05:44:35 [INFO] kapua-openid-api                                                   [jar]
05:44:35 [INFO] kapua-openid-provider                                              [jar]
05:44:35 [INFO] kapua-security-registration                                        [pom]
05:44:35 [INFO] kapua-security-registration-api                                    [jar]
05:44:35 [INFO] kapua-service-commons-utils                                        [pom]
05:44:35 [INFO] kapua-service-commons-utils-api                                    [jar]
05:44:35 [INFO] kapua-security-certificate                                         [pom]
05:44:35 [INFO] kapua-security-certificate-api                                     [jar]
05:44:35 [INFO] kapua-service-commons-utils-internal                               [jar]
05:44:35 [INFO] kapua-security-certificate-internal                                [jar]
05:44:35 [INFO] kapua-user-internal                                                [jar]
05:44:35 [INFO] kapua-client                                                       [pom]
05:44:35 [INFO] kapua-client-security                                              [jar]
05:44:35 [INFO] kapua-device-authentication                                        [jar]
05:44:35 [INFO] kapua-tag                                                          [pom]
05:44:35 [INFO] kapua-tag-api                                                      [jar]
05:44:35 [INFO] kapua-device-registry-internal                                     [jar]
05:44:35 [INFO] kapua-security-registration-simple                                 [jar]
05:44:35 [INFO] kapua-tag-internal                                                 [jar]
05:44:35 [INFO] kapua-security-shiro                                               [jar]
05:44:35 [INFO] kapua-simulator-kura                                               [jar]
05:44:35 [INFO] kapua-stream                                                       [pom]
05:44:35 [INFO] kapua-stream-api                                                   [jar]
05:44:35 [INFO] kapua-device-management-asset                                      [pom]
05:44:35 [INFO] kapua-device-management-asset-api                                  [jar]
05:44:35 [INFO] kapua-device-management-asset-store                                [pom]
05:44:35 [INFO] kapua-device-management-asset-store-api                            [jar]
05:44:35 [INFO] kapua-device-management-asset-internal                             [jar]
05:44:35 [INFO] kapua-device-management-asset-store-dummy                          [jar]
05:44:35 [INFO] kapua-device-management-bundle                                     [pom]
05:44:35 [INFO] kapua-device-management-bundle-api                                 [jar]
05:44:35 [INFO] kapua-device-management-bundle-internal                            [jar]
05:44:35 [INFO] kapua-device-management-command                                    [pom]
05:44:35 [INFO] kapua-device-management-command-api                                [jar]
05:44:35 [INFO] kapua-device-management-command-internal                           [jar]
05:44:35 [INFO] kapua-device-management-configuration                              [pom]
05:44:35 [INFO] kapua-device-management-configuration-api                          [jar]
05:44:35 [INFO] kapua-device-management-configuration-message-api                  [jar]
05:44:35 [INFO] kapua-device-management-configuration-store                        [pom]
05:44:35 [INFO] kapua-device-management-configuration-store-api                    [jar]
05:44:35 [INFO] kapua-device-management-configuration-internal                     [jar]
05:44:35 [INFO] kapua-device-management-configuration-store-dummy                  [jar]
05:44:35 [INFO] kapua-device-management-inventory                                  [pom]
05:44:35 [INFO] kapua-device-management-inventory-api                              [jar]
05:44:35 [INFO] kapua-device-management-inventory-internal                         [jar]
05:44:35 [INFO] kapua-device-management-keystore                                   [pom]
05:44:35 [INFO] kapua-device-management-keystore-api                               [jar]
05:44:35 [INFO] kapua-device-management-keystore-internal                          [jar]
05:44:35 [INFO] kapua-device-management-packages                                   [pom]
05:44:35 [INFO] kapua-device-management-packages-api                               [jar]
05:44:35 [INFO] kapua-device-management-registry-internal                          [jar]
05:44:35 [INFO] kapua-device-management-packages-internal                          [jar]
05:44:35 [INFO] kapua-device-management-request-internal                           [jar]
05:44:35 [INFO] kapua-device-management-all                                        [pom]
05:44:35 [INFO] kapua-device-management-all-internal                               [jar]
05:44:35 [INFO] kapua-translator-kapua                                             [pom]
05:44:35 [INFO] kapua-translator-kapua-kura                                        [jar]
05:44:35 [INFO] kapua-translator-kura                                              [pom]
05:44:35 [INFO] kapua-translator-kura-mqtt                                         [jar]
05:44:35 [INFO] kapua-transport-jms                                                [jar]
05:44:35 [INFO] kapua-translator-kura-jms                                          [jar]
05:44:35 [INFO] kapua-qa-common                                                    [jar]
05:44:35 [INFO] kapua-account-test-steps                                           [jar]
05:44:35 [INFO] kapua-account-test                                                 [jar]
05:44:35 [INFO] kapua-user-test-steps                                              [jar]
05:44:35 [INFO] kapua-user-test                                                    [jar]
05:44:35 [INFO] kapua-scheduler                                                    [pom]
05:44:35 [INFO] kapua-scheduler-api                                                [jar]
05:44:35 [INFO] kapua-device-management-job                                        [pom]
05:44:35 [INFO] kapua-device-management-job-api                                    [jar]
05:44:35 [INFO] kapua-service-client                                               [jar]
05:44:35 [INFO] kapua-broker                                                       [pom]
05:44:35 [INFO] kapua-broker-artemis                                               [pom]
05:44:35 [INFO] kapua-broker-artemis-plugin                                        [jar]
05:44:35 [INFO] kapua-device-registry-test-steps                                   [jar]
05:44:35 [INFO] kapua-device-registry-test                                         [jar]
05:44:35 [INFO] kapua-scheduler-quartz                                             [jar]
05:44:35 [INFO] kapua-job-internal                                                 [jar]
05:44:35 [INFO] kapua-job-test-steps                                               [jar]
05:44:35 [INFO] kapua-job-test                                                     [jar]
05:44:35 [INFO] kapua-tag-test-steps                                               [jar]
05:44:35 [INFO] kapua-tag-test                                                     [jar]
05:44:35 [INFO] kapua-endpoint                                                     [pom]
05:44:35 [INFO] kapua-endpoint-api                                                 [jar]
05:44:35 [INFO] kapua-rest-api                                                     [pom]
05:44:35 [INFO] kapua-rest-api-core                                                [jar]
05:44:35 [INFO] kapua-device-management-all-api                                    [jar]
05:44:35 [INFO] kapua-system                                                       [pom]
05:44:35 [INFO] kapua-system-api                                                   [jar]
05:44:35 [INFO] kapua-commons-rest-errors                                          [jar]
05:44:35 [INFO] kapua-rest-api-resources                                           [jar]
05:44:35 [INFO] kapua-endpoint-internal                                            [jar]
05:44:35 [INFO] kapua-commons-rest-filters                                         [jar]
05:44:35 [INFO] kapua-stream-internal                                              [jar]
05:44:35 [INFO] kapua-system-internal                                              [jar]
05:44:35 [INFO] kapua-extras                                                       [pom]
05:44:35 [INFO] kapua-foreignkeys                                                  [jar]
05:44:35 [INFO] kapua-rest-api-web                                                 [war]
05:44:35 [INFO] kapua-qa-integration-steps                                         [jar]
05:44:35 [INFO] kapua-security-test-steps                                          [jar]
05:44:35 [INFO] kapua-device-management-job-internal                               [jar]
05:44:35 [INFO] kapua-endpoint-test-steps                                          [jar]
05:44:35 [INFO] kapua-device-management-bundle-job                                 [jar]
05:44:35 [INFO] kapua-device-management-asset-job                                  [jar]
05:44:35 [INFO] kapua-device-management-packages-job                               [jar]
05:44:35 [INFO] kapua-device-management-command-job                                [jar]
05:44:35 [INFO] kapua-device-management-configuration-job                          [jar]
05:44:35 [INFO] kapua-device-management-keystore-job                               [jar]
05:44:35 [INFO] kapua-scheduler-test-steps                                         [jar]
05:44:35 [INFO] kapua-datastore-test-steps                                         [jar]
05:44:35 [INFO] kapua-service-camel                                                [jar]
05:44:35 [INFO] kapua-consumer                                                     [pom]
05:44:35 [INFO] kapua-consumer-lifecycle                                           [jar]
05:44:35 [INFO] kapua-consumer-telemetry                                           [jar]
05:44:35 [INFO] kapua-service-authentication                                       [jar]
05:44:35 [INFO] kapua-qa-integration                                               [jar]
05:44:35 [INFO] kapua-dev-tools                                                    [pom]
05:44:35 [INFO] kapua-cucumber-reports                                             [pom]
05:44:35 [INFO] kapua-deployment                                                   [pom]
05:44:35 [INFO] kapua-deployment-commons                                           [pom]
05:44:35 [INFO] kapua-docker                                                       [pom]
05:44:35 [INFO] kapua-minishift                                                    [pom]
05:44:35 [INFO] kapua-openshift                                                    [pom]
05:44:35 [INFO] kapua-datastore-test                                               [jar]
05:44:35 [INFO] kapua-device-management-all-job                                    [jar]
05:44:35 [INFO] kapua-scheduler-test                                               [jar]
05:44:35 [INFO] kapua-security-test                                                [jar]
05:44:35 [INFO] kapua-system-test-steps                                            [jar]
05:44:35 [INFO] kapua-system-test                                                  [jar]
05:44:35 [INFO] kapua-service-authentication-app                                   [jar]
05:44:35 [INFO] kapua-translator-test-steps                                        [jar]
05:44:35 [INFO] kapua-translator-test                                              [jar]
05:44:35 [INFO] kapua-es-migrator                                                  [jar]
05:44:35 [INFO] kapua-encryption-migrator                                          [jar]
05:44:35 [INFO] kapua-liquibase-unlocker                                           [jar]
05:44:35 [INFO] kapua-openid-provider-generic                                      [jar]
05:44:35 [INFO] kapua-openid-provider-keycloak                                     [jar]
05:44:35 [INFO] kapua-job-engine-jbatch                                            [jar]
05:44:35 [INFO] kapua-job-engine-app                                               [pom]
05:44:35 [INFO] kapua-job-engine-app-core                                          [jar]
05:44:35 [INFO] kapua-job-engine-app-resources                                     [jar]
05:44:35 [INFO] kapua-job-engine-app-web                                           [war]
05:44:35 [INFO] kapua-consumer-lifecycle-app                                       [jar]
05:44:35 [INFO] kapua-consumer-telemetry-app                                       [jar]
05:44:35 [INFO] kapua-client-gateway                                               [pom]
05:44:35 [INFO] Eclipse Kapua :: Gateway Client :: API                          [bundle]
05:44:35 [INFO] Eclipse Kapua :: Gateway Client :: SPI                          [bundle]
05:44:35 [INFO] Eclipse Kapua :: Gateway Client :: Provider                        [pom]
05:44:35 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT        [bundle]
05:44:35 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT        [bundle]
05:44:35 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho     [bundle]
05:44:35 [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura      [bundle]
05:44:35 [INFO] Eclipse Kapua :: Gateway Client :: Features                        [pom]
05:44:35 [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf           [feature]
05:44:35 [INFO] kapua-assembly                                                     [pom]
05:44:35 [INFO] kapua-assembly-java-base                                           [pom]
05:44:35 [INFO] kapua-assembly-jetty-base                                          [pom]
05:44:35 [INFO] kapua-assembly-sql                                                 [pom]
05:44:35 [INFO] kapua-assembly-events-broker                                       [pom]
05:44:35 [INFO] kapua-assembly-broker-artemis                                      [pom]
05:44:35 [INFO] kapua-assembly-api                                                 [pom]
05:44:35 [INFO] kapua-assembly-consumer                                            [pom]
05:44:35 [INFO] kapua-assembly-consumer-telemetry                                  [jar]
05:44:35 [INFO] kapua-assembly-consumer-lifecycle                                  [jar]
05:44:35 [INFO] kapua-assembly-service                                             [pom]
05:44:35 [INFO] kapua-assembly-service-authentication                              [jar]
05:44:35 [INFO] kapua-assembly-job-engine                                          [jar]
05:44:35 [INFO] 
05:44:35 [INFO] -------------< org.eclipse.kapua.build:kapua-build-tools >--------------
05:44:35 [INFO] Building kapua-build-tools 2.1.0-SNAPSHOT                        [1/229]
05:44:35 [INFO]   from build-tools/pom.xml
05:44:35 [INFO] --------------------------------[ jar ]---------------------------------
05:44:36 [INFO] 
05:44:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-build-tools ---
05:44:36 [INFO] 
05:44:36 [INFO] --- resources:3.3.1:resources (default-resources) @ kapua-build-tools ---
05:44:36 [INFO] Copying 2 resources from src/main/resources to target/classes
05:44:36 [INFO] 
05:44:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ kapua-build-tools ---
05:44:36 [INFO] No sources to compile
05:44:36 [INFO] 
05:44:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ kapua-build-tools ---
05:44:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/build-tools/src/test/resources
05:44:36 [INFO] 
05:44:36 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ kapua-build-tools ---
05:44:36 [INFO] No sources to compile
05:44:36 [INFO] 
05:44:36 [INFO] --- surefire:3.1.2:test (default-test) @ kapua-build-tools ---
05:44:37 [INFO] Tests are skipped.
05:44:37 [INFO] 
05:44:37 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-build-tools ---
05:44:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/build-tools/target/kapua-build-tools-2.1.0-SNAPSHOT.jar
05:44:37 [INFO] 
05:44:37 [INFO] --- install:3.1.1:install (default-install) @ kapua-build-tools ---
05:44:37 [INFO] Installing /home/jenkins/agent/workspace/develop-build/build-tools/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/build/kapua-build-tools/2.1.0-SNAPSHOT/kapua-build-tools-2.1.0-SNAPSHOT.pom
05:44:37 [INFO] Installing /home/jenkins/agent/workspace/develop-build/build-tools/target/kapua-build-tools-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/build/kapua-build-tools/2.1.0-SNAPSHOT/kapua-build-tools-2.1.0-SNAPSHOT.jar
05:44:37 [INFO] 
05:44:37 [INFO] ----------------------< org.eclipse.kapua:kapua >-----------------------
05:44:37 [INFO] Building kapua 2.1.0-SNAPSHOT                                    [2/229]
05:44:37 [INFO]   from pom.xml
05:44:37 [INFO] --------------------------------[ pom ]---------------------------------
05:44:38 [INFO] 
05:44:38 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua ---
05:44:38 [INFO] 
05:44:38 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua ---
05:44:42 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:44:57 [INFO] 
05:44:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua ---
05:44:57 [INFO] Required toolchain: jdk [ version='11' ]
05:44:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:44:57 [INFO] 
05:44:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua ---
05:44:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build' && 'git' 'rev-parse' '--verify' 'HEAD'
05:44:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build
05:44:59 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358299653
05:44:59 [WARNING] Cannot get the branch information from the git repository: 
05:44:59 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:44:59 
05:44:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build' && 'git' 'rev-parse' '--verify' 'HEAD'
05:44:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build
05:44:59 [INFO] Storing buildScmBranch: UNKNOWN
05:44:59 [INFO] 
05:44:59 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua ---
05:45:00 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/target/jacoco.exec
05:45:00 [INFO] 
05:45:00 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua ---
05:45:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:00 [INFO] 
05:45:00 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua ---
05:45:00 [INFO] 
05:45:00 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua ---
05:45:01 [INFO] 
05:45:01 [INFO] --- install:2.5.2:install (default-install) @ kapua ---
05:45:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua/2.1.0-SNAPSHOT/kapua-2.1.0-SNAPSHOT.pom
05:45:01 [INFO] 
05:45:01 [INFO] ---------------------< org.eclipse.kapua:kapua-qa >---------------------
05:45:01 [INFO] Building kapua-qa 2.1.0-SNAPSHOT                                 [3/229]
05:45:01 [INFO]   from qa/pom.xml
05:45:01 [INFO] --------------------------------[ pom ]---------------------------------
05:45:01 [INFO] 
05:45:01 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa ---
05:45:01 [INFO] 
05:45:01 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa ---
05:45:01 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:02 [INFO] 
05:45:02 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa ---
05:45:02 [INFO] Required toolchain: jdk [ version='11' ]
05:45:02 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:02 [INFO] 
05:45:02 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa ---
05:45:02 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:02 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa
05:45:02 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358302208
05:45:02 [WARNING] Cannot get the branch information from the git repository: 
05:45:02 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:02 
05:45:02 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:02 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa
05:45:02 [INFO] Storing buildScmBranch: UNKNOWN
05:45:02 [INFO] 
05:45:02 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa ---
05:45:02 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/qa/target/jacoco.exec
05:45:02 [INFO] 
05:45:02 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa ---
05:45:02 [INFO] Copying 1 resource
05:45:02 [INFO] 
05:45:02 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa ---
05:45:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:02 [INFO] 
05:45:02 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa ---
05:45:02 [INFO] 
05:45:02 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa ---
05:45:02 [INFO] 
05:45:02 [INFO] --- install:2.5.2:install (default-install) @ kapua-qa ---
05:45:02 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa/2.1.0-SNAPSHOT/kapua-qa-2.1.0-SNAPSHOT.pom
05:45:02 [INFO] 
05:45:02 [INFO] -----------------< org.eclipse.kapua:kapua-qa-markers >-----------------
05:45:02 [INFO] Building kapua-qa-markers 2.1.0-SNAPSHOT                         [4/229]
05:45:02 [INFO]   from qa/markers/pom.xml
05:45:02 [INFO] --------------------------------[ jar ]---------------------------------
05:45:02 [INFO] 
05:45:02 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-markers ---
05:45:02 [INFO] 
05:45:02 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-markers ---
05:45:02 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:02 [INFO] 
05:45:02 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-markers ---
05:45:02 [INFO] Required toolchain: jdk [ version='11' ]
05:45:02 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:02 [INFO] 
05:45:02 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-markers ---
05:45:02 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa/markers' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:02 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa/markers
05:45:02 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358302576
05:45:02 [WARNING] Cannot get the branch information from the git repository: 
05:45:02 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:02 
05:45:02 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa/markers' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:02 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa/markers
05:45:02 [INFO] Storing buildScmBranch: UNKNOWN
05:45:02 [INFO] 
05:45:02 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-markers ---
05:45:02 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/qa/markers/target/jacoco.exec
05:45:02 [INFO] 
05:45:02 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-markers ---
05:45:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/qa/markers/src/main/resources
05:45:02 [INFO] 
05:45:02 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-markers ---
05:45:02 [INFO] Copying 1 resource
05:45:02 [INFO] 
05:45:02 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-markers ---
05:45:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:03 [INFO] Changes detected - recompiling the module!
05:45:03 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/qa/markers/target/classes
05:45:03 [INFO] 
05:45:03 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-markers ---
05:45:03 [INFO] Not copying test resources
05:45:03 [INFO] 
05:45:03 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-markers ---
05:45:03 [INFO] Not compiling test sources
05:45:03 [INFO] 
05:45:03 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-markers ---
05:45:04 [INFO] Tests are skipped.
05:45:04 [INFO] 
05:45:04 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-markers ---
05:45:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:04 [INFO] 
05:45:04 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-markers ---
05:45:04 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT.jar
05:45:04 [INFO] 
05:45:04 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-markers ---
05:45:04 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT-sources.jar
05:45:04 [INFO] 
05:45:04 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-markers ---
05:45:04 [INFO] 
05:45:04 [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-markers ---
05:45:04 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-markers/2.1.0-SNAPSHOT/kapua-qa-markers-2.1.0-SNAPSHOT.jar
05:45:04 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/markers/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-markers/2.1.0-SNAPSHOT/kapua-qa-markers-2.1.0-SNAPSHOT.pom
05:45:04 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-markers/2.1.0-SNAPSHOT/kapua-qa-markers-2.1.0-SNAPSHOT-sources.jar
05:45:04 [INFO] 
05:45:04 [INFO] ------------------< org.eclipse.kapua:kapua-service >-------------------
05:45:04 [INFO] Building kapua-service 2.1.0-SNAPSHOT                            [5/229]
05:45:04 [INFO]   from service/pom.xml
05:45:04 [INFO] --------------------------------[ pom ]---------------------------------
05:45:04 [INFO] 
05:45:04 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service ---
05:45:04 [INFO] 
05:45:04 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service ---
05:45:04 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:08 [INFO] 
05:45:08 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service ---
05:45:08 [INFO] Required toolchain: jdk [ version='11' ]
05:45:08 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:08 [INFO] 
05:45:08 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service ---
05:45:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service
05:45:08 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358308918
05:45:08 [WARNING] Cannot get the branch information from the git repository: 
05:45:08 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:08 
05:45:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service
05:45:08 [INFO] Storing buildScmBranch: UNKNOWN
05:45:08 [INFO] 
05:45:08 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service ---
05:45:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/target/jacoco.exec
05:45:08 [INFO] 
05:45:08 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service ---
05:45:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:08 [INFO] 
05:45:08 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service ---
05:45:08 [INFO] 
05:45:08 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service ---
05:45:08 [INFO] 
05:45:08 [INFO] --- install:2.5.2:install (default-install) @ kapua-service ---
05:45:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service/2.1.0-SNAPSHOT/kapua-service-2.1.0-SNAPSHOT.pom
05:45:08 [INFO] 
05:45:08 [INFO] ----------------< org.eclipse.kapua:kapua-service-api >-----------------
05:45:08 [INFO] Building kapua-service-api 2.1.0-SNAPSHOT                        [6/229]
05:45:08 [INFO]   from service/api/pom.xml
05:45:08 [INFO] --------------------------------[ jar ]---------------------------------
05:45:09 [INFO] 
05:45:09 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-api ---
05:45:09 [INFO] 
05:45:09 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-api ---
05:45:09 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:09 [INFO] 
05:45:09 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-api ---
05:45:09 [INFO] Required toolchain: jdk [ version='11' ]
05:45:09 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:09 [INFO] 
05:45:09 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-api ---
05:45:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/api
05:45:09 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358309633
05:45:09 [WARNING] Cannot get the branch information from the git repository: 
05:45:09 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:09 
05:45:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/api
05:45:09 [INFO] Storing buildScmBranch: UNKNOWN
05:45:09 [INFO] 
05:45:09 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-api ---
05:45:09 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/api/target/jacoco.exec
05:45:09 [INFO] 
05:45:09 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-api ---
05:45:09 [INFO] Copying 3 resources
05:45:09 [INFO] 
05:45:09 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-api ---
05:45:09 [INFO] Copying 1 resource
05:45:09 [INFO] 
05:45:09 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-api ---
05:45:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:09 [INFO] Changes detected - recompiling the module!
05:45:09 [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/develop-build/service/api/target/classes
05:45:11 [INFO] 
05:45:11 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-api ---
05:45:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/api/src/test/resources
05:45:11 [INFO] 
05:45:11 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-api ---
05:45:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:11 [INFO] Changes detected - recompiling the module!
05:45:11 [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/develop-build/service/api/target/test-classes
05:45:13 [INFO] 
05:45:13 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-api ---
05:45:13 [INFO] Tests are skipped.
05:45:13 [INFO] 
05:45:13 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-api ---
05:45:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:13 [INFO] 
05:45:13 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-api ---
05:45:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/api/target/kapua-service-api-2.1.0-SNAPSHOT.jar
05:45:13 [INFO] 
05:45:13 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-api ---
05:45:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/api/target/kapua-service-api-2.1.0-SNAPSHOT-sources.jar
05:45:13 [INFO] 
05:45:13 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-api ---
05:45:13 [INFO] 
05:45:13 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-api ---
05:45:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/api/target/kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-api/2.1.0-SNAPSHOT/kapua-service-api-2.1.0-SNAPSHOT.jar
05:45:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-api/2.1.0-SNAPSHOT/kapua-service-api-2.1.0-SNAPSHOT.pom
05:45:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/api/target/kapua-service-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-api/2.1.0-SNAPSHOT/kapua-service-api-2.1.0-SNAPSHOT-sources.jar
05:45:13 [INFO] 
05:45:13 [INFO] ------------------< org.eclipse.kapua:kapua-account >-------------------
05:45:13 [INFO] Building kapua-account 2.1.0-SNAPSHOT                            [7/229]
05:45:13 [INFO]   from service/account/pom.xml
05:45:13 [INFO] --------------------------------[ pom ]---------------------------------
05:45:13 [INFO] 
05:45:13 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account ---
05:45:13 [INFO] 
05:45:13 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account ---
05:45:13 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:13 [INFO] 
05:45:13 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account ---
05:45:13 [INFO] Required toolchain: jdk [ version='11' ]
05:45:13 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:13 [INFO] 
05:45:13 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account ---
05:45:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account
05:45:13 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358313485
05:45:13 [WARNING] Cannot get the branch information from the git repository: 
05:45:13 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:13 
05:45:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account
05:45:13 [INFO] Storing buildScmBranch: UNKNOWN
05:45:13 [INFO] 
05:45:13 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account ---
05:45:13 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/account/target/jacoco.exec
05:45:13 [INFO] 
05:45:13 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account ---
05:45:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:13 [INFO] 
05:45:13 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account ---
05:45:13 [INFO] 
05:45:13 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account ---
05:45:13 [INFO] 
05:45:13 [INFO] --- install:2.5.2:install (default-install) @ kapua-account ---
05:45:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account/2.1.0-SNAPSHOT/kapua-account-2.1.0-SNAPSHOT.pom
05:45:13 [INFO] 
05:45:13 [INFO] ----------------< org.eclipse.kapua:kapua-account-api >-----------------
05:45:13 [INFO] Building kapua-account-api 2.1.0-SNAPSHOT                        [8/229]
05:45:13 [INFO]   from service/account/api/pom.xml
05:45:13 [INFO] --------------------------------[ jar ]---------------------------------
05:45:13 [INFO] 
05:45:13 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-api ---
05:45:13 [INFO] 
05:45:13 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-api ---
05:45:13 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:13 [INFO] 
05:45:13 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-api ---
05:45:13 [INFO] Required toolchain: jdk [ version='11' ]
05:45:13 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:13 [INFO] 
05:45:13 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-api ---
05:45:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account/api
05:45:13 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358313864
05:45:13 [WARNING] Cannot get the branch information from the git repository: 
05:45:13 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:13 
05:45:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account/api
05:45:13 [INFO] Storing buildScmBranch: UNKNOWN
05:45:13 [INFO] 
05:45:13 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-api ---
05:45:13 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/account/api/target/jacoco.exec
05:45:13 [INFO] 
05:45:13 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-api ---
05:45:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/account/api/src/main/resources
05:45:13 [INFO] 
05:45:13 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-api ---
05:45:13 [INFO] Copying 1 resource
05:45:13 [INFO] 
05:45:13 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-api ---
05:45:13 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:13 [INFO] Changes detected - recompiling the module!
05:45:13 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-build/service/account/api/target/classes
05:45:14 [INFO] 
05:45:14 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-api ---
05:45:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/account/api/src/test/resources
05:45:14 [INFO] 
05:45:14 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-api ---
05:45:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:14 [INFO] No sources to compile
05:45:14 [INFO] 
05:45:14 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-api ---
05:45:14 [INFO] Tests are skipped.
05:45:14 [INFO] 
05:45:14 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-api ---
05:45:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:14 [INFO] 
05:45:14 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-api ---
05:45:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT.jar
05:45:14 [INFO] 
05:45:14 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-api ---
05:45:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT-sources.jar
05:45:14 [INFO] 
05:45:14 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-api ---
05:45:14 [INFO] 
05:45:14 [INFO] --- install:2.5.2:install (default-install) @ kapua-account-api ---
05:45:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-api/2.1.0-SNAPSHOT/kapua-account-api-2.1.0-SNAPSHOT.jar
05:45:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-api/2.1.0-SNAPSHOT/kapua-account-api-2.1.0-SNAPSHOT.pom
05:45:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-api/2.1.0-SNAPSHOT/kapua-account-api-2.1.0-SNAPSHOT-sources.jar
05:45:14 [INFO] 
05:45:14 [INFO] --------------------< org.eclipse.kapua:kapua-user >--------------------
05:45:14 [INFO] Building kapua-user 2.1.0-SNAPSHOT                               [9/229]
05:45:14 [INFO]   from service/user/pom.xml
05:45:14 [INFO] --------------------------------[ pom ]---------------------------------
05:45:14 [INFO] 
05:45:14 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user ---
05:45:14 [INFO] 
05:45:14 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user ---
05:45:14 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:15 [INFO] 
05:45:15 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user ---
05:45:15 [INFO] Required toolchain: jdk [ version='11' ]
05:45:15 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:15 [INFO] 
05:45:15 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user ---
05:45:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user
05:45:15 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358315231
05:45:15 [WARNING] Cannot get the branch information from the git repository: 
05:45:15 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:15 
05:45:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user
05:45:15 [INFO] Storing buildScmBranch: UNKNOWN
05:45:15 [INFO] 
05:45:15 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user ---
05:45:15 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/user/target/jacoco.exec
05:45:15 [INFO] 
05:45:15 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user ---
05:45:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:15 [INFO] 
05:45:15 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user ---
05:45:15 [INFO] 
05:45:15 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user ---
05:45:15 [INFO] 
05:45:15 [INFO] --- install:2.5.2:install (default-install) @ kapua-user ---
05:45:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user/2.1.0-SNAPSHOT/kapua-user-2.1.0-SNAPSHOT.pom
05:45:15 [INFO] 
05:45:15 [INFO] ------------------< org.eclipse.kapua:kapua-user-api >------------------
05:45:15 [INFO] Building kapua-user-api 2.1.0-SNAPSHOT                          [10/229]
05:45:15 [INFO]   from service/user/api/pom.xml
05:45:15 [INFO] --------------------------------[ jar ]---------------------------------
05:45:15 [INFO] 
05:45:15 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-api ---
05:45:15 [INFO] 
05:45:15 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-api ---
05:45:15 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:15 [INFO] 
05:45:15 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-api ---
05:45:15 [INFO] Required toolchain: jdk [ version='11' ]
05:45:15 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:15 [INFO] 
05:45:15 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-api ---
05:45:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user/api
05:45:15 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358315333
05:45:15 [WARNING] Cannot get the branch information from the git repository: 
05:45:15 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:15 
05:45:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user/api
05:45:15 [INFO] Storing buildScmBranch: UNKNOWN
05:45:15 [INFO] 
05:45:15 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-api ---
05:45:15 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/user/api/target/jacoco.exec
05:45:15 [INFO] 
05:45:15 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-api ---
05:45:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/user/api/src/main/resources
05:45:15 [INFO] 
05:45:15 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-api ---
05:45:15 [INFO] Copying 1 resource
05:45:15 [INFO] 
05:45:15 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-api ---
05:45:15 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:15 [INFO] Changes detected - recompiling the module!
05:45:15 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/develop-build/service/user/api/target/classes
05:45:16 [INFO] 
05:45:16 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-api ---
05:45:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/user/api/src/test/resources
05:45:16 [INFO] 
05:45:16 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-api ---
05:45:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:16 [INFO] No sources to compile
05:45:16 [INFO] 
05:45:16 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-api ---
05:45:16 [INFO] Tests are skipped.
05:45:16 [INFO] 
05:45:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-api ---
05:45:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:16 [INFO] 
05:45:16 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-api ---
05:45:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT.jar
05:45:16 [INFO] 
05:45:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-api ---
05:45:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT-sources.jar
05:45:16 [INFO] 
05:45:16 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-api ---
05:45:16 [INFO] 
05:45:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-user-api ---
05:45:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-api/2.1.0-SNAPSHOT/kapua-user-api-2.1.0-SNAPSHOT.jar
05:45:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-api/2.1.0-SNAPSHOT/kapua-user-api-2.1.0-SNAPSHOT.pom
05:45:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-api/2.1.0-SNAPSHOT/kapua-user-api-2.1.0-SNAPSHOT-sources.jar
05:45:16 [INFO] 
05:45:16 [INFO] ------------------< org.eclipse.kapua:kapua-security >------------------
05:45:16 [INFO] Building kapua-security 2.1.0-SNAPSHOT                          [11/229]
05:45:16 [INFO]   from service/security/pom.xml
05:45:16 [INFO] --------------------------------[ pom ]---------------------------------
05:45:16 [INFO] 
05:45:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security ---
05:45:16 [INFO] 
05:45:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security ---
05:45:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:17 [INFO] 
05:45:17 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security ---
05:45:17 [INFO] Required toolchain: jdk [ version='11' ]
05:45:17 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:17 [INFO] 
05:45:17 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security ---
05:45:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security
05:45:17 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358317590
05:45:17 [WARNING] Cannot get the branch information from the git repository: 
05:45:17 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:17 
05:45:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security
05:45:17 [INFO] Storing buildScmBranch: UNKNOWN
05:45:17 [INFO] 
05:45:17 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security ---
05:45:17 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/target/jacoco.exec
05:45:17 [INFO] 
05:45:17 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security ---
05:45:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:17 [INFO] 
05:45:17 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security ---
05:45:17 [INFO] 
05:45:17 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security ---
05:45:17 [INFO] 
05:45:17 [INFO] --- install:2.5.2:install (default-install) @ kapua-security ---
05:45:17 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security/2.1.0-SNAPSHOT/kapua-security-2.1.0-SNAPSHOT.pom
05:45:17 [INFO] 
05:45:17 [INFO] -----------< org.eclipse.kapua:kapua-security-authorization >-----------
05:45:17 [INFO] Building kapua-security-authorization 2.1.0-SNAPSHOT            [12/229]
05:45:17 [INFO]   from service/security/authorization/pom.xml
05:45:17 [INFO] --------------------------------[ pom ]---------------------------------
05:45:17 [INFO] 
05:45:17 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authorization ---
05:45:17 [INFO] 
05:45:17 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authorization ---
05:45:17 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:17 [INFO] 
05:45:17 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authorization ---
05:45:17 [INFO] Required toolchain: jdk [ version='11' ]
05:45:17 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:17 [INFO] 
05:45:17 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authorization ---
05:45:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/authorization' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/authorization
05:45:17 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358317726
05:45:17 [WARNING] Cannot get the branch information from the git repository: 
05:45:17 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:17 
05:45:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/authorization' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/authorization
05:45:17 [INFO] Storing buildScmBranch: UNKNOWN
05:45:17 [INFO] 
05:45:17 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authorization ---
05:45:17 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/authorization/target/jacoco.exec
05:45:17 [INFO] 
05:45:17 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authorization ---
05:45:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:17 [INFO] 
05:45:17 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authorization ---
05:45:17 [INFO] 
05:45:17 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authorization ---
05:45:17 [INFO] 
05:45:17 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authorization ---
05:45:17 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/authorization/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-authorization/2.1.0-SNAPSHOT/kapua-security-authorization-2.1.0-SNAPSHOT.pom
05:45:17 [INFO] 
05:45:17 [INFO] ---------< org.eclipse.kapua:kapua-security-authorization-api >---------
05:45:17 [INFO] Building kapua-security-authorization-api 2.1.0-SNAPSHOT        [13/229]
05:45:17 [INFO]   from service/security/authorization/api/pom.xml
05:45:17 [INFO] --------------------------------[ jar ]---------------------------------
05:45:17 [INFO] 
05:45:17 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authorization-api ---
05:45:17 [INFO] 
05:45:17 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authorization-api ---
05:45:17 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:17 [INFO] 
05:45:17 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authorization-api ---
05:45:18 [INFO] Required toolchain: jdk [ version='11' ]
05:45:18 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:18 [INFO] 
05:45:18 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authorization-api ---
05:45:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/authorization/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/authorization/api
05:45:18 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358318004
05:45:18 [WARNING] Cannot get the branch information from the git repository: 
05:45:18 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:18 
05:45:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/authorization/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/authorization/api
05:45:18 [INFO] Storing buildScmBranch: UNKNOWN
05:45:18 [INFO] 
05:45:18 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authorization-api ---
05:45:18 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/authorization/api/target/jacoco.exec
05:45:18 [INFO] 
05:45:18 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-authorization-api ---
05:45:18 [INFO] Copying 1 resource
05:45:18 [INFO] 
05:45:18 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-authorization-api ---
05:45:18 [INFO] Copying 1 resource
05:45:18 [INFO] 
05:45:18 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-authorization-api ---
05:45:18 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:18 [INFO] Changes detected - recompiling the module!
05:45:18 [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/develop-build/service/security/authorization/api/target/classes
05:45:19 [INFO] 
05:45:19 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-authorization-api ---
05:45:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/authorization/api/src/test/resources
05:45:19 [INFO] 
05:45:19 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-authorization-api ---
05:45:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:19 [INFO] Changes detected - recompiling the module!
05:45:19 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/service/security/authorization/api/target/test-classes
05:45:20 [INFO] 
05:45:20 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-authorization-api ---
05:45:20 [INFO] Tests are skipped.
05:45:20 [INFO] 
05:45:20 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authorization-api ---
05:45:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:20 [INFO] 
05:45:20 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-authorization-api ---
05:45:20 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
05:45:20 [INFO] 
05:45:20 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authorization-api ---
05:45:20 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT-sources.jar
05:45:20 [INFO] 
05:45:20 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authorization-api ---
05:45:20 [INFO] 
05:45:20 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authorization-api ---
05:45:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-authorization-api/2.1.0-SNAPSHOT/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
05:45:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/authorization/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-authorization-api/2.1.0-SNAPSHOT/kapua-security-authorization-api-2.1.0-SNAPSHOT.pom
05:45:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-authorization-api/2.1.0-SNAPSHOT/kapua-security-authorization-api-2.1.0-SNAPSHOT-sources.jar
05:45:20 [INFO] 
05:45:20 [INFO] ----------< org.eclipse.kapua:kapua-security-authentication >-----------
05:45:20 [INFO] Building kapua-security-authentication 2.1.0-SNAPSHOT           [14/229]
05:45:20 [INFO]   from service/security/authentication/pom.xml
05:45:20 [INFO] --------------------------------[ pom ]---------------------------------
05:45:20 [INFO] 
05:45:20 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authentication ---
05:45:20 [INFO] 
05:45:20 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authentication ---
05:45:20 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:20 [INFO] 
05:45:20 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authentication ---
05:45:20 [INFO] Required toolchain: jdk [ version='11' ]
05:45:20 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:20 [INFO] 
05:45:20 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authentication ---
05:45:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/authentication
05:45:20 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358320458
05:45:20 [WARNING] Cannot get the branch information from the git repository: 
05:45:20 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:20 
05:45:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/authentication
05:45:20 [INFO] Storing buildScmBranch: UNKNOWN
05:45:20 [INFO] 
05:45:20 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authentication ---
05:45:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/authentication/target/jacoco.exec
05:45:20 [INFO] 
05:45:20 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authentication ---
05:45:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:20 [INFO] 
05:45:20 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authentication ---
05:45:20 [INFO] 
05:45:20 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authentication ---
05:45:20 [INFO] 
05:45:20 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authentication ---
05:45:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/authentication/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-authentication/2.1.0-SNAPSHOT/kapua-security-authentication-2.1.0-SNAPSHOT.pom
05:45:20 [INFO] 
05:45:20 [INFO] --------< org.eclipse.kapua:kapua-security-authentication-api >---------
05:45:20 [INFO] Building kapua-security-authentication-api 2.1.0-SNAPSHOT       [15/229]
05:45:20 [INFO]   from service/security/authentication/api/pom.xml
05:45:20 [INFO] --------------------------------[ jar ]---------------------------------
05:45:20 [INFO] 
05:45:20 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authentication-api ---
05:45:20 [INFO] 
05:45:20 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authentication-api ---
05:45:20 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:20 [INFO] 
05:45:20 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authentication-api ---
05:45:20 [INFO] Required toolchain: jdk [ version='11' ]
05:45:20 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:20 [INFO] 
05:45:20 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authentication-api ---
05:45:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/authentication/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/authentication/api
05:45:20 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358320607
05:45:20 [WARNING] Cannot get the branch information from the git repository: 
05:45:20 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:20 
05:45:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/authentication/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/authentication/api
05:45:20 [INFO] Storing buildScmBranch: UNKNOWN
05:45:20 [INFO] 
05:45:20 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authentication-api ---
05:45:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/authentication/api/target/jacoco.exec
05:45:20 [INFO] 
05:45:20 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-authentication-api ---
05:45:20 [INFO] Copying 1 resource
05:45:20 [INFO] 
05:45:20 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-authentication-api ---
05:45:20 [INFO] Copying 1 resource
05:45:20 [INFO] 
05:45:20 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-authentication-api ---
05:45:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:20 [INFO] Changes detected - recompiling the module!
05:45:20 [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/develop-build/service/security/authentication/api/target/classes
05:45:21 [INFO] 
05:45:21 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-authentication-api ---
05:45:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/authentication/api/src/test/resources
05:45:21 [INFO] 
05:45:21 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-authentication-api ---
05:45:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:21 [INFO] Changes detected - recompiling the module!
05:45:21 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/service/security/authentication/api/target/test-classes
05:45:22 [INFO] 
05:45:22 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-authentication-api ---
05:45:22 [INFO] Tests are skipped.
05:45:22 [INFO] 
05:45:22 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authentication-api ---
05:45:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:22 [INFO] 
05:45:22 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-authentication-api ---
05:45:22 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
05:45:22 [INFO] 
05:45:22 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authentication-api ---
05:45:22 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT-sources.jar
05:45:22 [INFO] 
05:45:22 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authentication-api ---
05:45:22 [INFO] 
05:45:22 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authentication-api ---
05:45:22 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-authentication-api/2.1.0-SNAPSHOT/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
05:45:22 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/authentication/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-authentication-api/2.1.0-SNAPSHOT/kapua-security-authentication-api-2.1.0-SNAPSHOT.pom
05:45:22 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-authentication-api/2.1.0-SNAPSHOT/kapua-security-authentication-api-2.1.0-SNAPSHOT-sources.jar
05:45:22 [INFO] 
05:45:22 [INFO] ------------------< org.eclipse.kapua:kapua-commons >-------------------
05:45:22 [INFO] Building kapua-commons 2.1.0-SNAPSHOT                           [16/229]
05:45:22 [INFO]   from commons/pom.xml
05:45:22 [INFO] --------------------------------[ jar ]---------------------------------
05:45:24 [INFO] 
05:45:24 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons ---
05:45:24 [INFO] 
05:45:24 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons ---
05:45:24 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:26 [INFO] 
05:45:26 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons ---
05:45:26 [INFO] Required toolchain: jdk [ version='11' ]
05:45:26 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:26 [INFO] 
05:45:26 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons ---
05:45:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons
05:45:26 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358326023
05:45:26 [WARNING] Cannot get the branch information from the git repository: 
05:45:26 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:26 
05:45:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons
05:45:26 [INFO] Storing buildScmBranch: UNKNOWN
05:45:26 [INFO] 
05:45:26 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons ---
05:45:26 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/commons/target/jacoco.exec
05:45:26 [INFO] 
05:45:26 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons ---
05:45:26 [INFO] Copying 23 resources
05:45:26 [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
05:45:26 [INFO] 
05:45:26 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons ---
05:45:26 [INFO] Copying 1 resource
05:45:26 [INFO] 
05:45:26 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons ---
05:45:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:26 [INFO] Changes detected - recompiling the module!
05:45:26 [INFO] Compiling 253 source files to /home/jenkins/agent/workspace/develop-build/commons/target/classes
05:45:31 [INFO] 
05:45:31 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons ---
05:45:31 [INFO] Copying 9 resources
05:45:31 [INFO] 
05:45:31 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons ---
05:45:31 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:31 [INFO] Changes detected - recompiling the module!
05:45:31 [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/develop-build/commons/target/test-classes
05:45:34 [INFO] 
05:45:34 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons ---
05:45:34 [INFO] Tests are skipped.
05:45:34 [INFO] 
05:45:34 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons ---
05:45:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:34 [INFO] 
05:45:34 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons ---
05:45:34 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/commons/target/kapua-commons-2.1.0-SNAPSHOT.jar
05:45:34 [INFO] 
05:45:34 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons ---
05:45:34 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/commons/target/kapua-commons-2.1.0-SNAPSHOT-sources.jar
05:45:34 [INFO] 
05:45:34 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons ---
05:45:34 [INFO] 
05:45:34 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons ---
05:45:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons/target/kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons/2.1.0-SNAPSHOT/kapua-commons-2.1.0-SNAPSHOT.jar
05:45:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons/2.1.0-SNAPSHOT/kapua-commons-2.1.0-SNAPSHOT.pom
05:45:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons/target/kapua-commons-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons/2.1.0-SNAPSHOT/kapua-commons-2.1.0-SNAPSHOT-sources.jar
05:45:34 [INFO] 
05:45:34 [INFO] ------------------< org.eclipse.kapua:kapua-locator >-------------------
05:45:34 [INFO] Building kapua-locator 2.1.0-SNAPSHOT                           [17/229]
05:45:34 [INFO]   from locator/pom.xml
05:45:34 [INFO] --------------------------------[ pom ]---------------------------------
05:45:34 [INFO] 
05:45:34 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-locator ---
05:45:34 [INFO] 
05:45:34 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-locator ---
05:45:34 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:34 [INFO] 
05:45:34 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-locator ---
05:45:34 [INFO] Required toolchain: jdk [ version='11' ]
05:45:34 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:34 [INFO] 
05:45:34 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-locator ---
05:45:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/locator' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/locator
05:45:34 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358334791
05:45:34 [WARNING] Cannot get the branch information from the git repository: 
05:45:34 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:34 
05:45:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/locator' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/locator
05:45:34 [INFO] Storing buildScmBranch: UNKNOWN
05:45:34 [INFO] 
05:45:34 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-locator ---
05:45:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/locator/target/jacoco.exec
05:45:34 [INFO] 
05:45:34 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-locator ---
05:45:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:34 [INFO] 
05:45:34 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-locator ---
05:45:34 [INFO] 
05:45:34 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-locator ---
05:45:34 [INFO] 
05:45:34 [INFO] --- install:2.5.2:install (default-install) @ kapua-locator ---
05:45:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/locator/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-locator/2.1.0-SNAPSHOT/kapua-locator-2.1.0-SNAPSHOT.pom
05:45:34 [INFO] 
05:45:34 [INFO] ---------------< org.eclipse.kapua:kapua-locator-guice >----------------
05:45:34 [INFO] Building kapua-locator-guice 2.1.0-SNAPSHOT                     [18/229]
05:45:34 [INFO]   from locator/guice/pom.xml
05:45:34 [INFO] --------------------------------[ jar ]---------------------------------
05:45:34 [INFO] 
05:45:34 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-locator-guice ---
05:45:34 [INFO] 
05:45:34 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-locator-guice ---
05:45:34 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:34 [INFO] 
05:45:34 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-locator-guice ---
05:45:34 [INFO] Required toolchain: jdk [ version='11' ]
05:45:34 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:34 [INFO] 
05:45:34 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-locator-guice ---
05:45:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/locator/guice' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/locator/guice
05:45:34 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358334982
05:45:34 [WARNING] Cannot get the branch information from the git repository: 
05:45:34 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:34 
05:45:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/locator/guice' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/locator/guice
05:45:34 [INFO] Storing buildScmBranch: UNKNOWN
05:45:34 [INFO] 
05:45:34 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-locator-guice ---
05:45:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/locator/guice/target/jacoco.exec
05:45:34 [INFO] 
05:45:34 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-locator-guice ---
05:45:34 [INFO] Copying 2 resources
05:45:34 [INFO] 
05:45:34 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-locator-guice ---
05:45:34 [INFO] Copying 1 resource
05:45:34 [INFO] 
05:45:34 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-locator-guice ---
05:45:34 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:34 [INFO] Changes detected - recompiling the module!
05:45:34 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-build/locator/guice/target/classes
05:45:36 [INFO] 
05:45:36 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-locator-guice ---
05:45:36 [INFO] Copying 4 resources
05:45:36 [INFO] 
05:45:36 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-locator-guice ---
05:45:36 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:36 [INFO] Changes detected - recompiling the module!
05:45:36 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/develop-build/locator/guice/target/test-classes
05:45:38 [INFO] 
05:45:38 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-locator-guice ---
05:45:38 [INFO] Tests are skipped.
05:45:38 [INFO] 
05:45:38 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-locator-guice ---
05:45:38 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:38 [INFO] 
05:45:38 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-locator-guice ---
05:45:38 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT.jar
05:45:38 [INFO] 
05:45:38 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-locator-guice ---
05:45:38 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT-sources.jar
05:45:38 [INFO] 
05:45:38 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-locator-guice ---
05:45:38 [INFO] 
05:45:38 [INFO] --- install:2.5.2:install (default-install) @ kapua-locator-guice ---
05:45:38 [INFO] Installing /home/jenkins/agent/workspace/develop-build/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-locator-guice/2.1.0-SNAPSHOT/kapua-locator-guice-2.1.0-SNAPSHOT.jar
05:45:38 [INFO] Installing /home/jenkins/agent/workspace/develop-build/locator/guice/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-locator-guice/2.1.0-SNAPSHOT/kapua-locator-guice-2.1.0-SNAPSHOT.pom
05:45:38 [INFO] Installing /home/jenkins/agent/workspace/develop-build/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-locator-guice/2.1.0-SNAPSHOT/kapua-locator-guice-2.1.0-SNAPSHOT-sources.jar
05:45:38 [INFO] 
05:45:38 [INFO] --------------< org.eclipse.kapua:kapua-account-internal >--------------
05:45:38 [INFO] Building kapua-account-internal 2.1.0-SNAPSHOT                  [19/229]
05:45:38 [INFO]   from service/account/internal/pom.xml
05:45:38 [INFO] --------------------------------[ jar ]---------------------------------
05:45:38 [INFO] 
05:45:38 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-internal ---
05:45:38 [INFO] 
05:45:38 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-internal ---
05:45:38 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:38 [INFO] 
05:45:38 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-internal ---
05:45:38 [INFO] Required toolchain: jdk [ version='11' ]
05:45:38 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:38 [INFO] 
05:45:38 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-internal ---
05:45:38 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:38 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account/internal
05:45:38 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358338304
05:45:38 [WARNING] Cannot get the branch information from the git repository: 
05:45:38 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:38 
05:45:38 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:38 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account/internal
05:45:38 [INFO] Storing buildScmBranch: UNKNOWN
05:45:38 [INFO] 
05:45:38 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-internal ---
05:45:38 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/account/internal/target/jacoco.exec
05:45:38 [INFO] 
05:45:38 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-internal ---
05:45:38 [INFO] Copying 23 resources
05:45:38 [INFO] 
05:45:38 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-internal ---
05:45:38 [INFO] Copying 1 resource
05:45:38 [INFO] 
05:45:38 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-internal ---
05:45:38 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:38 [INFO] Changes detected - recompiling the module!
05:45:38 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-build/service/account/internal/target/classes
05:45:40 [INFO] 
05:45:40 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-internal ---
05:45:40 [INFO] Copying 2 resources
05:45:40 [INFO] 
05:45:40 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-internal ---
05:45:40 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:40 [INFO] Changes detected - recompiling the module!
05:45:40 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/account/internal/target/test-classes
05:45:41 [INFO] 
05:45:41 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-internal ---
05:45:41 [INFO] Tests are skipped.
05:45:41 [INFO] 
05:45:41 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-internal ---
05:45:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:41 [INFO] 
05:45:41 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-internal ---
05:45:41 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT.jar
05:45:41 [INFO] 
05:45:41 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-internal ---
05:45:41 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT-sources.jar
05:45:42 [INFO] 
05:45:42 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-internal ---
05:45:42 [INFO] 
05:45:42 [INFO] --- install:2.5.2:install (default-install) @ kapua-account-internal ---
05:45:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-internal/2.1.0-SNAPSHOT/kapua-account-internal-2.1.0-SNAPSHOT.jar
05:45:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-internal/2.1.0-SNAPSHOT/kapua-account-internal-2.1.0-SNAPSHOT.pom
05:45:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-internal/2.1.0-SNAPSHOT/kapua-account-internal-2.1.0-SNAPSHOT-sources.jar
05:45:42 [INFO] 
05:45:42 [INFO] ------------------< org.eclipse.kapua:kapua-message >-------------------
05:45:42 [INFO] Building kapua-message 2.1.0-SNAPSHOT                           [20/229]
05:45:42 [INFO]   from message/pom.xml
05:45:42 [INFO] --------------------------------[ pom ]---------------------------------
05:45:42 [INFO] 
05:45:42 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-message ---
05:45:42 [INFO] 
05:45:42 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message ---
05:45:42 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:42 [INFO] 
05:45:42 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message ---
05:45:42 [INFO] Required toolchain: jdk [ version='11' ]
05:45:42 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:42 [INFO] 
05:45:42 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message ---
05:45:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/message' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/message
05:45:42 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358342334
05:45:42 [WARNING] Cannot get the branch information from the git repository: 
05:45:42 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:42 
05:45:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/message' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/message
05:45:42 [INFO] Storing buildScmBranch: UNKNOWN
05:45:42 [INFO] 
05:45:42 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message ---
05:45:42 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/message/target/jacoco.exec
05:45:42 [INFO] 
05:45:42 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message ---
05:45:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:42 [INFO] 
05:45:42 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message ---
05:45:42 [INFO] 
05:45:42 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message ---
05:45:42 [INFO] 
05:45:42 [INFO] --- install:2.5.2:install (default-install) @ kapua-message ---
05:45:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/message/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-message/2.1.0-SNAPSHOT/kapua-message-2.1.0-SNAPSHOT.pom
05:45:42 [INFO] 
05:45:42 [INFO] ----------------< org.eclipse.kapua:kapua-message-api >-----------------
05:45:42 [INFO] Building kapua-message-api 2.1.0-SNAPSHOT                       [21/229]
05:45:42 [INFO]   from message/api/pom.xml
05:45:42 [INFO] --------------------------------[ jar ]---------------------------------
05:45:42 [INFO] 
05:45:42 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-message-api ---
05:45:42 [INFO] 
05:45:42 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message-api ---
05:45:42 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:42 [INFO] 
05:45:42 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message-api ---
05:45:42 [INFO] Required toolchain: jdk [ version='11' ]
05:45:42 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:42 [INFO] 
05:45:42 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message-api ---
05:45:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/message/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/message/api
05:45:42 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358342453
05:45:42 [WARNING] Cannot get the branch information from the git repository: 
05:45:42 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:42 
05:45:42 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/message/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:42 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/message/api
05:45:42 [INFO] Storing buildScmBranch: UNKNOWN
05:45:42 [INFO] 
05:45:42 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message-api ---
05:45:42 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/message/api/target/jacoco.exec
05:45:42 [INFO] 
05:45:42 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-message-api ---
05:45:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/message/api/src/main/resources
05:45:42 [INFO] 
05:45:42 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-message-api ---
05:45:42 [INFO] Copying 1 resource
05:45:42 [INFO] 
05:45:42 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-message-api ---
05:45:42 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:42 [INFO] Changes detected - recompiling the module!
05:45:42 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-build/message/api/target/classes
05:45:44 [INFO] 
05:45:44 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-message-api ---
05:45:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/message/api/src/test/resources
05:45:44 [INFO] 
05:45:44 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-message-api ---
05:45:44 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:44 [INFO] No sources to compile
05:45:44 [INFO] 
05:45:44 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-message-api ---
05:45:44 [INFO] Tests are skipped.
05:45:44 [INFO] 
05:45:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message-api ---
05:45:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:44 [INFO] 
05:45:44 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-message-api ---
05:45:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/message/api/target/kapua-message-api-2.1.0-SNAPSHOT.jar
05:45:44 [INFO] 
05:45:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message-api ---
05:45:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/message/api/target/kapua-message-api-2.1.0-SNAPSHOT-sources.jar
05:45:44 [INFO] 
05:45:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message-api ---
05:45:44 [INFO] 
05:45:44 [INFO] --- install:2.5.2:install (default-install) @ kapua-message-api ---
05:45:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/message/api/target/kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-message-api/2.1.0-SNAPSHOT/kapua-message-api-2.1.0-SNAPSHOT.jar
05:45:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/message/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-message-api/2.1.0-SNAPSHOT/kapua-message-api-2.1.0-SNAPSHOT.pom
05:45:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/message/api/target/kapua-message-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-message-api/2.1.0-SNAPSHOT/kapua-message-api-2.1.0-SNAPSHOT-sources.jar
05:45:44 [INFO] 
05:45:44 [INFO] -------------------< org.eclipse.kapua:kapua-device >-------------------
05:45:44 [INFO] Building kapua-device 2.1.0-SNAPSHOT                            [22/229]
05:45:44 [INFO]   from service/device/pom.xml
05:45:44 [INFO] --------------------------------[ pom ]---------------------------------
05:45:44 [INFO] 
05:45:44 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device ---
05:45:44 [INFO] 
05:45:44 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device ---
05:45:44 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:46 [INFO] 
05:45:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device ---
05:45:46 [INFO] Required toolchain: jdk [ version='11' ]
05:45:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:46 [INFO] 
05:45:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device ---
05:45:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device
05:45:46 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358346118
05:45:46 [WARNING] Cannot get the branch information from the git repository: 
05:45:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:46 
05:45:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device
05:45:46 [INFO] Storing buildScmBranch: UNKNOWN
05:45:46 [INFO] 
05:45:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device ---
05:45:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/target/jacoco.exec
05:45:46 [INFO] 
05:45:46 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device ---
05:45:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:46 [INFO] 
05:45:46 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device ---
05:45:46 [INFO] 
05:45:46 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device ---
05:45:46 [INFO] 
05:45:46 [INFO] --- install:2.5.2:install (default-install) @ kapua-device ---
05:45:46 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device/2.1.0-SNAPSHOT/kapua-device-2.1.0-SNAPSHOT.pom
05:45:46 [INFO] 
05:45:46 [INFO] -----------------< org.eclipse.kapua:kapua-device-api >-----------------
05:45:46 [INFO] Building kapua-device-api 2.1.0-SNAPSHOT                        [23/229]
05:45:46 [INFO]   from service/device/api/pom.xml
05:45:46 [INFO] --------------------------------[ jar ]---------------------------------
05:45:46 [INFO] 
05:45:46 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-api ---
05:45:46 [INFO] 
05:45:46 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-api ---
05:45:46 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:46 [INFO] 
05:45:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-api ---
05:45:46 [INFO] Required toolchain: jdk [ version='11' ]
05:45:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:46 [INFO] 
05:45:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-api ---
05:45:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/api
05:45:46 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358346270
05:45:46 [WARNING] Cannot get the branch information from the git repository: 
05:45:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:46 
05:45:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/api
05:45:46 [INFO] Storing buildScmBranch: UNKNOWN
05:45:46 [INFO] 
05:45:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-api ---
05:45:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/api/target/jacoco.exec
05:45:46 [INFO] 
05:45:46 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-api ---
05:45:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/api/src/main/resources
05:45:46 [INFO] 
05:45:46 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-api ---
05:45:46 [INFO] Copying 1 resource
05:45:46 [INFO] 
05:45:46 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-api ---
05:45:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:46 [INFO] Changes detected - recompiling the module!
05:45:46 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/develop-build/service/device/api/target/classes
05:45:47 [INFO] 
05:45:47 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-api ---
05:45:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/api/src/test/resources
05:45:47 [INFO] 
05:45:47 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-api ---
05:45:47 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:47 [INFO] No sources to compile
05:45:47 [INFO] 
05:45:47 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-api ---
05:45:47 [INFO] Tests are skipped.
05:45:47 [INFO] 
05:45:47 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-api ---
05:45:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:47 [INFO] 
05:45:47 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-api ---
05:45:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT.jar
05:45:47 [INFO] 
05:45:47 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-api ---
05:45:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT-sources.jar
05:45:47 [INFO] 
05:45:47 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-api ---
05:45:47 [INFO] 
05:45:47 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-api ---
05:45:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-api/2.1.0-SNAPSHOT/kapua-device-api-2.1.0-SNAPSHOT.jar
05:45:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-api/2.1.0-SNAPSHOT/kapua-device-api-2.1.0-SNAPSHOT.pom
05:45:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-api/2.1.0-SNAPSHOT/kapua-device-api-2.1.0-SNAPSHOT-sources.jar
05:45:47 [INFO] 
05:45:47 [INFO] --------------< org.eclipse.kapua:kapua-device-registry >---------------
05:45:47 [INFO] Building kapua-device-registry 2.1.0-SNAPSHOT                   [24/229]
05:45:47 [INFO]   from service/device/registry/pom.xml
05:45:47 [INFO] --------------------------------[ pom ]---------------------------------
05:45:47 [INFO] 
05:45:47 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry ---
05:45:47 [INFO] 
05:45:47 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry ---
05:45:47 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:48 [INFO] 
05:45:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry ---
05:45:48 [INFO] Required toolchain: jdk [ version='11' ]
05:45:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:48 [INFO] 
05:45:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry ---
05:45:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry
05:45:48 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358348572
05:45:48 [WARNING] Cannot get the branch information from the git repository: 
05:45:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:48 
05:45:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry
05:45:48 [INFO] Storing buildScmBranch: UNKNOWN
05:45:48 [INFO] 
05:45:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry ---
05:45:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/registry/target/jacoco.exec
05:45:48 [INFO] 
05:45:48 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry ---
05:45:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:48 [INFO] 
05:45:48 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry ---
05:45:48 [INFO] 
05:45:48 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry ---
05:45:48 [INFO] 
05:45:48 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry ---
05:45:48 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry/2.1.0-SNAPSHOT/kapua-device-registry-2.1.0-SNAPSHOT.pom
05:45:48 [INFO] 
05:45:48 [INFO] ------------< org.eclipse.kapua:kapua-device-registry-api >-------------
05:45:48 [INFO] Building kapua-device-registry-api 2.1.0-SNAPSHOT               [25/229]
05:45:48 [INFO]   from service/device/registry/api/pom.xml
05:45:48 [INFO] --------------------------------[ jar ]---------------------------------
05:45:48 [INFO] 
05:45:48 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-api ---
05:45:48 [INFO] 
05:45:48 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-api ---
05:45:48 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:48 [INFO] 
05:45:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-api ---
05:45:48 [INFO] Required toolchain: jdk [ version='11' ]
05:45:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:48 [INFO] 
05:45:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-api ---
05:45:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry/api
05:45:48 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358348677
05:45:48 [WARNING] Cannot get the branch information from the git repository: 
05:45:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:48 
05:45:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry/api
05:45:48 [INFO] Storing buildScmBranch: UNKNOWN
05:45:48 [INFO] 
05:45:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-api ---
05:45:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/registry/api/target/jacoco.exec
05:45:48 [INFO] 
05:45:48 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-api ---
05:45:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/registry/api/src/main/resources
05:45:48 [INFO] 
05:45:48 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-api ---
05:45:48 [INFO] Copying 1 resource
05:45:48 [INFO] 
05:45:48 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-api ---
05:45:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:48 [INFO] Changes detected - recompiling the module!
05:45:48 [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/develop-build/service/device/registry/api/target/classes
05:45:50 [INFO] 
05:45:50 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-api ---
05:45:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/registry/api/src/test/resources
05:45:50 [INFO] 
05:45:50 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-api ---
05:45:50 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:50 [INFO] No sources to compile
05:45:50 [INFO] 
05:45:50 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-api ---
05:45:50 [INFO] Tests are skipped.
05:45:50 [INFO] 
05:45:50 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-api ---
05:45:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:50 [INFO] 
05:45:50 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-api ---
05:45:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
05:45:50 [INFO] 
05:45:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-api ---
05:45:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT-sources.jar
05:45:50 [INFO] 
05:45:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-api ---
05:45:50 [INFO] 
05:45:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-api ---
05:45:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-api/2.1.0-SNAPSHOT/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
05:45:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-api/2.1.0-SNAPSHOT/kapua-device-registry-api-2.1.0-SNAPSHOT.pom
05:45:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-api/2.1.0-SNAPSHOT/kapua-device-registry-api-2.1.0-SNAPSHOT-sources.jar
05:45:50 [INFO] 
05:45:50 [INFO] --------------------< org.eclipse.kapua:kapua-job >---------------------
05:45:50 [INFO] Building kapua-job 2.1.0-SNAPSHOT                               [26/229]
05:45:50 [INFO]   from service/job/pom.xml
05:45:50 [INFO] --------------------------------[ pom ]---------------------------------
05:45:50 [INFO] 
05:45:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job ---
05:45:50 [INFO] 
05:45:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job ---
05:45:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:50 [INFO] 
05:45:50 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job ---
05:45:50 [INFO] Required toolchain: jdk [ version='11' ]
05:45:50 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:50 [INFO] 
05:45:50 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job ---
05:45:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job
05:45:50 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358350906
05:45:50 [WARNING] Cannot get the branch information from the git repository: 
05:45:50 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:50 
05:45:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job
05:45:50 [INFO] Storing buildScmBranch: UNKNOWN
05:45:50 [INFO] 
05:45:50 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job ---
05:45:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/job/target/jacoco.exec
05:45:50 [INFO] 
05:45:50 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job ---
05:45:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:50 [INFO] 
05:45:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job ---
05:45:50 [INFO] 
05:45:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job ---
05:45:50 [INFO] 
05:45:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-job ---
05:45:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job/2.1.0-SNAPSHOT/kapua-job-2.1.0-SNAPSHOT.pom
05:45:50 [INFO] 
05:45:50 [INFO] ------------------< org.eclipse.kapua:kapua-job-api >-------------------
05:45:50 [INFO] Building kapua-job-api 2.1.0-SNAPSHOT                           [27/229]
05:45:50 [INFO]   from service/job/api/pom.xml
05:45:50 [INFO] --------------------------------[ jar ]---------------------------------
05:45:51 [INFO] 
05:45:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-api ---
05:45:51 [INFO] 
05:45:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-api ---
05:45:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:51 [INFO] 
05:45:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-api ---
05:45:51 [INFO] Required toolchain: jdk [ version='11' ]
05:45:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:51 [INFO] 
05:45:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-api ---
05:45:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job/api
05:45:51 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358351082
05:45:51 [WARNING] Cannot get the branch information from the git repository: 
05:45:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:51 
05:45:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job/api
05:45:51 [INFO] Storing buildScmBranch: UNKNOWN
05:45:51 [INFO] 
05:45:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-api ---
05:45:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/job/api/target/jacoco.exec
05:45:51 [INFO] 
05:45:51 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-api ---
05:45:51 [INFO] Copying 1 resource
05:45:51 [INFO] 
05:45:51 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-api ---
05:45:51 [INFO] Copying 1 resource
05:45:51 [INFO] 
05:45:51 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-api ---
05:45:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:51 [INFO] Changes detected - recompiling the module!
05:45:51 [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/develop-build/service/job/api/target/classes
05:45:52 [INFO] 
05:45:52 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-api ---
05:45:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/job/api/src/test/resources
05:45:52 [INFO] 
05:45:52 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-api ---
05:45:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:52 [INFO] No sources to compile
05:45:52 [INFO] 
05:45:52 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-api ---
05:45:52 [INFO] Tests are skipped.
05:45:52 [INFO] 
05:45:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-api ---
05:45:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:52 [INFO] 
05:45:52 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-api ---
05:45:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT.jar
05:45:52 [INFO] 
05:45:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-api ---
05:45:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT-sources.jar
05:45:52 [INFO] 
05:45:52 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-api ---
05:45:52 [INFO] 
05:45:52 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-api ---
05:45:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-api/2.1.0-SNAPSHOT/kapua-job-api-2.1.0-SNAPSHOT.jar
05:45:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-api/2.1.0-SNAPSHOT/kapua-job-api-2.1.0-SNAPSHOT.pom
05:45:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-api/2.1.0-SNAPSHOT/kapua-job-api-2.1.0-SNAPSHOT-sources.jar
05:45:52 [INFO] 
05:45:52 [INFO] -----------------< org.eclipse.kapua:kapua-job-engine >-----------------
05:45:52 [INFO] Building kapua-job-engine 2.1.0-SNAPSHOT                        [28/229]
05:45:52 [INFO]   from job-engine/pom.xml
05:45:52 [INFO] --------------------------------[ pom ]---------------------------------
05:45:52 [INFO] 
05:45:52 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine ---
05:45:52 [INFO] 
05:45:52 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine ---
05:45:52 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:52 [INFO] 
05:45:52 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine ---
05:45:52 [INFO] Required toolchain: jdk [ version='11' ]
05:45:52 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:52 [INFO] 
05:45:52 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine ---
05:45:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine
05:45:52 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358352697
05:45:52 [WARNING] Cannot get the branch information from the git repository: 
05:45:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:52 
05:45:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine
05:45:52 [INFO] Storing buildScmBranch: UNKNOWN
05:45:52 [INFO] 
05:45:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine ---
05:45:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/job-engine/target/jacoco.exec
05:45:52 [INFO] 
05:45:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine ---
05:45:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:52 [INFO] 
05:45:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine ---
05:45:52 [INFO] 
05:45:52 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine ---
05:45:52 [INFO] 
05:45:52 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine ---
05:45:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine/2.1.0-SNAPSHOT/kapua-job-engine-2.1.0-SNAPSHOT.pom
05:45:52 [INFO] 
05:45:52 [INFO] ---------------< org.eclipse.kapua:kapua-job-engine-api >---------------
05:45:52 [INFO] Building kapua-job-engine-api 2.1.0-SNAPSHOT                    [29/229]
05:45:52 [INFO]   from job-engine/api/pom.xml
05:45:52 [INFO] --------------------------------[ jar ]---------------------------------
05:45:52 [INFO] 
05:45:52 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-api ---
05:45:52 [INFO] 
05:45:52 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-api ---
05:45:52 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:52 [INFO] 
05:45:52 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-api ---
05:45:52 [INFO] Required toolchain: jdk [ version='11' ]
05:45:52 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:52 [INFO] 
05:45:52 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-api ---
05:45:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/api
05:45:52 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358352796
05:45:52 [WARNING] Cannot get the branch information from the git repository: 
05:45:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:52 
05:45:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/api
05:45:52 [INFO] Storing buildScmBranch: UNKNOWN
05:45:52 [INFO] 
05:45:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-api ---
05:45:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/job-engine/api/target/jacoco.exec
05:45:52 [INFO] 
05:45:52 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-api ---
05:45:52 [INFO] Copying 1 resource
05:45:52 [INFO] 
05:45:52 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-api ---
05:45:52 [INFO] Copying 1 resource
05:45:52 [INFO] 
05:45:52 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-api ---
05:45:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:52 [INFO] Changes detected - recompiling the module!
05:45:52 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-build/job-engine/api/target/classes
05:45:53 [INFO] 
05:45:53 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-api ---
05:45:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/job-engine/api/src/test/resources
05:45:53 [INFO] 
05:45:53 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-api ---
05:45:53 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:53 [INFO] Changes detected - recompiling the module!
05:45:53 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/job-engine/api/target/test-classes
05:45:54 [INFO] 
05:45:54 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-api ---
05:45:54 [INFO] Tests are skipped.
05:45:54 [INFO] 
05:45:54 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-api ---
05:45:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:54 [INFO] 
05:45:54 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-api ---
05:45:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
05:45:54 [INFO] 
05:45:54 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-api ---
05:45:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT-sources.jar
05:45:54 [INFO] 
05:45:54 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-api ---
05:45:54 [INFO] 
05:45:54 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-api ---
05:45:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-api/2.1.0-SNAPSHOT/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
05:45:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-api/2.1.0-SNAPSHOT/kapua-job-engine-api-2.1.0-SNAPSHOT.pom
05:45:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-api/2.1.0-SNAPSHOT/kapua-job-engine-api-2.1.0-SNAPSHOT-sources.jar
05:45:54 [INFO] 
05:45:54 [INFO] -------------< org.eclipse.kapua:kapua-device-management >--------------
05:45:54 [INFO] Building kapua-device-management 2.1.0-SNAPSHOT                 [30/229]
05:45:54 [INFO]   from service/device/management/pom.xml
05:45:54 [INFO] --------------------------------[ pom ]---------------------------------
05:45:54 [INFO] 
05:45:54 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management ---
05:45:54 [INFO] 
05:45:54 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management ---
05:45:54 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:55 [INFO] 
05:45:55 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management ---
05:45:55 [INFO] Required toolchain: jdk [ version='11' ]
05:45:55 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:55 [INFO] 
05:45:55 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management ---
05:45:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management
05:45:55 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358355689
05:45:55 [WARNING] Cannot get the branch information from the git repository: 
05:45:55 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:55 
05:45:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management
05:45:55 [INFO] Storing buildScmBranch: UNKNOWN
05:45:55 [INFO] 
05:45:55 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management ---
05:45:55 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/target/jacoco.exec
05:45:55 [INFO] 
05:45:55 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management ---
05:45:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:55 [INFO] 
05:45:55 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management ---
05:45:55 [INFO] 
05:45:55 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management ---
05:45:55 [INFO] 
05:45:55 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management ---
05:45:55 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management/2.1.0-SNAPSHOT/kapua-device-management-2.1.0-SNAPSHOT.pom
05:45:55 [INFO] 
05:45:55 [INFO] -----------< org.eclipse.kapua:kapua-device-management-api >------------
05:45:55 [INFO] Building kapua-device-management-api 2.1.0-SNAPSHOT             [31/229]
05:45:55 [INFO]   from service/device/management/api/pom.xml
05:45:55 [INFO] --------------------------------[ jar ]---------------------------------
05:45:55 [INFO] 
05:45:55 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-api ---
05:45:55 [INFO] 
05:45:55 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-api ---
05:45:55 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:55 [INFO] 
05:45:55 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-api ---
05:45:55 [INFO] Required toolchain: jdk [ version='11' ]
05:45:55 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:55 [INFO] 
05:45:55 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-api ---
05:45:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/api
05:45:55 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358355787
05:45:55 [WARNING] Cannot get the branch information from the git repository: 
05:45:55 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:55 
05:45:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/api
05:45:55 [INFO] Storing buildScmBranch: UNKNOWN
05:45:55 [INFO] 
05:45:55 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-api ---
05:45:55 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/api/target/jacoco.exec
05:45:55 [INFO] 
05:45:55 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-api ---
05:45:55 [INFO] Copying 1 resource
05:45:55 [INFO] 
05:45:55 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-api ---
05:45:55 [INFO] Copying 1 resource
05:45:55 [INFO] 
05:45:55 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-api ---
05:45:55 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:55 [INFO] Changes detected - recompiling the module!
05:45:55 [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/api/target/classes
05:45:57 [INFO] 
05:45:57 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-api ---
05:45:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/api/src/test/resources
05:45:57 [INFO] 
05:45:57 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-api ---
05:45:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:57 [INFO] No sources to compile
05:45:57 [INFO] 
05:45:57 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-api ---
05:45:57 [INFO] Tests are skipped.
05:45:57 [INFO] 
05:45:57 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-api ---
05:45:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:57 [INFO] 
05:45:57 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-api ---
05:45:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT.jar
05:45:57 [INFO] 
05:45:57 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-api ---
05:45:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT-sources.jar
05:45:57 [INFO] 
05:45:57 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-api ---
05:45:57 [INFO] 
05:45:57 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-api ---
05:45:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-api/2.1.0-SNAPSHOT/kapua-device-management-api-2.1.0-SNAPSHOT.jar
05:45:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-api/2.1.0-SNAPSHOT/kapua-device-management-api-2.1.0-SNAPSHOT.pom
05:45:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-api/2.1.0-SNAPSHOT/kapua-device-management-api-2.1.0-SNAPSHOT-sources.jar
05:45:57 [INFO] 
05:45:57 [INFO] ---------< org.eclipse.kapua:kapua-device-management-request >----------
05:45:57 [INFO] Building kapua-device-management-request 2.1.0-SNAPSHOT         [32/229]
05:45:57 [INFO]   from service/device/management/request/pom.xml
05:45:57 [INFO] --------------------------------[ pom ]---------------------------------
05:45:57 [INFO] 
05:45:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-request ---
05:45:57 [INFO] 
05:45:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request ---
05:45:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:57 [INFO] 
05:45:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request ---
05:45:57 [INFO] Required toolchain: jdk [ version='11' ]
05:45:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:57 [INFO] 
05:45:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request ---
05:45:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/request' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/request
05:45:57 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358357275
05:45:57 [WARNING] Cannot get the branch information from the git repository: 
05:45:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:57 
05:45:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/request' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/request
05:45:57 [INFO] Storing buildScmBranch: UNKNOWN
05:45:57 [INFO] 
05:45:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request ---
05:45:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/request/target/jacoco.exec
05:45:57 [INFO] 
05:45:57 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-request ---
05:45:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:57 [INFO] 
05:45:57 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-request ---
05:45:57 [INFO] 
05:45:57 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-request ---
05:45:57 [INFO] 
05:45:57 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-request ---
05:45:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/request/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-request/2.1.0-SNAPSHOT/kapua-device-management-request-2.1.0-SNAPSHOT.pom
05:45:57 [INFO] 
05:45:57 [INFO] -------< org.eclipse.kapua:kapua-device-management-request-api >--------
05:45:57 [INFO] Building kapua-device-management-request-api 2.1.0-SNAPSHOT     [33/229]
05:45:57 [INFO]   from service/device/management/request/api/pom.xml
05:45:57 [INFO] --------------------------------[ jar ]---------------------------------
05:45:57 [INFO] 
05:45:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-request-api ---
05:45:57 [INFO] 
05:45:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request-api ---
05:45:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:57 [INFO] 
05:45:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request-api ---
05:45:57 [INFO] Required toolchain: jdk [ version='11' ]
05:45:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:57 [INFO] 
05:45:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request-api ---
05:45:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/request/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/request/api
05:45:57 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358357443
05:45:57 [WARNING] Cannot get the branch information from the git repository: 
05:45:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:57 
05:45:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/request/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/request/api
05:45:57 [INFO] Storing buildScmBranch: UNKNOWN
05:45:57 [INFO] 
05:45:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request-api ---
05:45:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/request/api/target/jacoco.exec
05:45:57 [INFO] 
05:45:57 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-request-api ---
05:45:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/request/api/src/main/resources
05:45:57 [INFO] 
05:45:57 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-request-api ---
05:45:57 [INFO] Copying 1 resource
05:45:57 [INFO] 
05:45:57 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-request-api ---
05:45:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:57 [INFO] Changes detected - recompiling the module!
05:45:57 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/request/api/target/classes
05:45:59 [INFO] 
05:45:59 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-request-api ---
05:45:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/request/api/src/test/resources
05:45:59 [INFO] 
05:45:59 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-request-api ---
05:45:59 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:59 [INFO] No sources to compile
05:45:59 [INFO] 
05:45:59 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-request-api ---
05:45:59 [INFO] Tests are skipped.
05:45:59 [INFO] 
05:45:59 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-request-api ---
05:45:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:59 [INFO] 
05:45:59 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-request-api ---
05:45:59 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/request/api/target/kapua-device-management-request-api-2.1.0-SNAPSHOT.jar
05:45:59 [INFO] 
05:45:59 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-request-api ---
05:45:59 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/request/api/target/kapua-device-management-request-api-2.1.0-SNAPSHOT-sources.jar
05:45:59 [INFO] 
05:45:59 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-request-api ---
05:45:59 [INFO] 
05:45:59 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-request-api ---
05:45:59 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/request/api/target/kapua-device-management-request-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-request-api/2.1.0-SNAPSHOT/kapua-device-management-request-api-2.1.0-SNAPSHOT.jar
05:45:59 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/request/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-request-api/2.1.0-SNAPSHOT/kapua-device-management-request-api-2.1.0-SNAPSHOT.pom
05:45:59 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/request/api/target/kapua-device-management-request-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-request-api/2.1.0-SNAPSHOT/kapua-device-management-request-api-2.1.0-SNAPSHOT-sources.jar
05:45:59 [INFO] 
05:45:59 [INFO] ----------------< org.eclipse.kapua:kapua-commons-rest >----------------
05:45:59 [INFO] Building kapua-commons-rest 2.1.0-SNAPSHOT                      [34/229]
05:45:59 [INFO]   from commons-rest/pom.xml
05:45:59 [INFO] --------------------------------[ pom ]---------------------------------
05:45:59 [INFO] 
05:45:59 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest ---
05:45:59 [INFO] 
05:45:59 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest ---
05:45:59 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:59 [INFO] 
05:45:59 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest ---
05:45:59 [INFO] Required toolchain: jdk [ version='11' ]
05:45:59 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:59 [INFO] 
05:45:59 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest ---
05:45:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons-rest' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons-rest
05:45:59 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358359386
05:45:59 [WARNING] Cannot get the branch information from the git repository: 
05:45:59 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:59 
05:45:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons-rest' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons-rest
05:45:59 [INFO] Storing buildScmBranch: UNKNOWN
05:45:59 [INFO] 
05:45:59 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest ---
05:45:59 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/commons-rest/target/jacoco.exec
05:45:59 [INFO] 
05:45:59 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest ---
05:45:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:45:59 [INFO] 
05:45:59 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest ---
05:45:59 [INFO] 
05:45:59 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest ---
05:45:59 [INFO] 
05:45:59 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest ---
05:45:59 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest/2.1.0-SNAPSHOT/kapua-commons-rest-2.1.0-SNAPSHOT.pom
05:45:59 [INFO] 
05:45:59 [INFO] -------------< org.eclipse.kapua:kapua-commons-rest-model >-------------
05:45:59 [INFO] Building kapua-commons-rest-model 2.1.0-SNAPSHOT                [35/229]
05:45:59 [INFO]   from commons-rest/model/pom.xml
05:45:59 [INFO] --------------------------------[ jar ]---------------------------------
05:45:59 [INFO] 
05:45:59 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest-model ---
05:45:59 [INFO] 
05:45:59 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-model ---
05:45:59 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:45:59 [INFO] 
05:45:59 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-model ---
05:45:59 [INFO] Required toolchain: jdk [ version='11' ]
05:45:59 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:59 [INFO] 
05:45:59 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-model ---
05:45:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons-rest/model' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons-rest/model
05:45:59 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358359599
05:45:59 [WARNING] Cannot get the branch information from the git repository: 
05:45:59 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:45:59 
05:45:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons-rest/model' && 'git' 'rev-parse' '--verify' 'HEAD'
05:45:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons-rest/model
05:45:59 [INFO] Storing buildScmBranch: UNKNOWN
05:45:59 [INFO] 
05:45:59 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-model ---
05:45:59 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/commons-rest/model/target/jacoco.exec
05:45:59 [INFO] 
05:45:59 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-model ---
05:45:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/commons-rest/model/src/main/resources
05:45:59 [INFO] 
05:45:59 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-model ---
05:45:59 [INFO] Copying 1 resource
05:45:59 [INFO] 
05:45:59 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-model ---
05:45:59 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:45:59 [INFO] Changes detected - recompiling the module!
05:45:59 [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/develop-build/commons-rest/model/target/classes
05:46:01 [INFO] 
05:46:01 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons-rest-model ---
05:46:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/commons-rest/model/src/test/resources
05:46:01 [INFO] 
05:46:01 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons-rest-model ---
05:46:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:01 [INFO] Changes detected - recompiling the module!
05:46:01 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/develop-build/commons-rest/model/target/test-classes
05:46:02 [INFO] 
05:46:02 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons-rest-model ---
05:46:02 [INFO] Tests are skipped.
05:46:02 [INFO] 
05:46:02 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest-model ---
05:46:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:02 [INFO] 
05:46:02 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons-rest-model ---
05:46:02 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT.jar
05:46:03 [INFO] 
05:46:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest-model ---
05:46:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT-sources.jar
05:46:03 [INFO] 
05:46:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest-model ---
05:46:03 [INFO] 
05:46:03 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest-model ---
05:46:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest-model/2.1.0-SNAPSHOT/kapua-commons-rest-model-2.1.0-SNAPSHOT.jar
05:46:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/model/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest-model/2.1.0-SNAPSHOT/kapua-commons-rest-model-2.1.0-SNAPSHOT.pom
05:46:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest-model/2.1.0-SNAPSHOT/kapua-commons-rest-model-2.1.0-SNAPSHOT-sources.jar
05:46:03 [INFO] 
05:46:03 [INFO] -------------< org.eclipse.kapua:kapua-job-engine-client >--------------
05:46:03 [INFO] Building kapua-job-engine-client 2.1.0-SNAPSHOT                 [36/229]
05:46:03 [INFO]   from job-engine/client/pom.xml
05:46:03 [INFO] --------------------------------[ jar ]---------------------------------
05:46:03 [INFO] 
05:46:03 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-client ---
05:46:03 [INFO] 
05:46:03 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-client ---
05:46:03 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:03 [INFO] 
05:46:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-client ---
05:46:03 [INFO] Required toolchain: jdk [ version='11' ]
05:46:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:03 [INFO] 
05:46:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-client ---
05:46:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/client' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/client
05:46:03 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358363614
05:46:03 [WARNING] Cannot get the branch information from the git repository: 
05:46:03 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:03 
05:46:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/client' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/client
05:46:03 [INFO] Storing buildScmBranch: UNKNOWN
05:46:03 [INFO] 
05:46:03 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-client ---
05:46:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/job-engine/client/target/jacoco.exec
05:46:03 [INFO] 
05:46:03 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-client ---
05:46:03 [INFO] Copying 1 resource
05:46:03 [INFO] 
05:46:03 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-client ---
05:46:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:03 [INFO] Changes detected - recompiling the module!
05:46:03 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-build/job-engine/client/target/classes
05:46:05 [INFO] 
05:46:05 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-client ---
05:46:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/job-engine/client/src/test/resources
05:46:05 [INFO] 
05:46:05 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-client ---
05:46:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:05 [INFO] No sources to compile
05:46:05 [INFO] 
05:46:05 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-client ---
05:46:05 [INFO] Tests are skipped.
05:46:05 [INFO] 
05:46:05 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-client ---
05:46:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:05 [INFO] 
05:46:05 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-client ---
05:46:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT.jar
05:46:05 [INFO] 
05:46:05 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-client ---
05:46:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT-sources.jar
05:46:05 [INFO] 
05:46:05 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-client ---
05:46:05 [INFO] 
05:46:05 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-client ---
05:46:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-client/2.1.0-SNAPSHOT/kapua-job-engine-client-2.1.0-SNAPSHOT.jar
05:46:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/client/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-client/2.1.0-SNAPSHOT/kapua-job-engine-client-2.1.0-SNAPSHOT.pom
05:46:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-client/2.1.0-SNAPSHOT/kapua-job-engine-client-2.1.0-SNAPSHOT-sources.jar
05:46:05 [INFO] 
05:46:05 [INFO] -------------< org.eclipse.kapua:kapua-job-engine-commons >-------------
05:46:05 [INFO] Building kapua-job-engine-commons 2.1.0-SNAPSHOT                [37/229]
05:46:05 [INFO]   from job-engine/commons/pom.xml
05:46:05 [INFO] --------------------------------[ jar ]---------------------------------
05:46:05 [INFO] 
05:46:05 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-commons ---
05:46:05 [INFO] 
05:46:05 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-commons ---
05:46:05 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:05 [INFO] 
05:46:05 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-commons ---
05:46:05 [INFO] Required toolchain: jdk [ version='11' ]
05:46:05 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:05 [INFO] 
05:46:05 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-commons ---
05:46:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/commons
05:46:05 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358365354
05:46:05 [WARNING] Cannot get the branch information from the git repository: 
05:46:05 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:05 
05:46:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/commons
05:46:05 [INFO] Storing buildScmBranch: UNKNOWN
05:46:05 [INFO] 
05:46:05 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-commons ---
05:46:05 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/job-engine/commons/target/jacoco.exec
05:46:05 [INFO] 
05:46:05 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-commons ---
05:46:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/job-engine/commons/src/main/resources
05:46:05 [INFO] 
05:46:05 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-commons ---
05:46:05 [INFO] Copying 1 resource
05:46:05 [INFO] 
05:46:05 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-commons ---
05:46:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:05 [INFO] Changes detected - recompiling the module!
05:46:05 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-build/job-engine/commons/target/classes
05:46:07 [INFO] 
05:46:07 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-commons ---
05:46:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/job-engine/commons/src/test/resources
05:46:07 [INFO] 
05:46:07 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-commons ---
05:46:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:07 [INFO] No sources to compile
05:46:07 [INFO] 
05:46:07 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-commons ---
05:46:07 [INFO] Tests are skipped.
05:46:07 [INFO] 
05:46:07 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-commons ---
05:46:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:07 [INFO] 
05:46:07 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-commons ---
05:46:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
05:46:07 [INFO] 
05:46:07 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-commons ---
05:46:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT-sources.jar
05:46:07 [INFO] 
05:46:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-commons ---
05:46:07 [INFO] 
05:46:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-commons ---
05:46:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-commons/2.1.0-SNAPSHOT/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
05:46:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/commons/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-commons/2.1.0-SNAPSHOT/kapua-job-engine-commons-2.1.0-SNAPSHOT.pom
05:46:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-commons/2.1.0-SNAPSHOT/kapua-job-engine-commons-2.1.0-SNAPSHOT-sources.jar
05:46:07 [INFO] 
05:46:07 [INFO] -----------------< org.eclipse.kapua:kapua-transport >------------------
05:46:07 [INFO] Building kapua-transport 2.1.0-SNAPSHOT                         [38/229]
05:46:07 [INFO]   from transport/pom.xml
05:46:07 [INFO] --------------------------------[ pom ]---------------------------------
05:46:07 [INFO] 
05:46:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport ---
05:46:07 [INFO] 
05:46:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport ---
05:46:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:07 [INFO] 
05:46:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport ---
05:46:07 [INFO] Required toolchain: jdk [ version='11' ]
05:46:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:07 [INFO] 
05:46:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport ---
05:46:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/transport' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/transport
05:46:07 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358367494
05:46:07 [WARNING] Cannot get the branch information from the git repository: 
05:46:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:07 
05:46:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/transport' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/transport
05:46:07 [INFO] Storing buildScmBranch: UNKNOWN
05:46:07 [INFO] 
05:46:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport ---
05:46:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/transport/target/jacoco.exec
05:46:07 [INFO] 
05:46:07 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport ---
05:46:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:07 [INFO] 
05:46:07 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport ---
05:46:07 [INFO] 
05:46:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport ---
05:46:07 [INFO] 
05:46:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-transport ---
05:46:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport/2.1.0-SNAPSHOT/kapua-transport-2.1.0-SNAPSHOT.pom
05:46:07 [INFO] 
05:46:07 [INFO] ---------------< org.eclipse.kapua:kapua-transport-api >----------------
05:46:07 [INFO] Building kapua-transport-api 2.1.0-SNAPSHOT                     [39/229]
05:46:07 [INFO]   from transport/api/pom.xml
05:46:07 [INFO] --------------------------------[ jar ]---------------------------------
05:46:07 [INFO] 
05:46:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport-api ---
05:46:07 [INFO] 
05:46:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-api ---
05:46:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:07 [INFO] 
05:46:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-api ---
05:46:07 [INFO] Required toolchain: jdk [ version='11' ]
05:46:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:07 [INFO] 
05:46:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-api ---
05:46:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/transport/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/transport/api
05:46:07 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358367653
05:46:07 [WARNING] Cannot get the branch information from the git repository: 
05:46:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:07 
05:46:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/transport/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/transport/api
05:46:07 [INFO] Storing buildScmBranch: UNKNOWN
05:46:07 [INFO] 
05:46:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-api ---
05:46:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/transport/api/target/jacoco.exec
05:46:07 [INFO] 
05:46:07 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-api ---
05:46:07 [INFO] Copying 1 resource
05:46:07 [INFO] 
05:46:07 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-api ---
05:46:07 [INFO] Copying 1 resource
05:46:07 [INFO] 
05:46:07 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-api ---
05:46:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:07 [INFO] Changes detected - recompiling the module!
05:46:07 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-build/transport/api/target/classes
05:46:08 [INFO] 
05:46:08 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-transport-api ---
05:46:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/transport/api/src/test/resources
05:46:08 [INFO] 
05:46:08 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-transport-api ---
05:46:08 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:08 [INFO] Changes detected - recompiling the module!
05:46:08 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-build/transport/api/target/test-classes
05:46:10 [INFO] 
05:46:10 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-transport-api ---
05:46:10 [INFO] Tests are skipped.
05:46:10 [INFO] 
05:46:10 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport-api ---
05:46:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:10 [INFO] 
05:46:10 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-transport-api ---
05:46:10 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT.jar
05:46:10 [INFO] 
05:46:10 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport-api ---
05:46:10 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT-sources.jar
05:46:10 [INFO] 
05:46:10 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport-api ---
05:46:10 [INFO] 
05:46:10 [INFO] --- install:2.5.2:install (default-install) @ kapua-transport-api ---
05:46:10 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport-api/2.1.0-SNAPSHOT/kapua-transport-api-2.1.0-SNAPSHOT.jar
05:46:10 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport-api/2.1.0-SNAPSHOT/kapua-transport-api-2.1.0-SNAPSHOT.pom
05:46:10 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport-api/2.1.0-SNAPSHOT/kapua-transport-api-2.1.0-SNAPSHOT-sources.jar
05:46:10 [INFO] 
05:46:10 [INFO] ----------------< org.eclipse.kapua:kapua-device-call >-----------------
05:46:10 [INFO] Building kapua-device-call 2.1.0-SNAPSHOT                       [40/229]
05:46:10 [INFO]   from service/device/call/pom.xml
05:46:10 [INFO] --------------------------------[ pom ]---------------------------------
05:46:10 [INFO] 
05:46:10 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-call ---
05:46:10 [INFO] 
05:46:10 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call ---
05:46:10 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:11 [INFO] 
05:46:11 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call ---
05:46:11 [INFO] Required toolchain: jdk [ version='11' ]
05:46:11 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:11 [INFO] 
05:46:11 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call ---
05:46:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/call' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/call
05:46:11 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358371018
05:46:11 [WARNING] Cannot get the branch information from the git repository: 
05:46:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:11 
05:46:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/call' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/call
05:46:11 [INFO] Storing buildScmBranch: UNKNOWN
05:46:11 [INFO] 
05:46:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call ---
05:46:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/call/target/jacoco.exec
05:46:11 [INFO] 
05:46:11 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-call ---
05:46:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:11 [INFO] 
05:46:11 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-call ---
05:46:11 [INFO] 
05:46:11 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-call ---
05:46:11 [INFO] 
05:46:11 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-call ---
05:46:11 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/call/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-call/2.1.0-SNAPSHOT/kapua-device-call-2.1.0-SNAPSHOT.pom
05:46:11 [INFO] 
05:46:11 [INFO] --------------< org.eclipse.kapua:kapua-device-call-api >---------------
05:46:11 [INFO] Building kapua-device-call-api 2.1.0-SNAPSHOT                   [41/229]
05:46:11 [INFO]   from service/device/call/api/pom.xml
05:46:11 [INFO] --------------------------------[ jar ]---------------------------------
05:46:11 [INFO] 
05:46:11 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-call-api ---
05:46:11 [INFO] 
05:46:11 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call-api ---
05:46:11 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:11 [INFO] 
05:46:11 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call-api ---
05:46:11 [INFO] Required toolchain: jdk [ version='11' ]
05:46:11 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:11 [INFO] 
05:46:11 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call-api ---
05:46:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/call/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/call/api
05:46:11 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358371112
05:46:11 [WARNING] Cannot get the branch information from the git repository: 
05:46:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:11 
05:46:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/call/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/call/api
05:46:11 [INFO] Storing buildScmBranch: UNKNOWN
05:46:11 [INFO] 
05:46:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call-api ---
05:46:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/call/api/target/jacoco.exec
05:46:11 [INFO] 
05:46:11 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-call-api ---
05:46:11 [INFO] Copying 1 resource
05:46:11 [INFO] 
05:46:11 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-call-api ---
05:46:11 [INFO] Copying 1 resource
05:46:11 [INFO] 
05:46:11 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-call-api ---
05:46:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:11 [INFO] Changes detected - recompiling the module!
05:46:11 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/develop-build/service/device/call/api/target/classes
05:46:12 [INFO] 
05:46:12 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-call-api ---
05:46:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/call/api/src/test/resources
05:46:12 [INFO] 
05:46:12 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-call-api ---
05:46:12 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:12 [INFO] Changes detected - recompiling the module!
05:46:12 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/service/device/call/api/target/test-classes
05:46:13 [INFO] 
05:46:13 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-call-api ---
05:46:13 [INFO] Tests are skipped.
05:46:13 [INFO] 
05:46:13 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-call-api ---
05:46:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:13 [INFO] 
05:46:13 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-call-api ---
05:46:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT.jar
05:46:13 [INFO] 
05:46:13 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-call-api ---
05:46:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT-sources.jar
05:46:13 [INFO] 
05:46:13 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-call-api ---
05:46:13 [INFO] 
05:46:13 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-call-api ---
05:46:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-call-api/2.1.0-SNAPSHOT/kapua-device-call-api-2.1.0-SNAPSHOT.jar
05:46:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/call/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-call-api/2.1.0-SNAPSHOT/kapua-device-call-api-2.1.0-SNAPSHOT.pom
05:46:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-call-api/2.1.0-SNAPSHOT/kapua-device-call-api-2.1.0-SNAPSHOT-sources.jar
05:46:13 [INFO] 
05:46:13 [INFO] -----------------< org.eclipse.kapua:kapua-translator >-----------------
05:46:13 [INFO] Building kapua-translator 2.1.0-SNAPSHOT                        [42/229]
05:46:13 [INFO]   from translator/pom.xml
05:46:13 [INFO] --------------------------------[ pom ]---------------------------------
05:46:13 [INFO] 
05:46:13 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator ---
05:46:13 [INFO] 
05:46:13 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator ---
05:46:13 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:14 [INFO] 
05:46:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator ---
05:46:14 [INFO] Required toolchain: jdk [ version='11' ]
05:46:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:14 [INFO] 
05:46:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator ---
05:46:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator
05:46:14 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358374387
05:46:14 [WARNING] Cannot get the branch information from the git repository: 
05:46:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:14 
05:46:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator
05:46:14 [INFO] Storing buildScmBranch: UNKNOWN
05:46:14 [INFO] 
05:46:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator ---
05:46:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/translator/target/jacoco.exec
05:46:14 [INFO] 
05:46:14 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator ---
05:46:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:14 [INFO] 
05:46:14 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator ---
05:46:14 [INFO] 
05:46:14 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator ---
05:46:14 [INFO] 
05:46:14 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator ---
05:46:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator/2.1.0-SNAPSHOT/kapua-translator-2.1.0-SNAPSHOT.pom
05:46:14 [INFO] 
05:46:14 [INFO] ---------------< org.eclipse.kapua:kapua-translator-api >---------------
05:46:14 [INFO] Building kapua-translator-api 2.1.0-SNAPSHOT                    [43/229]
05:46:14 [INFO]   from translator/api/pom.xml
05:46:14 [INFO] --------------------------------[ jar ]---------------------------------
05:46:14 [INFO] 
05:46:14 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-api ---
05:46:14 [INFO] 
05:46:14 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-api ---
05:46:14 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:14 [INFO] 
05:46:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-api ---
05:46:14 [INFO] Required toolchain: jdk [ version='11' ]
05:46:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:14 [INFO] 
05:46:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-api ---
05:46:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/api
05:46:14 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358374468
05:46:14 [WARNING] Cannot get the branch information from the git repository: 
05:46:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:14 
05:46:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/api
05:46:14 [INFO] Storing buildScmBranch: UNKNOWN
05:46:14 [INFO] 
05:46:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-api ---
05:46:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/translator/api/target/jacoco.exec
05:46:14 [INFO] 
05:46:14 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-api ---
05:46:14 [INFO] Copying 1 resource
05:46:14 [INFO] 
05:46:14 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-api ---
05:46:14 [INFO] Copying 1 resource
05:46:14 [INFO] 
05:46:14 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-api ---
05:46:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:14 [INFO] Changes detected - recompiling the module!
05:46:14 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-build/translator/api/target/classes
05:46:15 [INFO] 
05:46:15 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-api ---
05:46:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/translator/api/src/test/resources
05:46:15 [INFO] 
05:46:15 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-api ---
05:46:15 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:15 [INFO] No sources to compile
05:46:15 [INFO] 
05:46:15 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-api ---
05:46:15 [INFO] Tests are skipped.
05:46:15 [INFO] 
05:46:15 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-api ---
05:46:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:15 [INFO] 
05:46:15 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-api ---
05:46:15 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT.jar
05:46:16 [INFO] 
05:46:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-api ---
05:46:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT-sources.jar
05:46:16 [INFO] 
05:46:16 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-api ---
05:46:16 [INFO] 
05:46:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-api ---
05:46:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-api/2.1.0-SNAPSHOT/kapua-translator-api-2.1.0-SNAPSHOT.jar
05:46:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-api/2.1.0-SNAPSHOT/kapua-translator-api-2.1.0-SNAPSHOT.pom
05:46:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-api/2.1.0-SNAPSHOT/kapua-translator-api-2.1.0-SNAPSHOT-sources.jar
05:46:16 [INFO] 
05:46:16 [INFO] --------------< org.eclipse.kapua:kapua-message-internal >--------------
05:46:16 [INFO] Building kapua-message-internal 2.1.0-SNAPSHOT                  [44/229]
05:46:16 [INFO]   from message/internal/pom.xml
05:46:16 [INFO] --------------------------------[ jar ]---------------------------------
05:46:16 [INFO] 
05:46:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-message-internal ---
05:46:16 [INFO] 
05:46:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message-internal ---
05:46:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:16 [INFO] 
05:46:16 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message-internal ---
05:46:16 [INFO] Required toolchain: jdk [ version='11' ]
05:46:16 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:16 [INFO] 
05:46:16 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message-internal ---
05:46:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/message/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/message/internal
05:46:16 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358376260
05:46:16 [WARNING] Cannot get the branch information from the git repository: 
05:46:16 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:16 
05:46:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/message/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/message/internal
05:46:16 [INFO] Storing buildScmBranch: UNKNOWN
05:46:16 [INFO] 
05:46:16 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message-internal ---
05:46:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/message/internal/target/jacoco.exec
05:46:16 [INFO] 
05:46:16 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-message-internal ---
05:46:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/message/internal/src/main/resources
05:46:16 [INFO] 
05:46:16 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-message-internal ---
05:46:16 [INFO] Copying 1 resource
05:46:16 [INFO] 
05:46:16 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-message-internal ---
05:46:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:16 [INFO] Changes detected - recompiling the module!
05:46:16 [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/develop-build/message/internal/target/classes
05:46:18 [INFO] 
05:46:18 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-message-internal ---
05:46:18 [INFO] Copying 3 resources
05:46:18 [INFO] 
05:46:18 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-message-internal ---
05:46:18 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:18 [INFO] Changes detected - recompiling the module!
05:46:18 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/develop-build/message/internal/target/test-classes
05:46:19 [INFO] 
05:46:19 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-message-internal ---
05:46:19 [INFO] Tests are skipped.
05:46:19 [INFO] 
05:46:19 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message-internal ---
05:46:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:19 [INFO] 
05:46:19 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-message-internal ---
05:46:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT.jar
05:46:19 [INFO] 
05:46:19 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message-internal ---
05:46:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT-sources.jar
05:46:19 [INFO] 
05:46:19 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message-internal ---
05:46:19 [INFO] 
05:46:19 [INFO] --- install:2.5.2:install (default-install) @ kapua-message-internal ---
05:46:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-message-internal/2.1.0-SNAPSHOT/kapua-message-internal-2.1.0-SNAPSHOT.jar
05:46:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/message/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-message-internal/2.1.0-SNAPSHOT/kapua-message-internal-2.1.0-SNAPSHOT.pom
05:46:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-message-internal/2.1.0-SNAPSHOT/kapua-message-internal-2.1.0-SNAPSHOT-sources.jar
05:46:19 [INFO] 
05:46:19 [INFO] ---------------< org.eclipse.kapua:kapua-transport-mqtt >---------------
05:46:19 [INFO] Building kapua-transport-mqtt 2.1.0-SNAPSHOT                    [45/229]
05:46:19 [INFO]   from transport/mqtt/pom.xml
05:46:19 [INFO] --------------------------------[ jar ]---------------------------------
05:46:20 [INFO] 
05:46:20 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport-mqtt ---
05:46:20 [INFO] 
05:46:20 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-mqtt ---
05:46:20 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:20 [INFO] 
05:46:20 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-mqtt ---
05:46:20 [INFO] Required toolchain: jdk [ version='11' ]
05:46:20 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:20 [INFO] 
05:46:20 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-mqtt ---
05:46:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/transport/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/transport/mqtt
05:46:20 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358380193
05:46:20 [WARNING] Cannot get the branch information from the git repository: 
05:46:20 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:20 
05:46:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/transport/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/transport/mqtt
05:46:20 [INFO] Storing buildScmBranch: UNKNOWN
05:46:20 [INFO] 
05:46:20 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-mqtt ---
05:46:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/transport/mqtt/target/jacoco.exec
05:46:20 [INFO] 
05:46:20 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-mqtt ---
05:46:20 [INFO] Copying 3 resources
05:46:20 [INFO] 
05:46:20 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-mqtt ---
05:46:20 [INFO] Copying 1 resource
05:46:20 [INFO] 
05:46:20 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-mqtt ---
05:46:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:20 [INFO] Changes detected - recompiling the module!
05:46:20 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-build/transport/mqtt/target/classes
05:46:22 [INFO] 
05:46:22 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-transport-mqtt ---
05:46:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/transport/mqtt/src/test/resources
05:46:22 [INFO] 
05:46:22 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-transport-mqtt ---
05:46:22 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:22 [INFO] Changes detected - recompiling the module!
05:46:22 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/transport/mqtt/target/test-classes
05:46:23 [INFO] 
05:46:23 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-transport-mqtt ---
05:46:23 [INFO] Tests are skipped.
05:46:23 [INFO] 
05:46:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport-mqtt ---
05:46:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:23 [INFO] 
05:46:23 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-transport-mqtt ---
05:46:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
05:46:23 [INFO] 
05:46:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport-mqtt ---
05:46:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT-sources.jar
05:46:23 [INFO] 
05:46:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport-mqtt ---
05:46:23 [INFO] 
05:46:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-transport-mqtt ---
05:46:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport-mqtt/2.1.0-SNAPSHOT/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
05:46:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/mqtt/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport-mqtt/2.1.0-SNAPSHOT/kapua-transport-mqtt-2.1.0-SNAPSHOT.pom
05:46:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport-mqtt/2.1.0-SNAPSHOT/kapua-transport-mqtt-2.1.0-SNAPSHOT-sources.jar
05:46:23 [INFO] 
05:46:23 [INFO] --------------< org.eclipse.kapua:kapua-device-call-kura >--------------
05:46:23 [INFO] Building kapua-device-call-kura 2.1.0-SNAPSHOT                  [46/229]
05:46:23 [INFO]   from service/device/call/kura/pom.xml
05:46:23 [INFO] --------------------------------[ jar ]---------------------------------
05:46:23 [INFO] 
05:46:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-call-kura ---
05:46:23 [INFO] 
05:46:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call-kura ---
05:46:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:24 [INFO] 
05:46:24 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call-kura ---
05:46:24 [INFO] Required toolchain: jdk [ version='11' ]
05:46:24 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:24 [INFO] 
05:46:24 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call-kura ---
05:46:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/call/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/call/kura
05:46:24 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358384442
05:46:24 [WARNING] Cannot get the branch information from the git repository: 
05:46:24 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:24 
05:46:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/call/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/call/kura
05:46:24 [INFO] Storing buildScmBranch: UNKNOWN
05:46:24 [INFO] 
05:46:24 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call-kura ---
05:46:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/call/kura/target/jacoco.exec
05:46:24 [INFO] 
05:46:24 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-call-kura ---
05:46:24 [INFO] Copying 1 resource
05:46:24 [INFO] 
05:46:24 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-call-kura ---
05:46:24 [INFO] Copying 1 resource
05:46:24 [INFO] 
05:46:24 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-call-kura ---
05:46:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:24 [INFO] Changes detected - recompiling the module!
05:46:24 [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/develop-build/service/device/call/kura/target/classes
05:46:27 [INFO] 
05:46:27 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-call-kura ---
05:46:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/call/kura/src/test/resources
05:46:27 [INFO] 
05:46:27 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-call-kura ---
05:46:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:27 [INFO] No sources to compile
05:46:27 [INFO] 
05:46:27 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-call-kura ---
05:46:27 [INFO] Tests are skipped.
05:46:27 [INFO] 
05:46:27 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-call-kura ---
05:46:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:27 [INFO] 
05:46:27 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-call-kura ---
05:46:27 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
05:46:27 [INFO] 
05:46:27 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-call-kura ---
05:46:27 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT-sources.jar
05:46:27 [INFO] 
05:46:27 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-call-kura ---
05:46:27 [INFO] 
05:46:27 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-call-kura ---
05:46:27 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-call-kura/2.1.0-SNAPSHOT/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
05:46:27 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/call/kura/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-call-kura/2.1.0-SNAPSHOT/kapua-device-call-kura-2.1.0-SNAPSHOT.pom
05:46:27 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-call-kura/2.1.0-SNAPSHOT/kapua-device-call-kura-2.1.0-SNAPSHOT-sources.jar
05:46:27 [INFO] 
05:46:27 [INFO] ---------< org.eclipse.kapua:kapua-device-management-registry >---------
05:46:27 [INFO] Building kapua-device-management-registry 2.1.0-SNAPSHOT        [47/229]
05:46:27 [INFO]   from service/device/management/registry/pom.xml
05:46:27 [INFO] --------------------------------[ pom ]---------------------------------
05:46:27 [INFO] 
05:46:27 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-registry ---
05:46:27 [INFO] 
05:46:27 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry ---
05:46:27 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:27 [INFO] 
05:46:27 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry ---
05:46:27 [INFO] Required toolchain: jdk [ version='11' ]
05:46:27 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:27 [INFO] 
05:46:27 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry ---
05:46:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/registry' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/registry
05:46:27 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358387851
05:46:27 [WARNING] Cannot get the branch information from the git repository: 
05:46:27 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:27 
05:46:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/registry' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/registry
05:46:27 [INFO] Storing buildScmBranch: UNKNOWN
05:46:27 [INFO] 
05:46:27 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry ---
05:46:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/registry/target/jacoco.exec
05:46:27 [INFO] 
05:46:27 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-registry ---
05:46:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:27 [INFO] 
05:46:27 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-registry ---
05:46:27 [INFO] 
05:46:27 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-registry ---
05:46:27 [INFO] 
05:46:27 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-registry ---
05:46:27 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/registry/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-registry/2.1.0-SNAPSHOT/kapua-device-management-registry-2.1.0-SNAPSHOT.pom
05:46:27 [INFO] 
05:46:27 [INFO] -------< org.eclipse.kapua:kapua-device-management-registry-api >-------
05:46:27 [INFO] Building kapua-device-management-registry-api 2.1.0-SNAPSHOT    [48/229]
05:46:27 [INFO]   from service/device/management/registry/api/pom.xml
05:46:27 [INFO] --------------------------------[ jar ]---------------------------------
05:46:27 [INFO] 
05:46:27 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-registry-api ---
05:46:27 [INFO] 
05:46:27 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry-api ---
05:46:27 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:27 [INFO] 
05:46:27 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry-api ---
05:46:27 [INFO] Required toolchain: jdk [ version='11' ]
05:46:27 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:27 [INFO] 
05:46:27 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry-api ---
05:46:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api
05:46:27 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358387954
05:46:27 [WARNING] Cannot get the branch information from the git repository: 
05:46:27 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:27 
05:46:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api
05:46:27 [INFO] Storing buildScmBranch: UNKNOWN
05:46:27 [INFO] 
05:46:27 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry-api ---
05:46:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/registry/api/target/jacoco.exec
05:46:27 [INFO] 
05:46:27 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-registry-api ---
05:46:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api/src/main/resources
05:46:27 [INFO] 
05:46:27 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-registry-api ---
05:46:27 [INFO] Copying 1 resource
05:46:27 [INFO] 
05:46:27 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-registry-api ---
05:46:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:27 [INFO] Changes detected - recompiling the module!
05:46:27 [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api/target/classes
05:46:29 [INFO] 
05:46:29 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-registry-api ---
05:46:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api/src/test/resources
05:46:29 [INFO] 
05:46:29 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-registry-api ---
05:46:29 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:29 [INFO] No sources to compile
05:46:29 [INFO] 
05:46:29 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-registry-api ---
05:46:29 [INFO] Tests are skipped.
05:46:29 [INFO] 
05:46:29 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-registry-api ---
05:46:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:29 [INFO] 
05:46:29 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-registry-api ---
05:46:29 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api/target/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
05:46:29 [INFO] 
05:46:29 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-registry-api ---
05:46:29 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api/target/kapua-device-management-registry-api-2.1.0-SNAPSHOT-sources.jar
05:46:29 [INFO] 
05:46:29 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-registry-api ---
05:46:29 [INFO] 
05:46:29 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-registry-api ---
05:46:29 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api/target/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-registry-api/2.1.0-SNAPSHOT/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
05:46:29 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-registry-api/2.1.0-SNAPSHOT/kapua-device-management-registry-api-2.1.0-SNAPSHOT.pom
05:46:29 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/registry/api/target/kapua-device-management-registry-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-registry-api/2.1.0-SNAPSHOT/kapua-device-management-registry-api-2.1.0-SNAPSHOT-sources.jar
05:46:29 [INFO] 
05:46:29 [INFO] ---------------< org.eclipse.kapua:kapua-device-commons >---------------
05:46:29 [INFO] Building kapua-device-commons 2.1.0-SNAPSHOT                    [49/229]
05:46:29 [INFO]   from service/device/commons/pom.xml
05:46:29 [INFO] --------------------------------[ jar ]---------------------------------
05:46:29 [INFO] 
05:46:29 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-commons ---
05:46:29 [INFO] 
05:46:29 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-commons ---
05:46:29 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:29 [INFO] 
05:46:29 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-commons ---
05:46:29 [INFO] Required toolchain: jdk [ version='11' ]
05:46:29 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:29 [INFO] 
05:46:29 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-commons ---
05:46:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/commons
05:46:29 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358389718
05:46:29 [WARNING] Cannot get the branch information from the git repository: 
05:46:29 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:29 
05:46:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/commons
05:46:29 [INFO] Storing buildScmBranch: UNKNOWN
05:46:29 [INFO] 
05:46:29 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-commons ---
05:46:29 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/commons/target/jacoco.exec
05:46:29 [INFO] 
05:46:29 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-commons ---
05:46:29 [INFO] Copying 6 resources
05:46:29 [INFO] 
05:46:29 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-commons ---
05:46:29 [INFO] Copying 1 resource
05:46:29 [INFO] 
05:46:29 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-commons ---
05:46:29 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:29 [INFO] Changes detected - recompiling the module!
05:46:29 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/develop-build/service/device/commons/target/classes
05:46:31 [INFO] 
05:46:31 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-commons ---
05:46:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/commons/src/test/resources
05:46:31 [INFO] 
05:46:31 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-commons ---
05:46:31 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:31 [INFO] Changes detected - recompiling the module!
05:46:31 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/device/commons/target/test-classes
05:46:32 [INFO] 
05:46:32 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-commons ---
05:46:32 [INFO] Tests are skipped.
05:46:32 [INFO] 
05:46:32 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-commons ---
05:46:32 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:32 [INFO] 
05:46:32 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-commons ---
05:46:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT.jar
05:46:32 [INFO] 
05:46:32 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-commons ---
05:46:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT-sources.jar
05:46:32 [INFO] 
05:46:32 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-commons ---
05:46:32 [INFO] 
05:46:32 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-commons ---
05:46:32 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-commons/2.1.0-SNAPSHOT/kapua-device-commons-2.1.0-SNAPSHOT.jar
05:46:32 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/commons/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-commons/2.1.0-SNAPSHOT/kapua-device-commons-2.1.0-SNAPSHOT.pom
05:46:32 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-commons/2.1.0-SNAPSHOT/kapua-device-commons-2.1.0-SNAPSHOT-sources.jar
05:46:32 [INFO] 
05:46:32 [INFO] --------------< org.eclipse.kapua:kapua-service-commons >---------------
05:46:32 [INFO] Building kapua-service-commons 2.1.0-SNAPSHOT                   [50/229]
05:46:32 [INFO]   from service/commons/pom.xml
05:46:32 [INFO] --------------------------------[ pom ]---------------------------------
05:46:32 [INFO] 
05:46:32 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons ---
05:46:32 [INFO] 
05:46:32 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons ---
05:46:32 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:33 [INFO] 
05:46:33 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons ---
05:46:33 [INFO] Required toolchain: jdk [ version='11' ]
05:46:33 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:33 [INFO] 
05:46:33 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons ---
05:46:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons
05:46:33 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358393104
05:46:33 [WARNING] Cannot get the branch information from the git repository: 
05:46:33 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:33 
05:46:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons
05:46:33 [INFO] Storing buildScmBranch: UNKNOWN
05:46:33 [INFO] 
05:46:33 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons ---
05:46:33 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/target/jacoco.exec
05:46:33 [INFO] 
05:46:33 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons ---
05:46:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:33 [INFO] 
05:46:33 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons ---
05:46:33 [INFO] 
05:46:33 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons ---
05:46:33 [INFO] 
05:46:33 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons ---
05:46:33 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-commons/2.1.0-SNAPSHOT/kapua-service-commons-2.1.0-SNAPSHOT.pom
05:46:33 [INFO] 
05:46:33 [INFO] --------------< org.eclipse.kapua:kapua-service-storable >--------------
05:46:33 [INFO] Building kapua-service-storable 2.1.0-SNAPSHOT                  [51/229]
05:46:33 [INFO]   from service/commons/storable/pom.xml
05:46:33 [INFO] --------------------------------[ pom ]---------------------------------
05:46:33 [INFO] 
05:46:33 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-storable ---
05:46:33 [INFO] 
05:46:33 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable ---
05:46:33 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:33 [INFO] 
05:46:33 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable ---
05:46:33 [INFO] Required toolchain: jdk [ version='11' ]
05:46:33 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:33 [INFO] 
05:46:33 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable ---
05:46:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/storable' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/storable
05:46:33 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358393219
05:46:33 [WARNING] Cannot get the branch information from the git repository: 
05:46:33 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:33 
05:46:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/storable' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/storable
05:46:33 [INFO] Storing buildScmBranch: UNKNOWN
05:46:33 [INFO] 
05:46:33 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable ---
05:46:33 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/storable/target/jacoco.exec
05:46:33 [INFO] 
05:46:33 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-storable ---
05:46:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:33 [INFO] 
05:46:33 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-storable ---
05:46:33 [INFO] 
05:46:33 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-storable ---
05:46:33 [INFO] 
05:46:33 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-storable ---
05:46:33 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/storable/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-storable/2.1.0-SNAPSHOT/kapua-service-storable-2.1.0-SNAPSHOT.pom
05:46:33 [INFO] 
05:46:33 [INFO] ------------< org.eclipse.kapua:kapua-service-storable-api >------------
05:46:33 [INFO] Building kapua-service-storable-api 2.1.0-SNAPSHOT              [52/229]
05:46:33 [INFO]   from service/commons/storable/api/pom.xml
05:46:33 [INFO] --------------------------------[ jar ]---------------------------------
05:46:33 [INFO] 
05:46:33 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-storable-api ---
05:46:33 [INFO] 
05:46:33 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable-api ---
05:46:33 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:33 [INFO] 
05:46:33 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable-api ---
05:46:33 [INFO] Required toolchain: jdk [ version='11' ]
05:46:33 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:33 [INFO] 
05:46:33 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable-api ---
05:46:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/storable/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/storable/api
05:46:33 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358393323
05:46:33 [WARNING] Cannot get the branch information from the git repository: 
05:46:33 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:33 
05:46:33 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/storable/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:33 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/storable/api
05:46:33 [INFO] Storing buildScmBranch: UNKNOWN
05:46:33 [INFO] 
05:46:33 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable-api ---
05:46:33 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/storable/api/target/jacoco.exec
05:46:33 [INFO] 
05:46:33 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-storable-api ---
05:46:33 [INFO] Copying 1 resource
05:46:33 [INFO] 
05:46:33 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-storable-api ---
05:46:33 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:33 [INFO] Changes detected - recompiling the module!
05:46:33 [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/develop-build/service/commons/storable/api/target/classes
05:46:35 [INFO] 
05:46:35 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-storable-api ---
05:46:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/storable/api/src/test/resources
05:46:35 [INFO] 
05:46:35 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-storable-api ---
05:46:35 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:35 [INFO] Changes detected - recompiling the module!
05:46:35 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/commons/storable/api/target/test-classes
05:46:36 [INFO] 
05:46:36 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-storable-api ---
05:46:36 [INFO] Tests are skipped.
05:46:36 [INFO] 
05:46:36 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-storable-api ---
05:46:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:36 [INFO] 
05:46:36 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-storable-api ---
05:46:36 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
05:46:36 [INFO] 
05:46:36 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-storable-api ---
05:46:36 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT-sources.jar
05:46:36 [INFO] 
05:46:36 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-storable-api ---
05:46:36 [INFO] 
05:46:36 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-storable-api ---
05:46:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-storable-api/2.1.0-SNAPSHOT/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
05:46:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/storable/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-storable-api/2.1.0-SNAPSHOT/kapua-service-storable-api-2.1.0-SNAPSHOT.pom
05:46:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-storable-api/2.1.0-SNAPSHOT/kapua-service-storable-api-2.1.0-SNAPSHOT-sources.jar
05:46:36 [INFO] 
05:46:36 [INFO] -----------< org.eclipse.kapua:kapua-service-elasticsearch >------------
05:46:36 [INFO] Building kapua-service-elasticsearch 2.1.0-SNAPSHOT             [53/229]
05:46:36 [INFO]   from service/commons/elasticsearch/pom.xml
05:46:36 [INFO] --------------------------------[ pom ]---------------------------------
05:46:36 [INFO] 
05:46:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-elasticsearch ---
05:46:36 [INFO] 
05:46:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch ---
05:46:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:36 [INFO] 
05:46:36 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch ---
05:46:36 [INFO] Required toolchain: jdk [ version='11' ]
05:46:36 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:36 [INFO] 
05:46:36 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch ---
05:46:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch
05:46:36 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358396748
05:46:36 [WARNING] Cannot get the branch information from the git repository: 
05:46:36 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:36 
05:46:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch
05:46:36 [INFO] Storing buildScmBranch: UNKNOWN
05:46:36 [INFO] 
05:46:36 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch ---
05:46:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/target/jacoco.exec
05:46:36 [INFO] 
05:46:36 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-elasticsearch ---
05:46:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:36 [INFO] 
05:46:36 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-elasticsearch ---
05:46:36 [INFO] 
05:46:36 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-elasticsearch ---
05:46:36 [INFO] 
05:46:36 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-elasticsearch ---
05:46:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch/2.1.0-SNAPSHOT/kapua-service-elasticsearch-2.1.0-SNAPSHOT.pom
05:46:36 [INFO] 
05:46:36 [INFO] ------< org.eclipse.kapua:kapua-service-elasticsearch-client-api >------
05:46:36 [INFO] Building kapua-service-elasticsearch-client-api 2.1.0-SNAPSHOT  [54/229]
05:46:36 [INFO]   from service/commons/elasticsearch/client-api/pom.xml
05:46:36 [INFO] --------------------------------[ jar ]---------------------------------
05:46:36 [INFO] 
05:46:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-elasticsearch-client-api ---
05:46:36 [INFO] 
05:46:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-api ---
05:46:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:37 [INFO] 
05:46:37 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch-client-api ---
05:46:37 [INFO] Required toolchain: jdk [ version='11' ]
05:46:37 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:37 [INFO] 
05:46:37 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch-client-api ---
05:46:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api
05:46:37 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358397045
05:46:37 [WARNING] Cannot get the branch information from the git repository: 
05:46:37 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:37 
05:46:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api
05:46:37 [INFO] Storing buildScmBranch: UNKNOWN
05:46:37 [INFO] 
05:46:37 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-api ---
05:46:37 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api/target/jacoco.exec
05:46:37 [INFO] 
05:46:37 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-elasticsearch-client-api ---
05:46:37 [INFO] Copying 1 resource
05:46:37 [INFO] 
05:46:37 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-api ---
05:46:37 [INFO] Copying 1 resource
05:46:37 [INFO] 
05:46:37 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-api ---
05:46:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:37 [INFO] Changes detected - recompiling the module!
05:46:37 [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api/target/classes
05:46:38 [INFO] 
05:46:38 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-elasticsearch-client-api ---
05:46:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api/src/test/resources
05:46:38 [INFO] 
05:46:38 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-client-api ---
05:46:38 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:38 [INFO] Changes detected - recompiling the module!
05:46:38 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api/target/test-classes
05:46:40 [INFO] 
05:46:40 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-elasticsearch-client-api ---
05:46:40 [INFO] Tests are skipped.
05:46:40 [INFO] 
05:46:40 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-elasticsearch-client-api ---
05:46:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:40 [INFO] 
05:46:40 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-elasticsearch-client-api ---
05:46:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
05:46:40 [INFO] 
05:46:40 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-client-api ---
05:46:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT-sources.jar
05:46:40 [INFO] 
05:46:40 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-elasticsearch-client-api ---
05:46:40 [INFO] 
05:46:40 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-elasticsearch-client-api ---
05:46:40 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
05:46:40 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.pom
05:46:40 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-api/target/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-api/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT-sources.jar
05:46:40 [INFO] 
05:46:40 [INFO] -----------------< org.eclipse.kapua:kapua-datastore >------------------
05:46:40 [INFO] Building kapua-datastore 2.1.0-SNAPSHOT                         [55/229]
05:46:40 [INFO]   from service/datastore/pom.xml
05:46:40 [INFO] --------------------------------[ pom ]---------------------------------
05:46:40 [INFO] 
05:46:40 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore ---
05:46:40 [INFO] 
05:46:40 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore ---
05:46:40 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:41 [INFO] 
05:46:41 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore ---
05:46:41 [INFO] Required toolchain: jdk [ version='11' ]
05:46:41 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:41 [INFO] 
05:46:41 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore ---
05:46:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore
05:46:41 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358401157
05:46:41 [WARNING] Cannot get the branch information from the git repository: 
05:46:41 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:41 
05:46:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore
05:46:41 [INFO] Storing buildScmBranch: UNKNOWN
05:46:41 [INFO] 
05:46:41 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore ---
05:46:41 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/datastore/target/jacoco.exec
05:46:41 [INFO] 
05:46:41 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore ---
05:46:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:41 [INFO] 
05:46:41 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore ---
05:46:41 [INFO] 
05:46:41 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore ---
05:46:41 [INFO] 
05:46:41 [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore ---
05:46:41 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore/2.1.0-SNAPSHOT/kapua-datastore-2.1.0-SNAPSHOT.pom
05:46:41 [INFO] 
05:46:41 [INFO] ---------------< org.eclipse.kapua:kapua-datastore-api >----------------
05:46:41 [INFO] Building kapua-datastore-api 2.1.0-SNAPSHOT                     [56/229]
05:46:41 [INFO]   from service/datastore/api/pom.xml
05:46:41 [INFO] --------------------------------[ jar ]---------------------------------
05:46:41 [INFO] 
05:46:41 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-api ---
05:46:41 [INFO] 
05:46:41 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-api ---
05:46:41 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:41 [INFO] 
05:46:41 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-api ---
05:46:41 [INFO] Required toolchain: jdk [ version='11' ]
05:46:41 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:41 [INFO] 
05:46:41 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-api ---
05:46:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore/api
05:46:41 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358401261
05:46:41 [WARNING] Cannot get the branch information from the git repository: 
05:46:41 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:41 
05:46:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore/api
05:46:41 [INFO] Storing buildScmBranch: UNKNOWN
05:46:41 [INFO] 
05:46:41 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-api ---
05:46:41 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/datastore/api/target/jacoco.exec
05:46:41 [INFO] 
05:46:41 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-api ---
05:46:41 [INFO] Copying 1 resource
05:46:41 [INFO] 
05:46:41 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-api ---
05:46:41 [INFO] Copying 1 resource
05:46:41 [INFO] 
05:46:41 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-api ---
05:46:41 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:41 [INFO] Changes detected - recompiling the module!
05:46:41 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/develop-build/service/datastore/api/target/classes
05:46:42 [INFO] 
05:46:42 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-api ---
05:46:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/datastore/api/src/test/resources
05:46:42 [INFO] 
05:46:42 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-api ---
05:46:42 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:42 [INFO] No sources to compile
05:46:42 [INFO] 
05:46:42 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-api ---
05:46:42 [INFO] Tests are skipped.
05:46:42 [INFO] 
05:46:42 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-api ---
05:46:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:42 [INFO] 
05:46:42 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-api ---
05:46:42 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT.jar
05:46:42 [INFO] 
05:46:42 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-api ---
05:46:42 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT-sources.jar
05:46:42 [INFO] 
05:46:42 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-api ---
05:46:42 [INFO] 
05:46:42 [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-api ---
05:46:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-api/2.1.0-SNAPSHOT/kapua-datastore-api-2.1.0-SNAPSHOT.jar
05:46:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-api/2.1.0-SNAPSHOT/kapua-datastore-api-2.1.0-SNAPSHOT.pom
05:46:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-api/2.1.0-SNAPSHOT/kapua-datastore-api-2.1.0-SNAPSHOT-sources.jar
05:46:42 [INFO] 
05:46:42 [INFO] ---------< org.eclipse.kapua:kapua-service-storable-internal >----------
05:46:42 [INFO] Building kapua-service-storable-internal 2.1.0-SNAPSHOT         [57/229]
05:46:42 [INFO]   from service/commons/storable/internal/pom.xml
05:46:42 [INFO] --------------------------------[ jar ]---------------------------------
05:46:42 [INFO] 
05:46:42 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-storable-internal ---
05:46:42 [INFO] 
05:46:42 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable-internal ---
05:46:42 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:43 [INFO] 
05:46:43 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable-internal ---
05:46:43 [INFO] Required toolchain: jdk [ version='11' ]
05:46:43 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:43 [INFO] 
05:46:43 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable-internal ---
05:46:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/storable/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal
05:46:43 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358403061
05:46:43 [WARNING] Cannot get the branch information from the git repository: 
05:46:43 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:43 
05:46:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/storable/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal
05:46:43 [INFO] Storing buildScmBranch: UNKNOWN
05:46:43 [INFO] 
05:46:43 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable-internal ---
05:46:43 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/storable/internal/target/jacoco.exec
05:46:43 [INFO] 
05:46:43 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-storable-internal ---
05:46:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal/src/main/resources
05:46:43 [INFO] 
05:46:43 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-storable-internal ---
05:46:43 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:43 [INFO] Changes detected - recompiling the module!
05:46:43 [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal/target/classes
05:46:44 [INFO] 
05:46:44 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-storable-internal ---
05:46:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal/src/test/resources
05:46:44 [INFO] 
05:46:44 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-storable-internal ---
05:46:44 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:44 [INFO] No sources to compile
05:46:44 [INFO] 
05:46:44 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-storable-internal ---
05:46:44 [INFO] Tests are skipped.
05:46:44 [INFO] 
05:46:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-storable-internal ---
05:46:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:44 [INFO] 
05:46:44 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-storable-internal ---
05:46:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT.jar
05:46:44 [INFO] 
05:46:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-storable-internal ---
05:46:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT-sources.jar
05:46:44 [INFO] 
05:46:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-storable-internal ---
05:46:44 [INFO] 
05:46:44 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-storable-internal ---
05:46:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-storable-internal/2.1.0-SNAPSHOT/kapua-service-storable-internal-2.1.0-SNAPSHOT.jar
05:46:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-storable-internal/2.1.0-SNAPSHOT/kapua-service-storable-internal-2.1.0-SNAPSHOT.pom
05:46:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-storable-internal/2.1.0-SNAPSHOT/kapua-service-storable-internal-2.1.0-SNAPSHOT-sources.jar
05:46:44 [INFO] 
05:46:44 [INFO] -----< org.eclipse.kapua:kapua-service-elasticsearch-client-rest >------
05:46:44 [INFO] Building kapua-service-elasticsearch-client-rest 2.1.0-SNAPSHOT [58/229]
05:46:44 [INFO]   from service/commons/elasticsearch/client-rest/pom.xml
05:46:44 [INFO] --------------------------------[ jar ]---------------------------------
05:46:45 [INFO] 
05:46:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-elasticsearch-client-rest ---
05:46:45 [INFO] 
05:46:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-rest ---
05:46:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:45 [INFO] 
05:46:45 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch-client-rest ---
05:46:45 [INFO] Required toolchain: jdk [ version='11' ]
05:46:45 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:45 [INFO] 
05:46:45 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch-client-rest ---
05:46:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest
05:46:45 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358405232
05:46:45 [WARNING] Cannot get the branch information from the git repository: 
05:46:45 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:45 
05:46:45 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:45 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest
05:46:45 [INFO] Storing buildScmBranch: UNKNOWN
05:46:45 [INFO] 
05:46:45 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-rest ---
05:46:45 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest/target/jacoco.exec
05:46:45 [INFO] 
05:46:45 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-elasticsearch-client-rest ---
05:46:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest/src/main/resources
05:46:45 [INFO] 
05:46:45 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-rest ---
05:46:45 [INFO] Copying 1 resource
05:46:45 [INFO] 
05:46:45 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-rest ---
05:46:45 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:45 [INFO] Changes detected - recompiling the module!
05:46:45 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest/target/classes
05:46:47 [INFO] 
05:46:47 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-elasticsearch-client-rest ---
05:46:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest/src/test/resources
05:46:47 [INFO] 
05:46:47 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-client-rest ---
05:46:47 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:47 [INFO] No sources to compile
05:46:47 [INFO] 
05:46:47 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-elasticsearch-client-rest ---
05:46:47 [INFO] Tests are skipped.
05:46:47 [INFO] 
05:46:47 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-elasticsearch-client-rest ---
05:46:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:47 [INFO] 
05:46:47 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-elasticsearch-client-rest ---
05:46:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar
05:46:47 [INFO] 
05:46:47 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-client-rest ---
05:46:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT-sources.jar
05:46:47 [INFO] 
05:46:47 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-elasticsearch-client-rest ---
05:46:47 [INFO] 
05:46:47 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-elasticsearch-client-rest ---
05:46:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar
05:46:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.pom
05:46:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/elasticsearch/client-rest/target/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-elasticsearch-client-rest/2.1.0-SNAPSHOT/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT-sources.jar
05:46:47 [INFO] 
05:46:47 [INFO] -------------< org.eclipse.kapua:kapua-datastore-internal >-------------
05:46:47 [INFO] Building kapua-datastore-internal 2.1.0-SNAPSHOT                [59/229]
05:46:47 [INFO]   from service/datastore/internal/pom.xml
05:46:47 [INFO] --------------------------------[ jar ]---------------------------------
05:46:47 [INFO] 
05:46:47 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-internal ---
05:46:47 [INFO] 
05:46:47 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-internal ---
05:46:47 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:47 [INFO] 
05:46:47 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-internal ---
05:46:47 [INFO] Required toolchain: jdk [ version='11' ]
05:46:47 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:47 [INFO] 
05:46:47 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-internal ---
05:46:47 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:47 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore/internal
05:46:47 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358407789
05:46:47 [WARNING] Cannot get the branch information from the git repository: 
05:46:47 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:47 
05:46:47 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:47 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore/internal
05:46:47 [INFO] Storing buildScmBranch: UNKNOWN
05:46:47 [INFO] 
05:46:47 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-internal ---
05:46:47 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/datastore/internal/target/jacoco.exec
05:46:47 [INFO] 
05:46:47 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-internal ---
05:46:47 [INFO] Copying 10 resources
05:46:47 [INFO] 
05:46:47 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-internal ---
05:46:47 [INFO] Copying 1 resource
05:46:47 [INFO] 
05:46:47 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-internal ---
05:46:47 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:47 [INFO] Changes detected - recompiling the module!
05:46:47 [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/develop-build/service/datastore/internal/target/classes
05:46:50 [INFO] 
05:46:50 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-internal ---
05:46:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/datastore/internal/src/test/resources
05:46:50 [INFO] 
05:46:50 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-internal ---
05:46:50 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:50 [INFO] No sources to compile
05:46:50 [INFO] 
05:46:50 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-internal ---
05:46:50 [INFO] Tests are skipped.
05:46:50 [INFO] 
05:46:50 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-internal ---
05:46:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:50 [INFO] 
05:46:50 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-internal ---
05:46:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT.jar
05:46:50 [INFO] 
05:46:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-internal ---
05:46:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT-sources.jar
05:46:50 [INFO] 
05:46:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-internal ---
05:46:50 [INFO] 
05:46:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-internal ---
05:46:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-internal/2.1.0-SNAPSHOT/kapua-datastore-internal-2.1.0-SNAPSHOT.jar
05:46:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-internal/2.1.0-SNAPSHOT/kapua-datastore-internal-2.1.0-SNAPSHOT.pom
05:46:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-internal/2.1.0-SNAPSHOT/kapua-datastore-internal-2.1.0-SNAPSHOT-sources.jar
05:46:50 [INFO] 
05:46:50 [INFO] ------------------< org.eclipse.kapua:kapua-plug-ins >------------------
05:46:50 [INFO] Building kapua-plug-ins 2.1.0-SNAPSHOT                          [60/229]
05:46:50 [INFO]   from plug-ins/pom.xml
05:46:50 [INFO] --------------------------------[ pom ]---------------------------------
05:46:50 [INFO] 
05:46:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-plug-ins ---
05:46:50 [INFO] 
05:46:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-plug-ins ---
05:46:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:50 [INFO] 
05:46:50 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-plug-ins ---
05:46:50 [INFO] Required toolchain: jdk [ version='11' ]
05:46:50 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:50 [INFO] 
05:46:50 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-plug-ins ---
05:46:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins
05:46:50 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358410930
05:46:50 [WARNING] Cannot get the branch information from the git repository: 
05:46:50 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:50 
05:46:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins
05:46:50 [INFO] Storing buildScmBranch: UNKNOWN
05:46:50 [INFO] 
05:46:50 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-plug-ins ---
05:46:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/plug-ins/target/jacoco.exec
05:46:50 [INFO] 
05:46:50 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-plug-ins ---
05:46:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:50 [INFO] 
05:46:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-plug-ins ---
05:46:50 [INFO] 
05:46:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-plug-ins ---
05:46:50 [INFO] 
05:46:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-plug-ins ---
05:46:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-plug-ins/2.1.0-SNAPSHOT/kapua-plug-ins-2.1.0-SNAPSHOT.pom
05:46:50 [INFO] 
05:46:50 [INFO] --------------------< org.eclipse.kapua:kapua-sso >---------------------
05:46:50 [INFO] Building kapua-sso 2.1.0-SNAPSHOT                               [61/229]
05:46:50 [INFO]   from plug-ins/sso/pom.xml
05:46:50 [INFO] --------------------------------[ pom ]---------------------------------
05:46:50 [INFO] 
05:46:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-sso ---
05:46:50 [INFO] 
05:46:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-sso ---
05:46:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:51 [INFO] 
05:46:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-sso ---
05:46:51 [INFO] Required toolchain: jdk [ version='11' ]
05:46:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:51 [INFO] 
05:46:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-sso ---
05:46:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso
05:46:51 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358411087
05:46:51 [WARNING] Cannot get the branch information from the git repository: 
05:46:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:51 
05:46:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso
05:46:51 [INFO] Storing buildScmBranch: UNKNOWN
05:46:51 [INFO] 
05:46:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-sso ---
05:46:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/plug-ins/sso/target/jacoco.exec
05:46:51 [INFO] 
05:46:51 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-sso ---
05:46:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:51 [INFO] 
05:46:51 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-sso ---
05:46:51 [INFO] 
05:46:51 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-sso ---
05:46:51 [INFO] 
05:46:51 [INFO] --- install:2.5.2:install (default-install) @ kapua-sso ---
05:46:51 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-sso/2.1.0-SNAPSHOT/kapua-sso-2.1.0-SNAPSHOT.pom
05:46:51 [INFO] 
05:46:51 [INFO] ---------------< org.eclipse.kapua:kapua-openid-connect >---------------
05:46:51 [INFO] Building kapua-openid-connect 2.1.0-SNAPSHOT                    [62/229]
05:46:51 [INFO]   from plug-ins/sso/openid-connect/pom.xml
05:46:51 [INFO] --------------------------------[ pom ]---------------------------------
05:46:51 [INFO] 
05:46:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-connect ---
05:46:51 [INFO] 
05:46:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-connect ---
05:46:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:51 [INFO] 
05:46:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-connect ---
05:46:51 [INFO] Required toolchain: jdk [ version='11' ]
05:46:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:51 [INFO] 
05:46:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-connect ---
05:46:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect
05:46:51 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358411239
05:46:51 [WARNING] Cannot get the branch information from the git repository: 
05:46:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:51 
05:46:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect
05:46:51 [INFO] Storing buildScmBranch: UNKNOWN
05:46:51 [INFO] 
05:46:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-connect ---
05:46:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/target/jacoco.exec
05:46:51 [INFO] 
05:46:51 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-connect ---
05:46:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:51 [INFO] 
05:46:51 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-connect ---
05:46:51 [INFO] 
05:46:51 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-connect ---
05:46:51 [INFO] 
05:46:51 [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-connect ---
05:46:51 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-connect/2.1.0-SNAPSHOT/kapua-openid-connect-2.1.0-SNAPSHOT.pom
05:46:51 [INFO] 
05:46:51 [INFO] -----------------< org.eclipse.kapua:kapua-openid-api >-----------------
05:46:51 [INFO] Building kapua-openid-api 2.1.0-SNAPSHOT                        [63/229]
05:46:51 [INFO]   from plug-ins/sso/openid-connect/api/pom.xml
05:46:51 [INFO] --------------------------------[ jar ]---------------------------------
05:46:51 [INFO] 
05:46:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-api ---
05:46:51 [INFO] 
05:46:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-api ---
05:46:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:51 [INFO] 
05:46:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-api ---
05:46:51 [INFO] Required toolchain: jdk [ version='11' ]
05:46:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:51 [INFO] 
05:46:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-api ---
05:46:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api
05:46:51 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358411409
05:46:51 [WARNING] Cannot get the branch information from the git repository: 
05:46:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:51 
05:46:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api
05:46:51 [INFO] Storing buildScmBranch: UNKNOWN
05:46:51 [INFO] 
05:46:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-api ---
05:46:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api/target/jacoco.exec
05:46:51 [INFO] 
05:46:51 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-api ---
05:46:51 [INFO] Copying 1 resource
05:46:51 [INFO] 
05:46:51 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-api ---
05:46:51 [INFO] Copying 1 resource
05:46:51 [INFO] 
05:46:51 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-api ---
05:46:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:51 [INFO] Changes detected - recompiling the module!
05:46:51 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api/target/classes
05:46:52 [INFO] 
05:46:52 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-openid-api ---
05:46:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api/src/test/resources
05:46:52 [INFO] 
05:46:52 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-openid-api ---
05:46:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:52 [INFO] No sources to compile
05:46:52 [INFO] 
05:46:52 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-openid-api ---
05:46:52 [INFO] Tests are skipped.
05:46:52 [INFO] 
05:46:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-api ---
05:46:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:52 [INFO] 
05:46:52 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-openid-api ---
05:46:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-2.1.0-SNAPSHOT.jar
05:46:52 [INFO] 
05:46:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-api ---
05:46:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-2.1.0-SNAPSHOT-sources.jar
05:46:52 [INFO] 
05:46:52 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-api ---
05:46:52 [INFO] 
05:46:52 [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-api ---
05:46:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-api/2.1.0-SNAPSHOT/kapua-openid-api-2.1.0-SNAPSHOT.jar
05:46:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-api/2.1.0-SNAPSHOT/kapua-openid-api-2.1.0-SNAPSHOT.pom
05:46:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/api/target/kapua-openid-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-api/2.1.0-SNAPSHOT/kapua-openid-api-2.1.0-SNAPSHOT-sources.jar
05:46:52 [INFO] 
05:46:52 [INFO] --------------< org.eclipse.kapua:kapua-openid-provider >---------------
05:46:52 [INFO] Building kapua-openid-provider 2.1.0-SNAPSHOT                   [64/229]
05:46:52 [INFO]   from plug-ins/sso/openid-connect/provider/pom.xml
05:46:52 [INFO] --------------------------------[ jar ]---------------------------------
05:46:52 [INFO] 
05:46:52 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-provider ---
05:46:52 [INFO] 
05:46:52 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-provider ---
05:46:52 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:52 [INFO] 
05:46:52 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-provider ---
05:46:52 [INFO] Required toolchain: jdk [ version='11' ]
05:46:52 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:52 [INFO] 
05:46:52 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-provider ---
05:46:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider
05:46:52 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358412573
05:46:52 [WARNING] Cannot get the branch information from the git repository: 
05:46:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:52 
05:46:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider
05:46:52 [INFO] Storing buildScmBranch: UNKNOWN
05:46:52 [INFO] 
05:46:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-provider ---
05:46:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider/target/jacoco.exec
05:46:52 [INFO] 
05:46:52 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-provider ---
05:46:52 [INFO] Copying 1 resource
05:46:52 [INFO] 
05:46:52 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-provider ---
05:46:52 [INFO] Copying 1 resource
05:46:52 [INFO] 
05:46:52 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-provider ---
05:46:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:52 [INFO] Changes detected - recompiling the module!
05:46:52 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider/target/classes
05:46:54 [INFO] 
05:46:54 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-openid-provider ---
05:46:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider/src/test/resources
05:46:54 [INFO] 
05:46:54 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-openid-provider ---
05:46:54 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:54 [INFO] No sources to compile
05:46:54 [INFO] 
05:46:54 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-openid-provider ---
05:46:54 [INFO] Tests are skipped.
05:46:54 [INFO] 
05:46:54 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-provider ---
05:46:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:54 [INFO] 
05:46:54 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-openid-provider ---
05:46:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-2.1.0-SNAPSHOT.jar
05:46:54 [INFO] 
05:46:54 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-provider ---
05:46:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-2.1.0-SNAPSHOT-sources.jar
05:46:54 [INFO] 
05:46:54 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-provider ---
05:46:54 [INFO] 
05:46:54 [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-provider ---
05:46:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-provider/2.1.0-SNAPSHOT/kapua-openid-provider-2.1.0-SNAPSHOT.jar
05:46:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-provider/2.1.0-SNAPSHOT/kapua-openid-provider-2.1.0-SNAPSHOT.pom
05:46:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-provider/2.1.0-SNAPSHOT/kapua-openid-provider-2.1.0-SNAPSHOT-sources.jar
05:46:54 [INFO] 
05:46:54 [INFO] -----------< org.eclipse.kapua:kapua-security-registration >------------
05:46:54 [INFO] Building kapua-security-registration 2.1.0-SNAPSHOT             [65/229]
05:46:54 [INFO]   from service/security/registration/pom.xml
05:46:54 [INFO] --------------------------------[ pom ]---------------------------------
05:46:54 [INFO] 
05:46:54 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-registration ---
05:46:54 [INFO] 
05:46:54 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration ---
05:46:54 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:54 [INFO] 
05:46:54 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration ---
05:46:54 [INFO] Required toolchain: jdk [ version='11' ]
05:46:54 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:54 [INFO] 
05:46:54 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration ---
05:46:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/registration' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/registration
05:46:54 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358414405
05:46:54 [WARNING] Cannot get the branch information from the git repository: 
05:46:54 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:54 
05:46:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/registration' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/registration
05:46:54 [INFO] Storing buildScmBranch: UNKNOWN
05:46:54 [INFO] 
05:46:54 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration ---
05:46:54 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/registration/target/jacoco.exec
05:46:54 [INFO] 
05:46:54 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration ---
05:46:54 [INFO] Copying 1 resource
05:46:54 [INFO] 
05:46:54 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-registration ---
05:46:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:54 [INFO] 
05:46:54 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-registration ---
05:46:54 [INFO] 
05:46:54 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-registration ---
05:46:54 [INFO] 
05:46:54 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-registration ---
05:46:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/registration/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-registration/2.1.0-SNAPSHOT/kapua-security-registration-2.1.0-SNAPSHOT.pom
05:46:54 [INFO] 
05:46:54 [INFO] ---------< org.eclipse.kapua:kapua-security-registration-api >----------
05:46:54 [INFO] Building kapua-security-registration-api 2.1.0-SNAPSHOT         [66/229]
05:46:54 [INFO]   from service/security/registration/api/pom.xml
05:46:54 [INFO] --------------------------------[ jar ]---------------------------------
05:46:54 [INFO] 
05:46:54 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-registration-api ---
05:46:54 [INFO] 
05:46:54 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration-api ---
05:46:54 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:54 [INFO] 
05:46:54 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration-api ---
05:46:54 [INFO] Required toolchain: jdk [ version='11' ]
05:46:54 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:54 [INFO] 
05:46:54 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration-api ---
05:46:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/registration/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/registration/api
05:46:54 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358414467
05:46:54 [WARNING] Cannot get the branch information from the git repository: 
05:46:54 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:54 
05:46:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/registration/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/registration/api
05:46:54 [INFO] Storing buildScmBranch: UNKNOWN
05:46:54 [INFO] 
05:46:54 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration-api ---
05:46:54 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/registration/api/target/jacoco.exec
05:46:54 [INFO] 
05:46:54 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-registration-api ---
05:46:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/registration/api/src/main/resources
05:46:54 [INFO] 
05:46:54 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration-api ---
05:46:54 [INFO] Copying 1 resource
05:46:54 [INFO] 
05:46:54 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-registration-api ---
05:46:54 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:54 [INFO] Changes detected - recompiling the module!
05:46:54 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/service/security/registration/api/target/classes
05:46:56 [INFO] 
05:46:56 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-registration-api ---
05:46:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/registration/api/src/test/resources
05:46:56 [INFO] 
05:46:56 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-registration-api ---
05:46:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:56 [INFO] No sources to compile
05:46:56 [INFO] 
05:46:56 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-registration-api ---
05:46:56 [INFO] Tests are skipped.
05:46:56 [INFO] 
05:46:56 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-registration-api ---
05:46:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:56 [INFO] 
05:46:56 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-registration-api ---
05:46:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
05:46:56 [INFO] 
05:46:56 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-registration-api ---
05:46:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT-sources.jar
05:46:56 [INFO] 
05:46:56 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-registration-api ---
05:46:56 [INFO] 
05:46:56 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-registration-api ---
05:46:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-registration-api/2.1.0-SNAPSHOT/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
05:46:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/registration/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-registration-api/2.1.0-SNAPSHOT/kapua-security-registration-api-2.1.0-SNAPSHOT.pom
05:46:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-registration-api/2.1.0-SNAPSHOT/kapua-security-registration-api-2.1.0-SNAPSHOT-sources.jar
05:46:56 [INFO] 
05:46:56 [INFO] -----------< org.eclipse.kapua:kapua-service-commons-utils >------------
05:46:56 [INFO] Building kapua-service-commons-utils 2.1.0-SNAPSHOT             [67/229]
05:46:56 [INFO]   from service/commons/utils/pom.xml
05:46:56 [INFO] --------------------------------[ pom ]---------------------------------
05:46:56 [INFO] 
05:46:56 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons-utils ---
05:46:56 [INFO] 
05:46:56 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons-utils ---
05:46:56 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:56 [INFO] 
05:46:56 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons-utils ---
05:46:56 [INFO] Required toolchain: jdk [ version='11' ]
05:46:56 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:56 [INFO] 
05:46:56 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons-utils ---
05:46:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/utils' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/utils
05:46:56 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358416137
05:46:56 [WARNING] Cannot get the branch information from the git repository: 
05:46:56 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:56 
05:46:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/utils' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/utils
05:46:56 [INFO] Storing buildScmBranch: UNKNOWN
05:46:56 [INFO] 
05:46:56 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons-utils ---
05:46:56 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/utils/target/jacoco.exec
05:46:56 [INFO] 
05:46:56 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons-utils ---
05:46:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:56 [INFO] 
05:46:56 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons-utils ---
05:46:56 [INFO] 
05:46:56 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons-utils ---
05:46:56 [INFO] 
05:46:56 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons-utils ---
05:46:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/utils/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-commons-utils/2.1.0-SNAPSHOT/kapua-service-commons-utils-2.1.0-SNAPSHOT.pom
05:46:56 [INFO] 
05:46:56 [INFO] ---------< org.eclipse.kapua:kapua-service-commons-utils-api >----------
05:46:56 [INFO] Building kapua-service-commons-utils-api 2.1.0-SNAPSHOT         [68/229]
05:46:56 [INFO]   from service/commons/utils/api/pom.xml
05:46:56 [INFO] --------------------------------[ jar ]---------------------------------
05:46:56 [INFO] 
05:46:56 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons-utils-api ---
05:46:56 [INFO] 
05:46:56 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons-utils-api ---
05:46:56 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:56 [INFO] 
05:46:56 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons-utils-api ---
05:46:56 [INFO] Required toolchain: jdk [ version='11' ]
05:46:56 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:56 [INFO] 
05:46:56 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons-utils-api ---
05:46:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/utils/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/utils/api
05:46:56 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358416192
05:46:56 [WARNING] Cannot get the branch information from the git repository: 
05:46:56 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:56 
05:46:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/utils/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/utils/api
05:46:56 [INFO] Storing buildScmBranch: UNKNOWN
05:46:56 [INFO] 
05:46:56 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons-utils-api ---
05:46:56 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/utils/api/target/jacoco.exec
05:46:56 [INFO] 
05:46:56 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-commons-utils-api ---
05:46:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/utils/api/src/main/resources
05:46:56 [INFO] 
05:46:56 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-commons-utils-api ---
05:46:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:56 [INFO] Changes detected - recompiling the module!
05:46:56 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/commons/utils/api/target/classes
05:46:57 [INFO] 
05:46:57 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-commons-utils-api ---
05:46:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/utils/api/src/test/resources
05:46:57 [INFO] 
05:46:57 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-commons-utils-api ---
05:46:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:57 [INFO] No sources to compile
05:46:57 [INFO] 
05:46:57 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-commons-utils-api ---
05:46:57 [INFO] Tests are skipped.
05:46:57 [INFO] 
05:46:57 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons-utils-api ---
05:46:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:57 [INFO] 
05:46:57 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-commons-utils-api ---
05:46:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/utils/api/target/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
05:46:57 [INFO] 
05:46:57 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons-utils-api ---
05:46:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/utils/api/target/kapua-service-commons-utils-api-2.1.0-SNAPSHOT-sources.jar
05:46:57 [INFO] 
05:46:57 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons-utils-api ---
05:46:57 [INFO] 
05:46:57 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons-utils-api ---
05:46:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/utils/api/target/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-commons-utils-api/2.1.0-SNAPSHOT/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
05:46:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/utils/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-commons-utils-api/2.1.0-SNAPSHOT/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.pom
05:46:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/utils/api/target/kapua-service-commons-utils-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-commons-utils-api/2.1.0-SNAPSHOT/kapua-service-commons-utils-api-2.1.0-SNAPSHOT-sources.jar
05:46:57 [INFO] 
05:46:57 [INFO] ------------< org.eclipse.kapua:kapua-security-certificate >------------
05:46:57 [INFO] Building kapua-security-certificate 2.1.0-SNAPSHOT              [69/229]
05:46:57 [INFO]   from service/security/certificate/pom.xml
05:46:57 [INFO] --------------------------------[ pom ]---------------------------------
05:46:57 [INFO] 
05:46:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-certificate ---
05:46:57 [INFO] 
05:46:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate ---
05:46:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:57 [INFO] 
05:46:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate ---
05:46:57 [INFO] Required toolchain: jdk [ version='11' ]
05:46:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:57 [INFO] 
05:46:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate ---
05:46:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/certificate' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/certificate
05:46:57 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358417529
05:46:57 [WARNING] Cannot get the branch information from the git repository: 
05:46:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:57 
05:46:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/certificate' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/certificate
05:46:57 [INFO] Storing buildScmBranch: UNKNOWN
05:46:57 [INFO] 
05:46:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate ---
05:46:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/certificate/target/jacoco.exec
05:46:57 [INFO] 
05:46:57 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-certificate ---
05:46:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:46:57 [INFO] 
05:46:57 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-certificate ---
05:46:57 [INFO] 
05:46:57 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-certificate ---
05:46:57 [INFO] 
05:46:57 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-certificate ---
05:46:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/certificate/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-certificate/2.1.0-SNAPSHOT/kapua-security-certificate-2.1.0-SNAPSHOT.pom
05:46:57 [INFO] 
05:46:57 [INFO] ----------< org.eclipse.kapua:kapua-security-certificate-api >----------
05:46:57 [INFO] Building kapua-security-certificate-api 2.1.0-SNAPSHOT          [70/229]
05:46:57 [INFO]   from service/security/certificate/api/pom.xml
05:46:57 [INFO] --------------------------------[ jar ]---------------------------------
05:46:57 [INFO] 
05:46:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-certificate-api ---
05:46:57 [INFO] 
05:46:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate-api ---
05:46:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:46:57 [INFO] 
05:46:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate-api ---
05:46:57 [INFO] Required toolchain: jdk [ version='11' ]
05:46:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:57 [INFO] 
05:46:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate-api ---
05:46:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/certificate/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/certificate/api
05:46:57 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358417665
05:46:57 [WARNING] Cannot get the branch information from the git repository: 
05:46:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:46:57 
05:46:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/certificate/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:46:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/certificate/api
05:46:57 [INFO] Storing buildScmBranch: UNKNOWN
05:46:57 [INFO] 
05:46:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate-api ---
05:46:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/certificate/api/target/jacoco.exec
05:46:57 [INFO] 
05:46:57 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-certificate-api ---
05:46:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/certificate/api/src/main/resources
05:46:57 [INFO] 
05:46:57 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-certificate-api ---
05:46:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:46:57 [INFO] Changes detected - recompiling the module!
05:46:57 [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/develop-build/service/security/certificate/api/target/classes
05:47:00 [INFO] 
05:47:00 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-certificate-api ---
05:47:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/certificate/api/src/test/resources
05:47:00 [INFO] 
05:47:00 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-certificate-api ---
05:47:00 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:00 [INFO] No sources to compile
05:47:00 [INFO] 
05:47:00 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-certificate-api ---
05:47:00 [INFO] Tests are skipped.
05:47:00 [INFO] 
05:47:00 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-certificate-api ---
05:47:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:00 [INFO] 
05:47:00 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-certificate-api ---
05:47:00 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
05:47:00 [INFO] 
05:47:00 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-certificate-api ---
05:47:00 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT-sources.jar
05:47:00 [INFO] 
05:47:00 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-certificate-api ---
05:47:00 [INFO] 
05:47:00 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-certificate-api ---
05:47:00 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-certificate-api/2.1.0-SNAPSHOT/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
05:47:00 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/certificate/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-certificate-api/2.1.0-SNAPSHOT/kapua-security-certificate-api-2.1.0-SNAPSHOT.pom
05:47:00 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-certificate-api/2.1.0-SNAPSHOT/kapua-security-certificate-api-2.1.0-SNAPSHOT-sources.jar
05:47:00 [INFO] 
05:47:00 [INFO] -------< org.eclipse.kapua:kapua-service-commons-utils-internal >-------
05:47:00 [INFO] Building kapua-service-commons-utils-internal 2.1.0-SNAPSHOT    [71/229]
05:47:00 [INFO]   from service/commons/utils/internal/pom.xml
05:47:00 [INFO] --------------------------------[ jar ]---------------------------------
05:47:00 [INFO] 
05:47:00 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons-utils-internal ---
05:47:00 [INFO] 
05:47:00 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons-utils-internal ---
05:47:00 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:00 [INFO] 
05:47:00 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons-utils-internal ---
05:47:00 [INFO] Required toolchain: jdk [ version='11' ]
05:47:00 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:00 [INFO] 
05:47:00 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons-utils-internal ---
05:47:00 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/utils/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:00 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal
05:47:00 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358420177
05:47:00 [WARNING] Cannot get the branch information from the git repository: 
05:47:00 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:00 
05:47:00 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/commons/utils/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:00 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal
05:47:00 [INFO] Storing buildScmBranch: UNKNOWN
05:47:00 [INFO] 
05:47:00 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons-utils-internal ---
05:47:00 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/commons/utils/internal/target/jacoco.exec
05:47:00 [INFO] 
05:47:00 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-commons-utils-internal ---
05:47:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal/src/main/resources
05:47:00 [INFO] 
05:47:00 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-commons-utils-internal ---
05:47:00 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:00 [INFO] Changes detected - recompiling the module!
05:47:00 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal/target/classes
05:47:01 [INFO] 
05:47:01 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-commons-utils-internal ---
05:47:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal/src/test/resources
05:47:01 [INFO] 
05:47:01 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-commons-utils-internal ---
05:47:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:01 [INFO] No sources to compile
05:47:01 [INFO] 
05:47:01 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-commons-utils-internal ---
05:47:01 [INFO] Tests are skipped.
05:47:01 [INFO] 
05:47:01 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons-utils-internal ---
05:47:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:01 [INFO] 
05:47:01 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-commons-utils-internal ---
05:47:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal/target/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar
05:47:01 [INFO] 
05:47:01 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons-utils-internal ---
05:47:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal/target/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT-sources.jar
05:47:01 [INFO] 
05:47:01 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons-utils-internal ---
05:47:01 [INFO] 
05:47:01 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons-utils-internal ---
05:47:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal/target/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-commons-utils-internal/2.1.0-SNAPSHOT/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar
05:47:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-commons-utils-internal/2.1.0-SNAPSHOT/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.pom
05:47:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/commons/utils/internal/target/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-commons-utils-internal/2.1.0-SNAPSHOT/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT-sources.jar
05:47:01 [INFO] 
05:47:01 [INFO] -------< org.eclipse.kapua:kapua-security-certificate-internal >--------
05:47:01 [INFO] Building kapua-security-certificate-internal 2.1.0-SNAPSHOT     [72/229]
05:47:01 [INFO]   from service/security/certificate/internal/pom.xml
05:47:01 [INFO] --------------------------------[ jar ]---------------------------------
05:47:01 [INFO] 
05:47:01 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-certificate-internal ---
05:47:01 [INFO] 
05:47:01 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate-internal ---
05:47:01 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:01 [INFO] 
05:47:01 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate-internal ---
05:47:01 [INFO] Required toolchain: jdk [ version='11' ]
05:47:01 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:01 [INFO] 
05:47:01 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate-internal ---
05:47:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/certificate/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/certificate/internal
05:47:01 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358421681
05:47:01 [WARNING] Cannot get the branch information from the git repository: 
05:47:01 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:01 
05:47:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/certificate/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/certificate/internal
05:47:01 [INFO] Storing buildScmBranch: UNKNOWN
05:47:01 [INFO] 
05:47:01 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate-internal ---
05:47:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/certificate/internal/target/jacoco.exec
05:47:01 [INFO] 
05:47:01 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-certificate-internal ---
05:47:01 [INFO] Copying 1 resource
05:47:01 [INFO] 
05:47:01 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-certificate-internal ---
05:47:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:01 [INFO] Changes detected - recompiling the module!
05:47:01 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/develop-build/service/security/certificate/internal/target/classes
05:47:03 [INFO] 
05:47:03 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-certificate-internal ---
05:47:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/certificate/internal/src/test/resources
05:47:03 [INFO] 
05:47:03 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-certificate-internal ---
05:47:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:03 [INFO] No sources to compile
05:47:03 [INFO] 
05:47:03 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-certificate-internal ---
05:47:03 [INFO] Tests are skipped.
05:47:03 [INFO] 
05:47:03 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-certificate-internal ---
05:47:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:03 [INFO] 
05:47:03 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-certificate-internal ---
05:47:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar
05:47:03 [INFO] 
05:47:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-certificate-internal ---
05:47:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT-sources.jar
05:47:03 [INFO] 
05:47:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-certificate-internal ---
05:47:03 [INFO] 
05:47:03 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-certificate-internal ---
05:47:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-certificate-internal/2.1.0-SNAPSHOT/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar
05:47:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/certificate/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-certificate-internal/2.1.0-SNAPSHOT/kapua-security-certificate-internal-2.1.0-SNAPSHOT.pom
05:47:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-certificate-internal/2.1.0-SNAPSHOT/kapua-security-certificate-internal-2.1.0-SNAPSHOT-sources.jar
05:47:03 [INFO] 
05:47:03 [INFO] ---------------< org.eclipse.kapua:kapua-user-internal >----------------
05:47:03 [INFO] Building kapua-user-internal 2.1.0-SNAPSHOT                     [73/229]
05:47:03 [INFO]   from service/user/internal/pom.xml
05:47:03 [INFO] --------------------------------[ jar ]---------------------------------
05:47:03 [INFO] 
05:47:03 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-internal ---
05:47:03 [INFO] 
05:47:03 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-internal ---
05:47:03 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:03 [INFO] 
05:47:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-internal ---
05:47:03 [INFO] Required toolchain: jdk [ version='11' ]
05:47:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:03 [INFO] 
05:47:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-internal ---
05:47:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user/internal
05:47:03 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358423851
05:47:03 [WARNING] Cannot get the branch information from the git repository: 
05:47:03 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:03 
05:47:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user/internal
05:47:03 [INFO] Storing buildScmBranch: UNKNOWN
05:47:03 [INFO] 
05:47:03 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-internal ---
05:47:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/user/internal/target/jacoco.exec
05:47:03 [INFO] 
05:47:03 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-internal ---
05:47:03 [INFO] Copying 23 resources
05:47:03 [INFO] 
05:47:03 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-internal ---
05:47:03 [INFO] Copying 1 resource
05:47:03 [INFO] 
05:47:03 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-internal ---
05:47:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:03 [INFO] Changes detected - recompiling the module!
05:47:03 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-build/service/user/internal/target/classes
05:47:05 [INFO] 
05:47:05 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-internal ---
05:47:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/user/internal/src/test/resources
05:47:05 [INFO] 
05:47:05 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-internal ---
05:47:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:05 [INFO] No sources to compile
05:47:05 [INFO] 
05:47:05 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-internal ---
05:47:05 [INFO] Tests are skipped.
05:47:05 [INFO] 
05:47:05 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-internal ---
05:47:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:05 [INFO] 
05:47:05 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-internal ---
05:47:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT.jar
05:47:05 [INFO] 
05:47:05 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-internal ---
05:47:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT-sources.jar
05:47:05 [INFO] 
05:47:05 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-internal ---
05:47:05 [INFO] 
05:47:05 [INFO] --- install:2.5.2:install (default-install) @ kapua-user-internal ---
05:47:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-internal/2.1.0-SNAPSHOT/kapua-user-internal-2.1.0-SNAPSHOT.jar
05:47:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-internal/2.1.0-SNAPSHOT/kapua-user-internal-2.1.0-SNAPSHOT.pom
05:47:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-internal/2.1.0-SNAPSHOT/kapua-user-internal-2.1.0-SNAPSHOT-sources.jar
05:47:05 [INFO] 
05:47:05 [INFO] -------------------< org.eclipse.kapua:kapua-client >-------------------
05:47:05 [INFO] Building kapua-client 2.1.0-SNAPSHOT                            [74/229]
05:47:05 [INFO]   from client/pom.xml
05:47:05 [INFO] --------------------------------[ pom ]---------------------------------
05:47:05 [INFO] 
05:47:05 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client ---
05:47:05 [INFO] 
05:47:05 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client ---
05:47:05 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:06 [INFO] 
05:47:06 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client ---
05:47:06 [INFO] Required toolchain: jdk [ version='11' ]
05:47:06 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:06 [INFO] 
05:47:06 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client ---
05:47:06 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:06 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client
05:47:06 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358426574
05:47:06 [WARNING] Cannot get the branch information from the git repository: 
05:47:06 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:06 
05:47:06 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:06 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client
05:47:06 [INFO] Storing buildScmBranch: UNKNOWN
05:47:06 [INFO] 
05:47:06 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client ---
05:47:06 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/target/jacoco.exec
05:47:06 [INFO] 
05:47:06 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client ---
05:47:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:06 [INFO] 
05:47:06 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client ---
05:47:06 [INFO] 
05:47:06 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client ---
05:47:06 [INFO] 
05:47:06 [INFO] --- install:2.5.2:install (default-install) @ kapua-client ---
05:47:06 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client/2.1.0-SNAPSHOT/kapua-client-2.1.0-SNAPSHOT.pom
05:47:06 [INFO] 
05:47:06 [INFO] --------------< org.eclipse.kapua:kapua-client-security >---------------
05:47:06 [INFO] Building kapua-client-security 2.1.0-SNAPSHOT                   [75/229]
05:47:06 [INFO]   from client/security/pom.xml
05:47:06 [INFO] --------------------------------[ jar ]---------------------------------
05:47:08 [INFO] 
05:47:08 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-security ---
05:47:08 [INFO] 
05:47:08 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-security ---
05:47:08 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:08 [INFO] 
05:47:08 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-security ---
05:47:08 [INFO] Required toolchain: jdk [ version='11' ]
05:47:08 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:08 [INFO] 
05:47:08 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-security ---
05:47:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/security' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/security
05:47:08 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358428114
05:47:08 [WARNING] Cannot get the branch information from the git repository: 
05:47:08 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:08 
05:47:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/security' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/security
05:47:08 [INFO] Storing buildScmBranch: UNKNOWN
05:47:08 [INFO] 
05:47:08 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-security ---
05:47:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/security/target/jacoco.exec
05:47:08 [INFO] 
05:47:08 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-security ---
05:47:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/security/src/main/resources
05:47:08 [INFO] 
05:47:08 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-security ---
05:47:08 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:08 [INFO] Changes detected - recompiling the module!
05:47:08 [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/develop-build/client/security/target/classes
05:47:10 [INFO] 
05:47:10 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-client-security ---
05:47:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/security/src/test/resources
05:47:10 [INFO] 
05:47:10 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-client-security ---
05:47:10 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:10 [INFO] No sources to compile
05:47:10 [INFO] 
05:47:10 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-client-security ---
05:47:10 [INFO] Tests are skipped.
05:47:10 [INFO] 
05:47:10 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-security ---
05:47:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:10 [INFO] 
05:47:10 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-client-security ---
05:47:10 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/client/security/target/kapua-client-security-2.1.0-SNAPSHOT.jar
05:47:10 [INFO] 
05:47:10 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-security ---
05:47:10 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/client/security/target/kapua-client-security-2.1.0-SNAPSHOT-sources.jar
05:47:10 [INFO] 
05:47:10 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-client-security ---
05:47:11 [INFO] Copying artemis-amqp-protocol-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/artemis-amqp-protocol-2.31.2.jar
05:47:11 [INFO] Copying artemis-selector-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/artemis-selector-2.31.2.jar
05:47:11 [INFO] Copying artemis-journal-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/artemis-journal-2.31.2.jar
05:47:11 [INFO] Copying activemq-artemis-native-2.0.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/activemq-artemis-native-2.0.0.jar
05:47:11 [INFO] Copying proton-j-0.34.1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/proton-j-0.34.1.jar
05:47:11 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-buffer-4.1.100.Final.jar
05:47:11 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-transport-4.1.100.Final.jar
05:47:11 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-common-4.1.100.Final.jar
05:47:11 [INFO] Copying artemis-commons-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/artemis-commons-2.31.2.jar
05:47:11 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-beanutils-1.9.4.jar
05:47:11 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-logging-1.2.jar
05:47:11 [INFO] Copying artemis-server-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/artemis-server-2.31.2.jar
05:47:11 [INFO] Copying caffeine-3.1.6.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/caffeine-3.1.6.jar
05:47:11 [INFO] Copying artemis-jdbc-store-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/artemis-jdbc-store-2.31.2.jar
05:47:11 [INFO] Copying commons-dbcp2-2.7.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-dbcp2-2.7.0.jar
05:47:11 [INFO] Copying artemis-quorum-api-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/artemis-quorum-api-2.31.2.jar
05:47:11 [INFO] Copying jctools-core-2.1.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jctools-core-2.1.2.jar
05:47:11 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-codec-http-4.1.100.Final.jar
05:47:11 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-handler-4.1.100.Final.jar
05:47:11 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
05:47:11 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
05:47:11 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
05:47:11 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
05:47:11 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
05:47:11 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-codec-4.1.100.Final.jar
05:47:11 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-lang3-3.4.jar
05:47:11 [INFO] Copying commons-configuration2-2.10.1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-configuration2-2.10.1.jar
05:47:11 [INFO] Copying commons-text-1.11.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-text-1.11.0.jar
05:47:11 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-collections-3.2.2.jar
05:47:11 [INFO] Copying micrometer-core-1.9.5.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/micrometer-core-1.9.5.jar
05:47:11 [INFO] Copying artemis-core-client-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/artemis-core-client-2.31.2.jar
05:47:11 [INFO] Copying jgroups-5.3.0.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jgroups-5.3.0.Final.jar
05:47:11 [INFO] Copying netty-handler-proxy-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-handler-proxy-4.1.100.Final.jar
05:47:11 [INFO] Copying netty-codec-socks-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-codec-socks-4.1.100.Final.jar
05:47:11 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/netty-resolver-4.1.100.Final.jar
05:47:11 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/qpid-jms-client-1.7.0.jar
05:47:11 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jakarta.jms-api-2.0.3.jar
05:47:11 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jakarta.xml.bind-api-2.3.3.jar
05:47:11 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jakarta.activation-api-1.2.2.jar
05:47:11 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jaxb-impl-2.3.3.jar
05:47:11 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jakarta.activation-1.2.2.jar
05:47:11 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/javax.annotation-api-1.2.jar
05:47:11 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/validation-api-2.0.1.Final.jar
05:47:11 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/mapstruct-1.5.5.Final.jar
05:47:11 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/javase-3.4.1.jar
05:47:11 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/core-3.4.1.jar
05:47:11 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jcommander-1.78.jar
05:47:11 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jai-imageio-core-1.4.0.jar
05:47:11 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/guava-32.1.2-jre.jar
05:47:11 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/failureaccess-1.0.1.jar
05:47:11 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
05:47:11 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/guice-5.1.0.jar
05:47:11 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/javax.inject-1.jar
05:47:11 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/aopalliance-1.0.jar
05:47:11 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/guice-multibindings-4.2.3.jar
05:47:11 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-configuration-1.9.jar
05:47:11 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-lang-2.6.jar
05:47:11 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-io-2.11.0.jar
05:47:11 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/metrics-core-3.2.2.jar
05:47:11 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/joda-time-2.9.4.jar
05:47:11 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-pool2-2.3.jar
05:47:11 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
05:47:11 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jakarta.persistence-2.2.3.jar
05:47:11 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
05:47:11 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
05:47:11 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
05:47:11 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/org.eclipse.persistence.core-2.7.12.jar
05:47:11 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
05:47:11 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
05:47:11 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/liquibase-core-3.6.3.jar
05:47:11 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/snakeyaml-2.2.jar
05:47:11 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/reflections-0.10.2.jar
05:47:11 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/javassist-3.26.0-GA.jar
05:47:11 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jsr305-3.0.2.jar
05:47:11 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/checker-qual-3.15.0.jar
05:47:11 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
05:47:11 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jboss-logging-3.4.2.Final.jar
05:47:11 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jaxb-api-2.3.1.jar
05:47:11 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/javax.activation-api-1.2.0.jar
05:47:11 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jaxb-runtime-2.3.1.jar
05:47:11 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/txw2-2.3.1.jar
05:47:11 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/istack-commons-runtime-3.0.7.jar
05:47:11 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/stax-ex-1.8.jar
05:47:11 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/FastInfoset-1.2.15.jar
05:47:11 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/cache-api-1.1.1.jar
05:47:11 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/HikariCP-4.0.3.jar
05:47:11 [INFO] Copying kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-datastore-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/httpclient-4.5.13.jar
05:47:11 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/httpcore-4.4.15.jar
05:47:11 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/commons-codec-1.15.jar
05:47:11 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/shiro-core-1.12.0.jar
05:47:11 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/shiro-lang-1.12.0.jar
05:47:11 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/shiro-cache-1.12.0.jar
05:47:11 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/shiro-config-core-1.12.0.jar
05:47:11 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/shiro-config-ogdl-1.12.0.jar
05:47:11 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/shiro-event-1.12.0.jar
05:47:11 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/slf4j-api-1.7.33.jar
05:47:11 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jackson-core-2.15.2.jar
05:47:11 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jackson-databind-2.15.2.jar
05:47:11 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/client/security/target/dependency/jackson-annotations-2.15.2.jar
05:47:11 [INFO] 
05:47:11 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-security ---
05:47:11 [INFO] 
05:47:11 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-security ---
05:47:11 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/security/target/kapua-client-security-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-security/2.1.0-SNAPSHOT/kapua-client-security-2.1.0-SNAPSHOT.jar
05:47:11 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/security/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-security/2.1.0-SNAPSHOT/kapua-client-security-2.1.0-SNAPSHOT.pom
05:47:11 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/security/target/kapua-client-security-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-security/2.1.0-SNAPSHOT/kapua-client-security-2.1.0-SNAPSHOT-sources.jar
05:47:11 [INFO] 
05:47:11 [INFO] -----------< org.eclipse.kapua:kapua-device-authentication >------------
05:47:11 [INFO] Building kapua-device-authentication 2.1.0-SNAPSHOT             [76/229]
05:47:11 [INFO]   from service/device/authentication/pom.xml
05:47:11 [INFO] --------------------------------[ jar ]---------------------------------
05:47:11 [INFO] 
05:47:11 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-authentication ---
05:47:11 [INFO] 
05:47:11 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-authentication ---
05:47:11 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:11 [INFO] 
05:47:11 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-authentication ---
05:47:11 [INFO] Required toolchain: jdk [ version='11' ]
05:47:11 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:11 [INFO] 
05:47:11 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-authentication ---
05:47:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/authentication
05:47:11 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358431360
05:47:11 [WARNING] Cannot get the branch information from the git repository: 
05:47:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:11 
05:47:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/authentication
05:47:11 [INFO] Storing buildScmBranch: UNKNOWN
05:47:11 [INFO] 
05:47:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-authentication ---
05:47:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/authentication/target/jacoco.exec
05:47:11 [INFO] 
05:47:11 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-authentication ---
05:47:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/authentication/src/main/resources
05:47:11 [INFO] 
05:47:11 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-authentication ---
05:47:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:11 [INFO] Changes detected - recompiling the module!
05:47:11 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/service/device/authentication/target/classes
05:47:12 [INFO] 
05:47:12 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-authentication ---
05:47:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/authentication/src/test/resources
05:47:12 [INFO] 
05:47:12 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-authentication ---
05:47:12 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:12 [INFO] No sources to compile
05:47:12 [INFO] 
05:47:12 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-authentication ---
05:47:12 [INFO] Tests are skipped.
05:47:12 [INFO] 
05:47:12 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-authentication ---
05:47:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:12 [INFO] 
05:47:12 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-authentication ---
05:47:12 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT.jar
05:47:12 [INFO] 
05:47:12 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-authentication ---
05:47:12 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT-sources.jar
05:47:12 [INFO] 
05:47:12 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-authentication ---
05:47:12 [INFO] 
05:47:12 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-authentication ---
05:47:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-authentication/2.1.0-SNAPSHOT/kapua-device-authentication-2.1.0-SNAPSHOT.jar
05:47:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/authentication/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-authentication/2.1.0-SNAPSHOT/kapua-device-authentication-2.1.0-SNAPSHOT.pom
05:47:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-authentication/2.1.0-SNAPSHOT/kapua-device-authentication-2.1.0-SNAPSHOT-sources.jar
05:47:12 [INFO] 
05:47:12 [INFO] --------------------< org.eclipse.kapua:kapua-tag >---------------------
05:47:12 [INFO] Building kapua-tag 2.1.0-SNAPSHOT                               [77/229]
05:47:12 [INFO]   from service/tag/pom.xml
05:47:12 [INFO] --------------------------------[ pom ]---------------------------------
05:47:12 [INFO] 
05:47:12 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag ---
05:47:12 [INFO] 
05:47:12 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag ---
05:47:12 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:12 [INFO] 
05:47:12 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag ---
05:47:12 [INFO] Required toolchain: jdk [ version='11' ]
05:47:12 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:12 [INFO] 
05:47:12 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag ---
05:47:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag
05:47:12 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358432728
05:47:12 [WARNING] Cannot get the branch information from the git repository: 
05:47:12 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:12 
05:47:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag
05:47:12 [INFO] Storing buildScmBranch: UNKNOWN
05:47:12 [INFO] 
05:47:12 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag ---
05:47:12 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/tag/target/jacoco.exec
05:47:12 [INFO] 
05:47:12 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag ---
05:47:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:12 [INFO] 
05:47:12 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag ---
05:47:12 [INFO] 
05:47:12 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag ---
05:47:12 [INFO] 
05:47:12 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag ---
05:47:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag/2.1.0-SNAPSHOT/kapua-tag-2.1.0-SNAPSHOT.pom
05:47:12 [INFO] 
05:47:12 [INFO] ------------------< org.eclipse.kapua:kapua-tag-api >-------------------
05:47:12 [INFO] Building kapua-tag-api 2.1.0-SNAPSHOT                           [78/229]
05:47:12 [INFO]   from service/tag/api/pom.xml
05:47:12 [INFO] --------------------------------[ jar ]---------------------------------
05:47:12 [INFO] 
05:47:12 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-api ---
05:47:12 [INFO] 
05:47:12 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-api ---
05:47:12 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:12 [INFO] 
05:47:12 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-api ---
05:47:12 [INFO] Required toolchain: jdk [ version='11' ]
05:47:12 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:12 [INFO] 
05:47:12 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-api ---
05:47:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag/api
05:47:12 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358432836
05:47:12 [WARNING] Cannot get the branch information from the git repository: 
05:47:12 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:12 
05:47:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag/api
05:47:12 [INFO] Storing buildScmBranch: UNKNOWN
05:47:12 [INFO] 
05:47:12 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-api ---
05:47:12 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/tag/api/target/jacoco.exec
05:47:12 [INFO] 
05:47:12 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-api ---
05:47:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/tag/api/src/main/resources
05:47:12 [INFO] 
05:47:12 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-api ---
05:47:12 [INFO] Copying 1 resource
05:47:12 [INFO] 
05:47:12 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-api ---
05:47:12 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:12 [INFO] Changes detected - recompiling the module!
05:47:12 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-build/service/tag/api/target/classes
05:47:13 [INFO] 
05:47:13 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-api ---
05:47:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/tag/api/src/test/resources
05:47:13 [INFO] 
05:47:13 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-api ---
05:47:13 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:13 [INFO] No sources to compile
05:47:13 [INFO] 
05:47:13 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-api ---
05:47:13 [INFO] Tests are skipped.
05:47:13 [INFO] 
05:47:13 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-api ---
05:47:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:13 [INFO] 
05:47:13 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-api ---
05:47:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT.jar
05:47:13 [INFO] 
05:47:13 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-api ---
05:47:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT-sources.jar
05:47:13 [INFO] 
05:47:13 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-api ---
05:47:13 [INFO] 
05:47:13 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-api ---
05:47:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-api/2.1.0-SNAPSHOT/kapua-tag-api-2.1.0-SNAPSHOT.jar
05:47:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-api/2.1.0-SNAPSHOT/kapua-tag-api-2.1.0-SNAPSHOT.pom
05:47:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-api/2.1.0-SNAPSHOT/kapua-tag-api-2.1.0-SNAPSHOT-sources.jar
05:47:13 [INFO] 
05:47:13 [INFO] ----------< org.eclipse.kapua:kapua-device-registry-internal >----------
05:47:13 [INFO] Building kapua-device-registry-internal 2.1.0-SNAPSHOT          [79/229]
05:47:13 [INFO]   from service/device/registry/internal/pom.xml
05:47:13 [INFO] --------------------------------[ jar ]---------------------------------
05:47:14 [INFO] 
05:47:14 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-internal ---
05:47:14 [INFO] 
05:47:14 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-internal ---
05:47:14 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:14 [INFO] 
05:47:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-internal ---
05:47:14 [INFO] Required toolchain: jdk [ version='11' ]
05:47:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:14 [INFO] 
05:47:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-internal ---
05:47:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry/internal
05:47:14 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358434296
05:47:14 [WARNING] Cannot get the branch information from the git repository: 
05:47:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:14 
05:47:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry/internal
05:47:14 [INFO] Storing buildScmBranch: UNKNOWN
05:47:14 [INFO] 
05:47:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-internal ---
05:47:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/registry/internal/target/jacoco.exec
05:47:14 [INFO] 
05:47:14 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-internal ---
05:47:14 [INFO] Copying 53 resources
05:47:14 [INFO] 
05:47:14 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-internal ---
05:47:14 [INFO] Copying 1 resource
05:47:14 [INFO] 
05:47:14 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-internal ---
05:47:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:14 [INFO] Changes detected - recompiling the module!
05:47:14 [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/develop-build/service/device/registry/internal/target/classes
05:47:17 [INFO] 
05:47:17 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-internal ---
05:47:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/registry/internal/src/test/resources
05:47:17 [INFO] 
05:47:17 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-internal ---
05:47:17 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:17 [INFO] No sources to compile
05:47:17 [INFO] 
05:47:17 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-internal ---
05:47:17 [INFO] Tests are skipped.
05:47:17 [INFO] 
05:47:17 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-internal ---
05:47:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:17 [INFO] 
05:47:17 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-internal ---
05:47:17 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar
05:47:17 [INFO] 
05:47:17 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-internal ---
05:47:17 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT-sources.jar
05:47:17 [INFO] 
05:47:17 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-internal ---
05:47:17 [INFO] 
05:47:17 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-internal ---
05:47:17 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-internal/2.1.0-SNAPSHOT/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar
05:47:17 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-internal/2.1.0-SNAPSHOT/kapua-device-registry-internal-2.1.0-SNAPSHOT.pom
05:47:17 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-internal/2.1.0-SNAPSHOT/kapua-device-registry-internal-2.1.0-SNAPSHOT-sources.jar
05:47:17 [INFO] 
05:47:17 [INFO] --------< org.eclipse.kapua:kapua-security-registration-simple >--------
05:47:17 [INFO] Building kapua-security-registration-simple 2.1.0-SNAPSHOT      [80/229]
05:47:17 [INFO]   from service/security/registration/simple/pom.xml
05:47:17 [INFO] --------------------------------[ jar ]---------------------------------
05:47:17 [INFO] 
05:47:17 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-registration-simple ---
05:47:17 [INFO] 
05:47:17 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration-simple ---
05:47:17 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:17 [INFO] 
05:47:17 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration-simple ---
05:47:17 [INFO] Required toolchain: jdk [ version='11' ]
05:47:17 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:17 [INFO] 
05:47:17 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration-simple ---
05:47:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/registration/simple' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/registration/simple
05:47:17 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358437433
05:47:17 [WARNING] Cannot get the branch information from the git repository: 
05:47:17 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:17 
05:47:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/registration/simple' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/registration/simple
05:47:17 [INFO] Storing buildScmBranch: UNKNOWN
05:47:17 [INFO] 
05:47:17 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration-simple ---
05:47:17 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/registration/simple/target/jacoco.exec
05:47:17 [INFO] 
05:47:17 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-registration-simple ---
05:47:17 [INFO] Copying 1 resource
05:47:17 [INFO] 
05:47:17 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration-simple ---
05:47:17 [INFO] Copying 1 resource
05:47:17 [INFO] 
05:47:17 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-registration-simple ---
05:47:17 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:17 [INFO] Changes detected - recompiling the module!
05:47:17 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/service/security/registration/simple/target/classes
05:47:19 [INFO] 
05:47:19 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-registration-simple ---
05:47:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/registration/simple/src/test/resources
05:47:19 [INFO] 
05:47:19 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-registration-simple ---
05:47:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:19 [INFO] No sources to compile
05:47:19 [INFO] 
05:47:19 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-registration-simple ---
05:47:19 [INFO] Tests are skipped.
05:47:19 [INFO] 
05:47:19 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-registration-simple ---
05:47:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:19 [INFO] 
05:47:19 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-registration-simple ---
05:47:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT.jar
05:47:19 [INFO] 
05:47:19 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-registration-simple ---
05:47:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT-sources.jar
05:47:19 [INFO] 
05:47:19 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-registration-simple ---
05:47:19 [INFO] 
05:47:19 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-registration-simple ---
05:47:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-registration-simple/2.1.0-SNAPSHOT/kapua-security-registration-simple-2.1.0-SNAPSHOT.jar
05:47:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/registration/simple/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-registration-simple/2.1.0-SNAPSHOT/kapua-security-registration-simple-2.1.0-SNAPSHOT.pom
05:47:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-registration-simple/2.1.0-SNAPSHOT/kapua-security-registration-simple-2.1.0-SNAPSHOT-sources.jar
05:47:19 [INFO] 
05:47:19 [INFO] ----------------< org.eclipse.kapua:kapua-tag-internal >----------------
05:47:19 [INFO] Building kapua-tag-internal 2.1.0-SNAPSHOT                      [81/229]
05:47:19 [INFO]   from service/tag/internal/pom.xml
05:47:19 [INFO] --------------------------------[ jar ]---------------------------------
05:47:19 [INFO] 
05:47:19 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-internal ---
05:47:19 [INFO] 
05:47:19 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-internal ---
05:47:19 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:19 [INFO] 
05:47:19 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-internal ---
05:47:19 [INFO] Required toolchain: jdk [ version='11' ]
05:47:19 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:19 [INFO] 
05:47:19 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-internal ---
05:47:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag/internal
05:47:19 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358439472
05:47:19 [WARNING] Cannot get the branch information from the git repository: 
05:47:19 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:19 
05:47:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag/internal
05:47:19 [INFO] Storing buildScmBranch: UNKNOWN
05:47:19 [INFO] 
05:47:19 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-internal ---
05:47:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/tag/internal/target/jacoco.exec
05:47:19 [INFO] 
05:47:19 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-internal ---
05:47:19 [INFO] Copying 14 resources
05:47:19 [INFO] 
05:47:19 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-internal ---
05:47:19 [INFO] Copying 1 resource
05:47:19 [INFO] 
05:47:19 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-internal ---
05:47:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:19 [INFO] Changes detected - recompiling the module!
05:47:19 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-build/service/tag/internal/target/classes
05:47:21 [INFO] 
05:47:21 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-internal ---
05:47:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/tag/internal/src/test/resources
05:47:21 [INFO] 
05:47:21 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-internal ---
05:47:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:21 [INFO] Changes detected - recompiling the module!
05:47:21 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/tag/internal/target/test-classes
05:47:22 [INFO] 
05:47:22 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-internal ---
05:47:22 [INFO] Tests are skipped.
05:47:22 [INFO] 
05:47:22 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-internal ---
05:47:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:22 [INFO] 
05:47:22 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-internal ---
05:47:22 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT.jar
05:47:22 [INFO] 
05:47:22 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-internal ---
05:47:22 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT-sources.jar
05:47:22 [INFO] 
05:47:22 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-internal ---
05:47:22 [INFO] 
05:47:22 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-internal ---
05:47:22 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-internal/2.1.0-SNAPSHOT/kapua-tag-internal-2.1.0-SNAPSHOT.jar
05:47:22 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-internal/2.1.0-SNAPSHOT/kapua-tag-internal-2.1.0-SNAPSHOT.pom
05:47:22 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-internal/2.1.0-SNAPSHOT/kapua-tag-internal-2.1.0-SNAPSHOT-sources.jar
05:47:22 [INFO] 
05:47:22 [INFO] ---------------< org.eclipse.kapua:kapua-security-shiro >---------------
05:47:22 [INFO] Building kapua-security-shiro 2.1.0-SNAPSHOT                    [82/229]
05:47:22 [INFO]   from service/security/shiro/pom.xml
05:47:22 [INFO] --------------------------------[ jar ]---------------------------------
05:47:22 [INFO] 
05:47:22 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-shiro ---
05:47:22 [INFO] 
05:47:22 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-shiro ---
05:47:22 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:23 [INFO] 
05:47:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-shiro ---
05:47:23 [INFO] Required toolchain: jdk [ version='11' ]
05:47:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:23 [INFO] 
05:47:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-shiro ---
05:47:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/shiro' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/shiro
05:47:23 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358443596
05:47:23 [WARNING] Cannot get the branch information from the git repository: 
05:47:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:23 
05:47:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/shiro' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/shiro
05:47:23 [INFO] Storing buildScmBranch: UNKNOWN
05:47:23 [INFO] 
05:47:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-shiro ---
05:47:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/shiro/target/jacoco.exec
05:47:23 [INFO] 
05:47:23 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-shiro ---
05:47:23 [INFO] Copying 81 resources
05:47:23 [INFO] 
05:47:23 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-shiro ---
05:47:23 [INFO] Copying 1 resource
05:47:23 [INFO] 
05:47:23 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-shiro ---
05:47:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:23 [INFO] Changes detected - recompiling the module!
05:47:23 [INFO] Compiling 162 source files to /home/jenkins/agent/workspace/develop-build/service/security/shiro/target/classes
05:47:27 [INFO] 
05:47:27 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-shiro ---
05:47:27 [INFO] Copying 1 resource
05:47:27 [INFO] 
05:47:27 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-shiro ---
05:47:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:27 [INFO] Changes detected - recompiling the module!
05:47:27 [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/develop-build/service/security/shiro/target/test-classes
05:47:30 [INFO] 
05:47:30 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-shiro ---
05:47:30 [INFO] Tests are skipped.
05:47:30 [INFO] 
05:47:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-shiro ---
05:47:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:30 [INFO] 
05:47:30 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-shiro ---
05:47:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT.jar
05:47:30 [INFO] 
05:47:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-shiro ---
05:47:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT-sources.jar
05:47:30 [INFO] 
05:47:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-shiro ---
05:47:30 [INFO] 
05:47:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-shiro ---
05:47:30 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-shiro/2.1.0-SNAPSHOT/kapua-security-shiro-2.1.0-SNAPSHOT.jar
05:47:30 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/shiro/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-shiro/2.1.0-SNAPSHOT/kapua-security-shiro-2.1.0-SNAPSHOT.pom
05:47:30 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-shiro/2.1.0-SNAPSHOT/kapua-security-shiro-2.1.0-SNAPSHOT-sources.jar
05:47:30 [INFO] 
05:47:30 [INFO] ---------------< org.eclipse.kapua:kapua-simulator-kura >---------------
05:47:30 [INFO] Building kapua-simulator-kura 2.1.0-SNAPSHOT                    [83/229]
05:47:30 [INFO]   from simulator-kura/pom.xml
05:47:30 [INFO] --------------------------------[ jar ]---------------------------------
05:47:30 [INFO] 
05:47:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-simulator-kura ---
05:47:30 [INFO] 
05:47:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-simulator-kura ---
05:47:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:31 [INFO] 
05:47:31 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-simulator-kura ---
05:47:31 [INFO] Required toolchain: jdk [ version='11' ]
05:47:31 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:31 [INFO] 
05:47:31 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-simulator-kura ---
05:47:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/simulator-kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/simulator-kura
05:47:31 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358451292
05:47:31 [WARNING] Cannot get the branch information from the git repository: 
05:47:31 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:31 
05:47:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/simulator-kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/simulator-kura
05:47:31 [INFO] Storing buildScmBranch: UNKNOWN
05:47:31 [INFO] 
05:47:31 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-simulator-kura ---
05:47:31 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/simulator-kura/target/jacoco.exec
05:47:31 [INFO] 
05:47:31 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-simulator-kura ---
05:47:31 [INFO] Copying 1 resource
05:47:31 [INFO] 
05:47:31 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-simulator-kura ---
05:47:31 [INFO] Copying 1 resource
05:47:31 [INFO] 
05:47:31 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-simulator-kura ---
05:47:31 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:31 [INFO] Changes detected - recompiling the module!
05:47:31 [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/develop-build/simulator-kura/target/classes
05:47:33 [INFO] 
05:47:33 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-simulator-kura ---
05:47:33 [INFO] Copying 4 resources
05:47:33 [INFO] 
05:47:33 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-simulator-kura ---
05:47:33 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:33 [INFO] Changes detected - recompiling the module!
05:47:33 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-build/simulator-kura/target/test-classes
05:47:35 [INFO] 
05:47:35 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-simulator-kura ---
05:47:35 [INFO] Tests are skipped.
05:47:35 [INFO] 
05:47:35 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-simulator-kura ---
05:47:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:35 [INFO] 
05:47:35 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-simulator-kura ---
05:47:35 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT.jar
05:47:35 [INFO] 
05:47:35 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-simulator-kura ---
05:47:35 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT-sources.jar
05:47:35 [INFO] 
05:47:35 [INFO] --- shade:3.4.1:shade (default) @ kapua-simulator-kura ---
05:47:35 [INFO] Including ch.qos.logback:logback-classic:jar:1.2.13 in the shaded jar.
05:47:35 [INFO] Including ch.qos.logback:logback-core:jar:1.2.13 in the shaded jar.
05:47:35 [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar.
05:47:35 [INFO] Including com.google.protobuf:protobuf-java:jar:3.23.2 in the shaded jar.
05:47:35 [INFO] Including com.google.guava:guava:jar:32.1.2-jre in the shaded jar.
05:47:35 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
05:47:35 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
05:47:35 [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar.
05:47:35 [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar.
05:47:35 [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar.
05:47:35 [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
05:47:35 [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar.
05:47:35 [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
05:47:35 [INFO] Including org.eclipse.neoscada.utils:org.eclipse.scada.utils:jar:0.4.0 in the shaded jar.
05:47:35 [INFO] Including org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.2.1 in the shaded jar.
05:47:35 [INFO] Including org.osgi:org.osgi.core:jar:6.0.0 in the shaded jar.
05:47:35 [INFO] Including org.slf4j:slf4j-api:jar:1.7.33 in the shaded jar.
05:47:35 [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.33 in the shaded jar.
05:47:35 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/develop-build/simulator-kura/target/dependency-reduced-pom.xml
05:47:36 [WARNING] commons-cli-1.4.jar, commons-codec-1.15.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, failureaccess-1.0.1.jar, gson-2.10.jar, guava-32.1.2-jre.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, jul-to-slf4j-1.7.33.jar, kapua-simulator-kura-2.1.0-SNAPSHOT.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, logback-classic-1.2.13.jar, logback-core-1.2.13.jar, org.eclipse.paho.client.mqttv3-1.2.1.jar, org.eclipse.scada.utils-0.4.0.jar, org.osgi.core-6.0.0.jar, protobuf-java-3.23.2.jar, slf4j-api-1.7.33.jar define 1 overlapping resource: 
05:47:36 [WARNING]   - META-INF/MANIFEST.MF
05:47:36 [WARNING] maven-shade-plugin has detected that some class files are
05:47:36 [WARNING] present in two or more JARs. When this happens, only one
05:47:36 [WARNING] single version of the class is copied to the uber jar.
05:47:36 [WARNING] Usually this is not harmful and you can skip these warnings,
05:47:36 [WARNING] otherwise try to manually exclude artifacts based on
05:47:36 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:47:36 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:47:36 [INFO] Attaching shaded artifact.
05:47:36 [INFO] 
05:47:36 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-simulator-kura ---
05:47:36 [INFO] 
05:47:36 [INFO] --- install:2.5.2:install (default-install) @ kapua-simulator-kura ---
05:47:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-simulator-kura/2.1.0-SNAPSHOT/kapua-simulator-kura-2.1.0-SNAPSHOT.jar
05:47:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/simulator-kura/target/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-simulator-kura/2.1.0-SNAPSHOT/kapua-simulator-kura-2.1.0-SNAPSHOT.pom
05:47:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-simulator-kura/2.1.0-SNAPSHOT/kapua-simulator-kura-2.1.0-SNAPSHOT-sources.jar
05:47:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT-app.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-simulator-kura/2.1.0-SNAPSHOT/kapua-simulator-kura-2.1.0-SNAPSHOT-app.jar
05:47:36 [INFO] 
05:47:36 [INFO] -------------------< org.eclipse.kapua:kapua-stream >-------------------
05:47:36 [INFO] Building kapua-stream 2.1.0-SNAPSHOT                            [84/229]
05:47:36 [INFO]   from service/stream/pom.xml
05:47:36 [INFO] --------------------------------[ pom ]---------------------------------
05:47:36 [INFO] 
05:47:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-stream ---
05:47:36 [INFO] 
05:47:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream ---
05:47:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:36 [INFO] 
05:47:36 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream ---
05:47:36 [INFO] Required toolchain: jdk [ version='11' ]
05:47:36 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:36 [INFO] 
05:47:36 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream ---
05:47:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/stream' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/stream
05:47:36 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358456717
05:47:36 [WARNING] Cannot get the branch information from the git repository: 
05:47:36 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:36 
05:47:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/stream' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/stream
05:47:36 [INFO] Storing buildScmBranch: UNKNOWN
05:47:36 [INFO] 
05:47:36 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream ---
05:47:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/stream/target/jacoco.exec
05:47:36 [INFO] 
05:47:36 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-stream ---
05:47:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:36 [INFO] 
05:47:36 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-stream ---
05:47:36 [INFO] 
05:47:36 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-stream ---
05:47:36 [INFO] 
05:47:36 [INFO] --- install:2.5.2:install (default-install) @ kapua-stream ---
05:47:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/stream/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-stream/2.1.0-SNAPSHOT/kapua-stream-2.1.0-SNAPSHOT.pom
05:47:36 [INFO] 
05:47:36 [INFO] -----------------< org.eclipse.kapua:kapua-stream-api >-----------------
05:47:36 [INFO] Building kapua-stream-api 2.1.0-SNAPSHOT                        [85/229]
05:47:36 [INFO]   from service/stream/api/pom.xml
05:47:36 [INFO] --------------------------------[ jar ]---------------------------------
05:47:36 [INFO] 
05:47:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-stream-api ---
05:47:36 [INFO] 
05:47:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream-api ---
05:47:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:36 [INFO] 
05:47:36 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream-api ---
05:47:36 [INFO] Required toolchain: jdk [ version='11' ]
05:47:36 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:36 [INFO] 
05:47:36 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream-api ---
05:47:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/stream/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/stream/api
05:47:36 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358456776
05:47:36 [WARNING] Cannot get the branch information from the git repository: 
05:47:36 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:36 
05:47:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/stream/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/stream/api
05:47:36 [INFO] Storing buildScmBranch: UNKNOWN
05:47:36 [INFO] 
05:47:36 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream-api ---
05:47:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/stream/api/target/jacoco.exec
05:47:36 [INFO] 
05:47:36 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-stream-api ---
05:47:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/stream/api/src/main/resources
05:47:36 [INFO] 
05:47:36 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-stream-api ---
05:47:36 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:36 [INFO] Changes detected - recompiling the module!
05:47:36 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/service/stream/api/target/classes
05:47:37 [INFO] 
05:47:37 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-stream-api ---
05:47:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/stream/api/src/test/resources
05:47:37 [INFO] 
05:47:37 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-stream-api ---
05:47:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:37 [INFO] No sources to compile
05:47:37 [INFO] 
05:47:37 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-stream-api ---
05:47:37 [INFO] Tests are skipped.
05:47:37 [INFO] 
05:47:37 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-stream-api ---
05:47:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:37 [INFO] 
05:47:37 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-stream-api ---
05:47:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT.jar
05:47:37 [INFO] 
05:47:37 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-stream-api ---
05:47:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT-sources.jar
05:47:37 [INFO] 
05:47:37 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-stream-api ---
05:47:37 [INFO] 
05:47:37 [INFO] --- install:2.5.2:install (default-install) @ kapua-stream-api ---
05:47:37 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-stream-api/2.1.0-SNAPSHOT/kapua-stream-api-2.1.0-SNAPSHOT.jar
05:47:37 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/stream/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-stream-api/2.1.0-SNAPSHOT/kapua-stream-api-2.1.0-SNAPSHOT.pom
05:47:37 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-stream-api/2.1.0-SNAPSHOT/kapua-stream-api-2.1.0-SNAPSHOT-sources.jar
05:47:37 [INFO] 
05:47:37 [INFO] ----------< org.eclipse.kapua:kapua-device-management-asset >-----------
05:47:37 [INFO] Building kapua-device-management-asset 2.1.0-SNAPSHOT           [86/229]
05:47:37 [INFO]   from service/device/management/asset/pom.xml
05:47:37 [INFO] --------------------------------[ pom ]---------------------------------
05:47:37 [INFO] 
05:47:37 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset ---
05:47:37 [INFO] 
05:47:37 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset ---
05:47:37 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:37 [INFO] 
05:47:37 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset ---
05:47:37 [INFO] Required toolchain: jdk [ version='11' ]
05:47:37 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:37 [INFO] 
05:47:37 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset ---
05:47:37 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:37 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset
05:47:37 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358457997
05:47:38 [WARNING] Cannot get the branch information from the git repository: 
05:47:38 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:38 
05:47:38 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:38 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset
05:47:38 [INFO] Storing buildScmBranch: UNKNOWN
05:47:38 [INFO] 
05:47:38 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset ---
05:47:38 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/asset/target/jacoco.exec
05:47:38 [INFO] 
05:47:38 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset ---
05:47:38 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:38 [INFO] 
05:47:38 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset ---
05:47:38 [INFO] 
05:47:38 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset ---
05:47:38 [INFO] 
05:47:38 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset ---
05:47:38 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset/2.1.0-SNAPSHOT/kapua-device-management-asset-2.1.0-SNAPSHOT.pom
05:47:38 [INFO] 
05:47:38 [INFO] --------< org.eclipse.kapua:kapua-device-management-asset-api >---------
05:47:38 [INFO] Building kapua-device-management-asset-api 2.1.0-SNAPSHOT       [87/229]
05:47:38 [INFO]   from service/device/management/asset/api/pom.xml
05:47:38 [INFO] --------------------------------[ jar ]---------------------------------
05:47:38 [INFO] 
05:47:38 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-api ---
05:47:38 [INFO] 
05:47:38 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-api ---
05:47:38 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:38 [INFO] 
05:47:38 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-api ---
05:47:38 [INFO] Required toolchain: jdk [ version='11' ]
05:47:38 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:38 [INFO] 
05:47:38 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-api ---
05:47:38 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:38 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api
05:47:38 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358458099
05:47:38 [WARNING] Cannot get the branch information from the git repository: 
05:47:38 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:38 
05:47:38 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:38 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api
05:47:38 [INFO] Storing buildScmBranch: UNKNOWN
05:47:38 [INFO] 
05:47:38 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-api ---
05:47:38 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/asset/api/target/jacoco.exec
05:47:38 [INFO] 
05:47:38 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-api ---
05:47:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api/src/main/resources
05:47:38 [INFO] 
05:47:38 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-api ---
05:47:38 [INFO] Copying 1 resource
05:47:38 [INFO] 
05:47:38 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-api ---
05:47:38 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:38 [INFO] Changes detected - recompiling the module!
05:47:38 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api/target/classes
05:47:39 [INFO] 
05:47:39 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-api ---
05:47:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api/src/test/resources
05:47:39 [INFO] 
05:47:39 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-api ---
05:47:39 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:39 [INFO] No sources to compile
05:47:39 [INFO] 
05:47:39 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-api ---
05:47:39 [INFO] Tests are skipped.
05:47:39 [INFO] 
05:47:39 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-api ---
05:47:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:39 [INFO] 
05:47:39 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-api ---
05:47:39 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api/target/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
05:47:39 [INFO] 
05:47:39 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-api ---
05:47:39 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api/target/kapua-device-management-asset-api-2.1.0-SNAPSHOT-sources.jar
05:47:39 [INFO] 
05:47:39 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-api ---
05:47:39 [INFO] 
05:47:39 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-api ---
05:47:39 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api/target/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-api/2.1.0-SNAPSHOT/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
05:47:39 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-api/2.1.0-SNAPSHOT/kapua-device-management-asset-api-2.1.0-SNAPSHOT.pom
05:47:39 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/api/target/kapua-device-management-asset-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-api/2.1.0-SNAPSHOT/kapua-device-management-asset-api-2.1.0-SNAPSHOT-sources.jar
05:47:39 [INFO] 
05:47:39 [INFO] -------< org.eclipse.kapua:kapua-device-management-asset-store >--------
05:47:39 [INFO] Building kapua-device-management-asset-store 2.1.0-SNAPSHOT     [88/229]
05:47:39 [INFO]   from service/device/management/asset-store/pom.xml
05:47:39 [INFO] --------------------------------[ pom ]---------------------------------
05:47:39 [INFO] 
05:47:39 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-store ---
05:47:39 [INFO] 
05:47:39 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store ---
05:47:39 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:39 [INFO] 
05:47:39 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store ---
05:47:39 [INFO] Required toolchain: jdk [ version='11' ]
05:47:39 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:39 [INFO] 
05:47:39 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store ---
05:47:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset-store' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store
05:47:39 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358459537
05:47:39 [WARNING] Cannot get the branch information from the git repository: 
05:47:39 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:39 
05:47:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset-store' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store
05:47:39 [INFO] Storing buildScmBranch: UNKNOWN
05:47:39 [INFO] 
05:47:39 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store ---
05:47:39 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/target/jacoco.exec
05:47:39 [INFO] 
05:47:39 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-store ---
05:47:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:39 [INFO] 
05:47:39 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-store ---
05:47:39 [INFO] 
05:47:39 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-store ---
05:47:39 [INFO] 
05:47:39 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-store ---
05:47:39 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-store/2.1.0-SNAPSHOT/kapua-device-management-asset-store-2.1.0-SNAPSHOT.pom
05:47:39 [INFO] 
05:47:39 [INFO] -----< org.eclipse.kapua:kapua-device-management-asset-store-api >------
05:47:39 [INFO] Building kapua-device-management-asset-store-api 2.1.0-SNAPSHOT [89/229]
05:47:39 [INFO]   from service/device/management/asset-store/api/pom.xml
05:47:39 [INFO] --------------------------------[ jar ]---------------------------------
05:47:39 [INFO] 
05:47:39 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-store-api ---
05:47:39 [INFO] 
05:47:39 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store-api ---
05:47:39 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:39 [INFO] 
05:47:39 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store-api ---
05:47:39 [INFO] Required toolchain: jdk [ version='11' ]
05:47:39 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:39 [INFO] 
05:47:39 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store-api ---
05:47:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api
05:47:39 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358459661
05:47:39 [WARNING] Cannot get the branch information from the git repository: 
05:47:39 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:39 
05:47:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api
05:47:39 [INFO] Storing buildScmBranch: UNKNOWN
05:47:39 [INFO] 
05:47:39 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store-api ---
05:47:39 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api/target/jacoco.exec
05:47:39 [INFO] 
05:47:39 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-store-api ---
05:47:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api/src/main/resources
05:47:39 [INFO] 
05:47:39 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-store-api ---
05:47:39 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:39 [INFO] Changes detected - recompiling the module!
05:47:39 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api/target/classes
05:47:40 [INFO] 
05:47:40 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-store-api ---
05:47:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api/src/test/resources
05:47:40 [INFO] 
05:47:40 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-store-api ---
05:47:40 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:40 [INFO] No sources to compile
05:47:40 [INFO] 
05:47:40 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-store-api ---
05:47:40 [INFO] Tests are skipped.
05:47:40 [INFO] 
05:47:40 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-store-api ---
05:47:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:40 [INFO] 
05:47:40 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-store-api ---
05:47:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api/target/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
05:47:40 [INFO] 
05:47:40 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-store-api ---
05:47:40 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api/target/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT-sources.jar
05:47:40 [INFO] 
05:47:40 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-store-api ---
05:47:40 [INFO] 
05:47:40 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-store-api ---
05:47:40 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api/target/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-store-api/2.1.0-SNAPSHOT/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
05:47:40 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-store-api/2.1.0-SNAPSHOT/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.pom
05:47:40 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/api/target/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-store-api/2.1.0-SNAPSHOT/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT-sources.jar
05:47:40 [INFO] 
05:47:40 [INFO] ------< org.eclipse.kapua:kapua-device-management-asset-internal >------
05:47:40 [INFO] Building kapua-device-management-asset-internal 2.1.0-SNAPSHOT  [90/229]
05:47:40 [INFO]   from service/device/management/asset/internal/pom.xml
05:47:40 [INFO] --------------------------------[ jar ]---------------------------------
05:47:40 [INFO] 
05:47:40 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-internal ---
05:47:40 [INFO] 
05:47:40 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-internal ---
05:47:40 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:41 [INFO] 
05:47:41 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-internal ---
05:47:41 [INFO] Required toolchain: jdk [ version='11' ]
05:47:41 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:41 [INFO] 
05:47:41 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-internal ---
05:47:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal
05:47:41 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358461070
05:47:41 [WARNING] Cannot get the branch information from the git repository: 
05:47:41 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:41 
05:47:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal
05:47:41 [INFO] Storing buildScmBranch: UNKNOWN
05:47:41 [INFO] 
05:47:41 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-internal ---
05:47:41 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal/target/jacoco.exec
05:47:41 [INFO] 
05:47:41 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-internal ---
05:47:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal/src/main/resources
05:47:41 [INFO] 
05:47:41 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-internal ---
05:47:41 [INFO] Copying 1 resource
05:47:41 [INFO] 
05:47:41 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-internal ---
05:47:41 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:41 [INFO] Changes detected - recompiling the module!
05:47:41 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal/target/classes
05:47:42 [INFO] 
05:47:42 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-internal ---
05:47:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal/src/test/resources
05:47:42 [INFO] 
05:47:42 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-internal ---
05:47:42 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:42 [INFO] No sources to compile
05:47:42 [INFO] 
05:47:42 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-internal ---
05:47:42 [INFO] Tests are skipped.
05:47:42 [INFO] 
05:47:42 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-internal ---
05:47:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:42 [INFO] 
05:47:42 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-internal ---
05:47:42 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal/target/kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar
05:47:42 [INFO] 
05:47:42 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-internal ---
05:47:42 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal/target/kapua-device-management-asset-internal-2.1.0-SNAPSHOT-sources.jar
05:47:42 [INFO] 
05:47:42 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-internal ---
05:47:42 [INFO] 
05:47:42 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-internal ---
05:47:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal/target/kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-internal/2.1.0-SNAPSHOT/kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar
05:47:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-internal/2.1.0-SNAPSHOT/kapua-device-management-asset-internal-2.1.0-SNAPSHOT.pom
05:47:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/internal/target/kapua-device-management-asset-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-internal/2.1.0-SNAPSHOT/kapua-device-management-asset-internal-2.1.0-SNAPSHOT-sources.jar
05:47:42 [INFO] 
05:47:42 [INFO] ----< org.eclipse.kapua:kapua-device-management-asset-store-dummy >-----
05:47:42 [INFO] Building kapua-device-management-asset-store-dummy 2.1.0-SNAPSHOT [91/229]
05:47:42 [INFO]   from service/device/management/asset-store/dummy/pom.xml
05:47:42 [INFO] --------------------------------[ jar ]---------------------------------
05:47:43 [INFO] 
05:47:43 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-store-dummy ---
05:47:43 [INFO] 
05:47:43 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store-dummy ---
05:47:43 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:43 [INFO] 
05:47:43 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store-dummy ---
05:47:43 [INFO] Required toolchain: jdk [ version='11' ]
05:47:43 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:43 [INFO] 
05:47:43 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store-dummy ---
05:47:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy
05:47:43 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358463144
05:47:43 [WARNING] Cannot get the branch information from the git repository: 
05:47:43 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:43 
05:47:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy
05:47:43 [INFO] Storing buildScmBranch: UNKNOWN
05:47:43 [INFO] 
05:47:43 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store-dummy ---
05:47:43 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy/target/jacoco.exec
05:47:43 [INFO] 
05:47:43 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-store-dummy ---
05:47:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy/src/main/resources
05:47:43 [INFO] 
05:47:43 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-store-dummy ---
05:47:43 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:43 [INFO] Changes detected - recompiling the module!
05:47:43 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy/target/classes
05:47:44 [INFO] 
05:47:44 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-store-dummy ---
05:47:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy/src/test/resources
05:47:44 [INFO] 
05:47:44 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-store-dummy ---
05:47:44 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:44 [INFO] No sources to compile
05:47:44 [INFO] 
05:47:44 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-store-dummy ---
05:47:44 [INFO] Tests are skipped.
05:47:44 [INFO] 
05:47:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-store-dummy ---
05:47:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:44 [INFO] 
05:47:44 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-store-dummy ---
05:47:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy/target/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.jar
05:47:44 [INFO] 
05:47:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-store-dummy ---
05:47:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy/target/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT-sources.jar
05:47:44 [INFO] 
05:47:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-store-dummy ---
05:47:44 [INFO] 
05:47:44 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-store-dummy ---
05:47:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy/target/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.jar
05:47:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.pom
05:47:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset-store/dummy/target/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT-sources.jar
05:47:44 [INFO] 
05:47:44 [INFO] ----------< org.eclipse.kapua:kapua-device-management-bundle >----------
05:47:44 [INFO] Building kapua-device-management-bundle 2.1.0-SNAPSHOT          [92/229]
05:47:44 [INFO]   from service/device/management/bundle/pom.xml
05:47:44 [INFO] --------------------------------[ pom ]---------------------------------
05:47:44 [INFO] 
05:47:44 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle ---
05:47:44 [INFO] 
05:47:44 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle ---
05:47:44 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:44 [INFO] 
05:47:44 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle ---
05:47:44 [INFO] Required toolchain: jdk [ version='11' ]
05:47:44 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:44 [INFO] 
05:47:44 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle ---
05:47:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/bundle' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle
05:47:44 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358464562
05:47:44 [WARNING] Cannot get the branch information from the git repository: 
05:47:44 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:44 
05:47:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/bundle' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle
05:47:44 [INFO] Storing buildScmBranch: UNKNOWN
05:47:44 [INFO] 
05:47:44 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle ---
05:47:44 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/target/jacoco.exec
05:47:44 [INFO] 
05:47:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle ---
05:47:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:44 [INFO] 
05:47:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle ---
05:47:44 [INFO] 
05:47:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle ---
05:47:44 [INFO] 
05:47:44 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle ---
05:47:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle/2.1.0-SNAPSHOT/kapua-device-management-bundle-2.1.0-SNAPSHOT.pom
05:47:44 [INFO] 
05:47:44 [INFO] --------< org.eclipse.kapua:kapua-device-management-bundle-api >--------
05:47:44 [INFO] Building kapua-device-management-bundle-api 2.1.0-SNAPSHOT      [93/229]
05:47:44 [INFO]   from service/device/management/bundle/api/pom.xml
05:47:44 [INFO] --------------------------------[ jar ]---------------------------------
05:47:44 [INFO] 
05:47:44 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle-api ---
05:47:44 [INFO] 
05:47:44 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-api ---
05:47:44 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:44 [INFO] 
05:47:44 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-api ---
05:47:44 [INFO] Required toolchain: jdk [ version='11' ]
05:47:44 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:44 [INFO] 
05:47:44 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-api ---
05:47:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api
05:47:44 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358464677
05:47:44 [WARNING] Cannot get the branch information from the git repository: 
05:47:44 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:44 
05:47:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api
05:47:44 [INFO] Storing buildScmBranch: UNKNOWN
05:47:44 [INFO] 
05:47:44 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-api ---
05:47:44 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api/target/jacoco.exec
05:47:44 [INFO] 
05:47:44 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-api ---
05:47:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api/src/main/resources
05:47:44 [INFO] 
05:47:44 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-api ---
05:47:44 [INFO] Copying 1 resource
05:47:44 [INFO] 
05:47:44 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-api ---
05:47:44 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:44 [INFO] Changes detected - recompiling the module!
05:47:44 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api/target/classes
05:47:45 [INFO] 
05:47:45 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-bundle-api ---
05:47:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api/src/test/resources
05:47:45 [INFO] 
05:47:45 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-bundle-api ---
05:47:45 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:45 [INFO] No sources to compile
05:47:45 [INFO] 
05:47:45 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-bundle-api ---
05:47:45 [INFO] Tests are skipped.
05:47:45 [INFO] 
05:47:45 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle-api ---
05:47:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:45 [INFO] 
05:47:45 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-bundle-api ---
05:47:45 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api/target/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
05:47:45 [INFO] 
05:47:45 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle-api ---
05:47:45 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api/target/kapua-device-management-bundle-api-2.1.0-SNAPSHOT-sources.jar
05:47:45 [INFO] 
05:47:45 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle-api ---
05:47:45 [INFO] 
05:47:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle-api ---
05:47:45 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api/target/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle-api/2.1.0-SNAPSHOT/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
05:47:45 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle-api/2.1.0-SNAPSHOT/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.pom
05:47:45 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/api/target/kapua-device-management-bundle-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle-api/2.1.0-SNAPSHOT/kapua-device-management-bundle-api-2.1.0-SNAPSHOT-sources.jar
05:47:45 [INFO] 
05:47:45 [INFO] -----< org.eclipse.kapua:kapua-device-management-bundle-internal >------
05:47:45 [INFO] Building kapua-device-management-bundle-internal 2.1.0-SNAPSHOT [94/229]
05:47:45 [INFO]   from service/device/management/bundle/internal/pom.xml
05:47:45 [INFO] --------------------------------[ jar ]---------------------------------
05:47:45 [INFO] 
05:47:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle-internal ---
05:47:45 [INFO] 
05:47:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-internal ---
05:47:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:45 [INFO] 
05:47:45 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-internal ---
05:47:46 [INFO] Required toolchain: jdk [ version='11' ]
05:47:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:46 [INFO] 
05:47:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-internal ---
05:47:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal
05:47:46 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358466029
05:47:46 [WARNING] Cannot get the branch information from the git repository: 
05:47:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:46 
05:47:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal
05:47:46 [INFO] Storing buildScmBranch: UNKNOWN
05:47:46 [INFO] 
05:47:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-internal ---
05:47:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal/target/jacoco.exec
05:47:46 [INFO] 
05:47:46 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-internal ---
05:47:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal/src/main/resources
05:47:46 [INFO] 
05:47:46 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-internal ---
05:47:46 [INFO] Copying 1 resource
05:47:46 [INFO] 
05:47:46 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-internal ---
05:47:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:46 [INFO] Changes detected - recompiling the module!
05:47:46 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal/target/classes
05:47:47 [INFO] 
05:47:47 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-bundle-internal ---
05:47:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal/src/test/resources
05:47:47 [INFO] 
05:47:47 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-bundle-internal ---
05:47:47 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:47 [INFO] No sources to compile
05:47:47 [INFO] 
05:47:47 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-bundle-internal ---
05:47:47 [INFO] Tests are skipped.
05:47:47 [INFO] 
05:47:47 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle-internal ---
05:47:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:47 [INFO] 
05:47:47 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-bundle-internal ---
05:47:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal/target/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar
05:47:47 [INFO] 
05:47:47 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle-internal ---
05:47:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal/target/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT-sources.jar
05:47:47 [INFO] 
05:47:47 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle-internal ---
05:47:47 [INFO] 
05:47:47 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle-internal ---
05:47:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal/target/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle-internal/2.1.0-SNAPSHOT/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar
05:47:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle-internal/2.1.0-SNAPSHOT/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.pom
05:47:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/internal/target/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle-internal/2.1.0-SNAPSHOT/kapua-device-management-bundle-internal-2.1.0-SNAPSHOT-sources.jar
05:47:47 [INFO] 
05:47:47 [INFO] ---------< org.eclipse.kapua:kapua-device-management-command >----------
05:47:47 [INFO] Building kapua-device-management-command 2.1.0-SNAPSHOT         [95/229]
05:47:47 [INFO]   from service/device/management/command/pom.xml
05:47:47 [INFO] --------------------------------[ pom ]---------------------------------
05:47:47 [INFO] 
05:47:47 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command ---
05:47:47 [INFO] 
05:47:47 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command ---
05:47:47 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:47 [INFO] 
05:47:47 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command ---
05:47:47 [INFO] Required toolchain: jdk [ version='11' ]
05:47:47 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:47 [INFO] 
05:47:47 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command ---
05:47:47 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/command' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:47 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/command
05:47:47 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358467869
05:47:47 [WARNING] Cannot get the branch information from the git repository: 
05:47:47 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:47 
05:47:47 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/command' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:47 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/command
05:47:47 [INFO] Storing buildScmBranch: UNKNOWN
05:47:47 [INFO] 
05:47:47 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command ---
05:47:47 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/command/target/jacoco.exec
05:47:47 [INFO] 
05:47:47 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command ---
05:47:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:47 [INFO] 
05:47:47 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command ---
05:47:47 [INFO] 
05:47:47 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command ---
05:47:47 [INFO] 
05:47:47 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command ---
05:47:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command/2.1.0-SNAPSHOT/kapua-device-management-command-2.1.0-SNAPSHOT.pom
05:47:47 [INFO] 
05:47:47 [INFO] -------< org.eclipse.kapua:kapua-device-management-command-api >--------
05:47:47 [INFO] Building kapua-device-management-command-api 2.1.0-SNAPSHOT     [96/229]
05:47:47 [INFO]   from service/device/management/command/api/pom.xml
05:47:47 [INFO] --------------------------------[ jar ]---------------------------------
05:47:47 [INFO] 
05:47:47 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command-api ---
05:47:47 [INFO] 
05:47:47 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-api ---
05:47:47 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:47 [INFO] 
05:47:47 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-api ---
05:47:47 [INFO] Required toolchain: jdk [ version='11' ]
05:47:47 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:47 [INFO] 
05:47:47 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-api ---
05:47:47 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/command/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:47 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/command/api
05:47:47 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358467958
05:47:47 [WARNING] Cannot get the branch information from the git repository: 
05:47:47 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:47 
05:47:47 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/command/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:47 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/command/api
05:47:47 [INFO] Storing buildScmBranch: UNKNOWN
05:47:47 [INFO] 
05:47:47 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-api ---
05:47:47 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/command/api/target/jacoco.exec
05:47:47 [INFO] 
05:47:47 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-api ---
05:47:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/command/api/src/main/resources
05:47:47 [INFO] 
05:47:47 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-api ---
05:47:47 [INFO] Copying 1 resource
05:47:47 [INFO] 
05:47:47 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-api ---
05:47:47 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:47 [INFO] Changes detected - recompiling the module!
05:47:47 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/command/api/target/classes
05:47:49 [INFO] 
05:47:49 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-command-api ---
05:47:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/command/api/src/test/resources
05:47:49 [INFO] 
05:47:49 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-command-api ---
05:47:49 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:49 [INFO] No sources to compile
05:47:49 [INFO] 
05:47:49 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-command-api ---
05:47:49 [INFO] Tests are skipped.
05:47:49 [INFO] 
05:47:49 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command-api ---
05:47:49 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:49 [INFO] 
05:47:49 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-command-api ---
05:47:49 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/command/api/target/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
05:47:49 [INFO] 
05:47:49 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command-api ---
05:47:49 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/command/api/target/kapua-device-management-command-api-2.1.0-SNAPSHOT-sources.jar
05:47:49 [INFO] 
05:47:49 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command-api ---
05:47:49 [INFO] 
05:47:49 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command-api ---
05:47:49 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/api/target/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command-api/2.1.0-SNAPSHOT/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
05:47:49 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command-api/2.1.0-SNAPSHOT/kapua-device-management-command-api-2.1.0-SNAPSHOT.pom
05:47:49 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/api/target/kapua-device-management-command-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command-api/2.1.0-SNAPSHOT/kapua-device-management-command-api-2.1.0-SNAPSHOT-sources.jar
05:47:49 [INFO] 
05:47:49 [INFO] -----< org.eclipse.kapua:kapua-device-management-command-internal >-----
05:47:49 [INFO] Building kapua-device-management-command-internal 2.1.0-SNAPSHOT [97/229]
05:47:49 [INFO]   from service/device/management/command/internal/pom.xml
05:47:49 [INFO] --------------------------------[ jar ]---------------------------------
05:47:49 [INFO] 
05:47:49 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command-internal ---
05:47:49 [INFO] 
05:47:49 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-internal ---
05:47:49 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:49 [INFO] 
05:47:49 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-internal ---
05:47:49 [INFO] Required toolchain: jdk [ version='11' ]
05:47:49 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:49 [INFO] 
05:47:49 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-internal ---
05:47:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/command/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal
05:47:49 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358469381
05:47:49 [WARNING] Cannot get the branch information from the git repository: 
05:47:49 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:49 
05:47:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/command/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal
05:47:49 [INFO] Storing buildScmBranch: UNKNOWN
05:47:49 [INFO] 
05:47:49 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-internal ---
05:47:49 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/command/internal/target/jacoco.exec
05:47:49 [INFO] 
05:47:49 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-internal ---
05:47:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal/src/main/resources
05:47:49 [INFO] 
05:47:49 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-internal ---
05:47:49 [INFO] Copying 1 resource
05:47:49 [INFO] 
05:47:49 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-internal ---
05:47:49 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:49 [INFO] Changes detected - recompiling the module!
05:47:49 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal/target/classes
05:47:51 [INFO] 
05:47:51 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-command-internal ---
05:47:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal/src/test/resources
05:47:51 [INFO] 
05:47:51 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-command-internal ---
05:47:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:51 [INFO] No sources to compile
05:47:51 [INFO] 
05:47:51 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-command-internal ---
05:47:51 [INFO] Tests are skipped.
05:47:51 [INFO] 
05:47:51 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command-internal ---
05:47:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:51 [INFO] 
05:47:51 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-command-internal ---
05:47:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal/target/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
05:47:51 [INFO] 
05:47:51 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command-internal ---
05:47:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal/target/kapua-device-management-command-internal-2.1.0-SNAPSHOT-sources.jar
05:47:51 [INFO] 
05:47:51 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command-internal ---
05:47:51 [INFO] 
05:47:51 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command-internal ---
05:47:51 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal/target/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command-internal/2.1.0-SNAPSHOT/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
05:47:51 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command-internal/2.1.0-SNAPSHOT/kapua-device-management-command-internal-2.1.0-SNAPSHOT.pom
05:47:51 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/internal/target/kapua-device-management-command-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command-internal/2.1.0-SNAPSHOT/kapua-device-management-command-internal-2.1.0-SNAPSHOT-sources.jar
05:47:51 [INFO] 
05:47:51 [INFO] ------< org.eclipse.kapua:kapua-device-management-configuration >-------
05:47:51 [INFO] Building kapua-device-management-configuration 2.1.0-SNAPSHOT   [98/229]
05:47:51 [INFO]   from service/device/management/configuration/pom.xml
05:47:51 [INFO] --------------------------------[ pom ]---------------------------------
05:47:51 [INFO] 
05:47:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration ---
05:47:51 [INFO] 
05:47:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration ---
05:47:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:51 [INFO] 
05:47:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration ---
05:47:51 [INFO] Required toolchain: jdk [ version='11' ]
05:47:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:51 [INFO] 
05:47:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration ---
05:47:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration
05:47:51 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358471344
05:47:51 [WARNING] Cannot get the branch information from the git repository: 
05:47:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:51 
05:47:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration
05:47:51 [INFO] Storing buildScmBranch: UNKNOWN
05:47:51 [INFO] 
05:47:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration ---
05:47:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/target/jacoco.exec
05:47:51 [INFO] 
05:47:51 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration ---
05:47:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:51 [INFO] 
05:47:51 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration ---
05:47:51 [INFO] 
05:47:51 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration ---
05:47:51 [INFO] 
05:47:51 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration ---
05:47:51 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration/2.1.0-SNAPSHOT/kapua-device-management-configuration-2.1.0-SNAPSHOT.pom
05:47:51 [INFO] 
05:47:51 [INFO] ----< org.eclipse.kapua:kapua-device-management-configuration-api >-----
05:47:51 [INFO] Building kapua-device-management-configuration-api 2.1.0-SNAPSHOT [99/229]
05:47:51 [INFO]   from service/device/management/configuration/api/pom.xml
05:47:51 [INFO] --------------------------------[ jar ]---------------------------------
05:47:51 [INFO] 
05:47:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-api ---
05:47:51 [INFO] 
05:47:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-api ---
05:47:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:51 [INFO] 
05:47:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-api ---
05:47:51 [INFO] Required toolchain: jdk [ version='11' ]
05:47:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:51 [INFO] 
05:47:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-api ---
05:47:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api
05:47:51 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358471448
05:47:51 [WARNING] Cannot get the branch information from the git repository: 
05:47:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:51 
05:47:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api
05:47:51 [INFO] Storing buildScmBranch: UNKNOWN
05:47:51 [INFO] 
05:47:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-api ---
05:47:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api/target/jacoco.exec
05:47:51 [INFO] 
05:47:51 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-api ---
05:47:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api/src/main/resources
05:47:51 [INFO] 
05:47:51 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-api ---
05:47:51 [INFO] Copying 1 resource
05:47:51 [INFO] 
05:47:51 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-api ---
05:47:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:51 [INFO] Changes detected - recompiling the module!
05:47:51 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api/target/classes
05:47:53 [INFO] 
05:47:53 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-api ---
05:47:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api/src/test/resources
05:47:53 [INFO] 
05:47:53 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-api ---
05:47:53 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:53 [INFO] No sources to compile
05:47:53 [INFO] 
05:47:53 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-api ---
05:47:53 [INFO] Tests are skipped.
05:47:53 [INFO] 
05:47:53 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-api ---
05:47:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:53 [INFO] 
05:47:53 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-api ---
05:47:53 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api/target/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
05:47:53 [INFO] 
05:47:53 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-api ---
05:47:53 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api/target/kapua-device-management-configuration-api-2.1.0-SNAPSHOT-sources.jar
05:47:53 [INFO] 
05:47:53 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-api ---
05:47:53 [INFO] 
05:47:53 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-api ---
05:47:53 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api/target/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
05:47:53 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.pom
05:47:53 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/api/target/kapua-device-management-configuration-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-api-2.1.0-SNAPSHOT-sources.jar
05:47:53 [INFO] 
05:47:53 [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-message-api >--
05:47:53 [INFO] Building kapua-device-management-configuration-message-api 2.1.0-SNAPSHOT [100/229]
05:47:53 [INFO]   from service/device/management/configuration/message-api/pom.xml
05:47:53 [INFO] --------------------------------[ jar ]---------------------------------
05:47:53 [INFO] 
05:47:53 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-message-api ---
05:47:53 [INFO] 
05:47:53 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-message-api ---
05:47:53 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:53 [INFO] 
05:47:53 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-message-api ---
05:47:53 [INFO] Required toolchain: jdk [ version='11' ]
05:47:53 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:53 [INFO] 
05:47:53 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-message-api ---
05:47:53 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:53 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api
05:47:53 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358473156
05:47:53 [WARNING] Cannot get the branch information from the git repository: 
05:47:53 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:53 
05:47:53 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:53 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api
05:47:53 [INFO] Storing buildScmBranch: UNKNOWN
05:47:53 [INFO] 
05:47:53 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-message-api ---
05:47:53 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api/target/jacoco.exec
05:47:53 [INFO] 
05:47:53 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-message-api ---
05:47:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api/src/main/resources
05:47:53 [INFO] 
05:47:53 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-message-api ---
05:47:53 [INFO] Copying 1 resource
05:47:53 [INFO] 
05:47:53 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-message-api ---
05:47:53 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:53 [INFO] Changes detected - recompiling the module!
05:47:53 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api/target/classes
05:47:54 [INFO] 
05:47:54 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-message-api ---
05:47:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api/src/test/resources
05:47:54 [INFO] 
05:47:54 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-message-api ---
05:47:54 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:54 [INFO] No sources to compile
05:47:54 [INFO] 
05:47:54 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-message-api ---
05:47:54 [INFO] Tests are skipped.
05:47:54 [INFO] 
05:47:54 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-message-api ---
05:47:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:54 [INFO] 
05:47:54 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-message-api ---
05:47:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api/target/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar
05:47:54 [INFO] 
05:47:54 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-message-api ---
05:47:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api/target/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT-sources.jar
05:47:54 [INFO] 
05:47:54 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-message-api ---
05:47:54 [INFO] 
05:47:54 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-message-api ---
05:47:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api/target/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-message-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar
05:47:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-message-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.pom
05:47:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/message-api/target/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-message-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT-sources.jar
05:47:54 [INFO] 
05:47:54 [INFO] ---< org.eclipse.kapua:kapua-device-management-configuration-store >----
05:47:54 [INFO] Building kapua-device-management-configuration-store 2.1.0-SNAPSHOT [101/229]
05:47:54 [INFO]   from service/device/management/configuration-store/pom.xml
05:47:54 [INFO] --------------------------------[ pom ]---------------------------------
05:47:54 [INFO] 
05:47:54 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-store ---
05:47:54 [INFO] 
05:47:54 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store ---
05:47:54 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:54 [INFO] 
05:47:54 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store ---
05:47:54 [INFO] Required toolchain: jdk [ version='11' ]
05:47:54 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:54 [INFO] 
05:47:54 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store ---
05:47:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store
05:47:54 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358474493
05:47:54 [WARNING] Cannot get the branch information from the git repository: 
05:47:54 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:54 
05:47:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store
05:47:54 [INFO] Storing buildScmBranch: UNKNOWN
05:47:54 [INFO] 
05:47:54 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store ---
05:47:54 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/target/jacoco.exec
05:47:54 [INFO] 
05:47:54 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-store ---
05:47:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:54 [INFO] 
05:47:54 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-store ---
05:47:54 [INFO] 
05:47:54 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-store ---
05:47:54 [INFO] 
05:47:54 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-store ---
05:47:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-store/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-2.1.0-SNAPSHOT.pom
05:47:54 [INFO] 
05:47:54 [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-store-api >--
05:47:54 [INFO] Building kapua-device-management-configuration-store-api 2.1.0-SNAPSHOT [102/229]
05:47:54 [INFO]   from service/device/management/configuration-store/api/pom.xml
05:47:54 [INFO] --------------------------------[ jar ]---------------------------------
05:47:54 [INFO] 
05:47:54 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-store-api ---
05:47:54 [INFO] 
05:47:54 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store-api ---
05:47:54 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:54 [INFO] 
05:47:54 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store-api ---
05:47:54 [INFO] Required toolchain: jdk [ version='11' ]
05:47:54 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:54 [INFO] 
05:47:54 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store-api ---
05:47:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api
05:47:54 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358474576
05:47:54 [WARNING] Cannot get the branch information from the git repository: 
05:47:54 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:54 
05:47:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api
05:47:54 [INFO] Storing buildScmBranch: UNKNOWN
05:47:54 [INFO] 
05:47:54 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store-api ---
05:47:54 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api/target/jacoco.exec
05:47:54 [INFO] 
05:47:54 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-store-api ---
05:47:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api/src/main/resources
05:47:54 [INFO] 
05:47:54 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-store-api ---
05:47:54 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:54 [INFO] Changes detected - recompiling the module!
05:47:54 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api/target/classes
05:47:55 [INFO] 
05:47:55 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-store-api ---
05:47:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api/src/test/resources
05:47:55 [INFO] 
05:47:55 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-store-api ---
05:47:55 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:55 [INFO] No sources to compile
05:47:55 [INFO] 
05:47:55 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-store-api ---
05:47:55 [INFO] Tests are skipped.
05:47:55 [INFO] 
05:47:55 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-store-api ---
05:47:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:55 [INFO] 
05:47:55 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-store-api ---
05:47:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api/target/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
05:47:55 [INFO] 
05:47:55 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-store-api ---
05:47:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api/target/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT-sources.jar
05:47:55 [INFO] 
05:47:55 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-store-api ---
05:47:55 [INFO] 
05:47:55 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-store-api ---
05:47:55 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api/target/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
05:47:55 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.pom
05:47:55 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/api/target/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-api/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT-sources.jar
05:47:55 [INFO] 
05:47:55 [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-internal >--
05:47:55 [INFO] Building kapua-device-management-configuration-internal 2.1.0-SNAPSHOT [103/229]
05:47:55 [INFO]   from service/device/management/configuration/internal/pom.xml
05:47:55 [INFO] --------------------------------[ jar ]---------------------------------
05:47:55 [INFO] 
05:47:55 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-internal ---
05:47:55 [INFO] 
05:47:55 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-internal ---
05:47:56 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:56 [INFO] 
05:47:56 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-internal ---
05:47:56 [INFO] Required toolchain: jdk [ version='11' ]
05:47:56 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:56 [INFO] 
05:47:56 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-internal ---
05:47:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal
05:47:56 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358476099
05:47:56 [WARNING] Cannot get the branch information from the git repository: 
05:47:56 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:56 
05:47:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal
05:47:56 [INFO] Storing buildScmBranch: UNKNOWN
05:47:56 [INFO] 
05:47:56 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-internal ---
05:47:56 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal/target/jacoco.exec
05:47:56 [INFO] 
05:47:56 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-internal ---
05:47:56 [INFO] Copying 1 resource
05:47:56 [INFO] 
05:47:56 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-internal ---
05:47:56 [INFO] Copying 1 resource
05:47:56 [INFO] 
05:47:56 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-internal ---
05:47:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:56 [INFO] Changes detected - recompiling the module!
05:47:56 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal/target/classes
05:47:58 [INFO] 
05:47:58 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-internal ---
05:47:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal/src/test/resources
05:47:58 [INFO] 
05:47:58 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-internal ---
05:47:58 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:58 [INFO] No sources to compile
05:47:58 [INFO] 
05:47:58 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-internal ---
05:47:58 [INFO] Tests are skipped.
05:47:58 [INFO] 
05:47:58 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-internal ---
05:47:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:58 [INFO] 
05:47:58 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-internal ---
05:47:58 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal/target/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar
05:47:58 [INFO] 
05:47:58 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-internal ---
05:47:58 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal/target/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT-sources.jar
05:47:58 [INFO] 
05:47:58 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-internal ---
05:47:58 [INFO] 
05:47:58 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-internal ---
05:47:58 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal/target/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-internal/2.1.0-SNAPSHOT/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar
05:47:58 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-internal/2.1.0-SNAPSHOT/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.pom
05:47:58 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/internal/target/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-internal/2.1.0-SNAPSHOT/kapua-device-management-configuration-internal-2.1.0-SNAPSHOT-sources.jar
05:47:58 [INFO] 
05:47:58 [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-store-dummy >--
05:47:58 [INFO] Building kapua-device-management-configuration-store-dummy 2.1.0-SNAPSHOT [104/229]
05:47:58 [INFO]   from service/device/management/configuration-store/dummy/pom.xml
05:47:58 [INFO] --------------------------------[ jar ]---------------------------------
05:47:58 [INFO] 
05:47:58 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-store-dummy ---
05:47:58 [INFO] 
05:47:58 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store-dummy ---
05:47:58 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:58 [INFO] 
05:47:58 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store-dummy ---
05:47:58 [INFO] Required toolchain: jdk [ version='11' ]
05:47:58 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:58 [INFO] 
05:47:58 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store-dummy ---
05:47:58 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:58 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy
05:47:58 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358478231
05:47:58 [WARNING] Cannot get the branch information from the git repository: 
05:47:58 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:58 
05:47:58 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:58 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy
05:47:58 [INFO] Storing buildScmBranch: UNKNOWN
05:47:58 [INFO] 
05:47:58 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store-dummy ---
05:47:58 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy/target/jacoco.exec
05:47:58 [INFO] 
05:47:58 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-store-dummy ---
05:47:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy/src/main/resources
05:47:58 [INFO] 
05:47:58 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-store-dummy ---
05:47:58 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:58 [INFO] Changes detected - recompiling the module!
05:47:58 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy/target/classes
05:47:59 [INFO] 
05:47:59 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-store-dummy ---
05:47:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy/src/test/resources
05:47:59 [INFO] 
05:47:59 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-store-dummy ---
05:47:59 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:59 [INFO] No sources to compile
05:47:59 [INFO] 
05:47:59 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-store-dummy ---
05:47:59 [INFO] Tests are skipped.
05:47:59 [INFO] 
05:47:59 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-store-dummy ---
05:47:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:59 [INFO] 
05:47:59 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-store-dummy ---
05:47:59 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy/target/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.jar
05:47:59 [INFO] 
05:47:59 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-store-dummy ---
05:47:59 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy/target/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT-sources.jar
05:47:59 [INFO] 
05:47:59 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-store-dummy ---
05:47:59 [INFO] 
05:47:59 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-store-dummy ---
05:47:59 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy/target/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.jar
05:47:59 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.pom
05:47:59 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration-store/dummy/target/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-store-dummy/2.1.0-SNAPSHOT/kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT-sources.jar
05:47:59 [INFO] 
05:47:59 [INFO] --------< org.eclipse.kapua:kapua-device-management-inventory >---------
05:47:59 [INFO] Building kapua-device-management-inventory 2.1.0-SNAPSHOT      [105/229]
05:47:59 [INFO]   from service/device/management/inventory/pom.xml
05:47:59 [INFO] --------------------------------[ pom ]---------------------------------
05:47:59 [INFO] 
05:47:59 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-inventory ---
05:47:59 [INFO] 
05:47:59 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory ---
05:47:59 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:59 [INFO] 
05:47:59 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory ---
05:47:59 [INFO] Required toolchain: jdk [ version='11' ]
05:47:59 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:59 [INFO] 
05:47:59 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory ---
05:47:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/inventory' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory
05:47:59 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358479812
05:47:59 [WARNING] Cannot get the branch information from the git repository: 
05:47:59 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:59 
05:47:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/inventory' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory
05:47:59 [INFO] Storing buildScmBranch: UNKNOWN
05:47:59 [INFO] 
05:47:59 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory ---
05:47:59 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/inventory/target/jacoco.exec
05:47:59 [INFO] 
05:47:59 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-inventory ---
05:47:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:47:59 [INFO] 
05:47:59 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-inventory ---
05:47:59 [INFO] 
05:47:59 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-inventory ---
05:47:59 [INFO] 
05:47:59 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-inventory ---
05:47:59 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-inventory/2.1.0-SNAPSHOT/kapua-device-management-inventory-2.1.0-SNAPSHOT.pom
05:47:59 [INFO] 
05:47:59 [INFO] ------< org.eclipse.kapua:kapua-device-management-inventory-api >-------
05:47:59 [INFO] Building kapua-device-management-inventory-api 2.1.0-SNAPSHOT  [106/229]
05:47:59 [INFO]   from service/device/management/inventory/api/pom.xml
05:47:59 [INFO] --------------------------------[ jar ]---------------------------------
05:47:59 [INFO] 
05:47:59 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-inventory-api ---
05:47:59 [INFO] 
05:47:59 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory-api ---
05:47:59 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:47:59 [INFO] 
05:47:59 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory-api ---
05:47:59 [INFO] Required toolchain: jdk [ version='11' ]
05:47:59 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:59 [INFO] 
05:47:59 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory-api ---
05:47:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api
05:47:59 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358479945
05:47:59 [WARNING] Cannot get the branch information from the git repository: 
05:47:59 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:47:59 
05:47:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:47:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api
05:47:59 [INFO] Storing buildScmBranch: UNKNOWN
05:47:59 [INFO] 
05:47:59 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory-api ---
05:47:59 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api/target/jacoco.exec
05:47:59 [INFO] 
05:47:59 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-inventory-api ---
05:47:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api/src/main/resources
05:47:59 [INFO] 
05:47:59 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-inventory-api ---
05:47:59 [INFO] Copying 1 resource
05:47:59 [INFO] 
05:47:59 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-inventory-api ---
05:47:59 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:47:59 [INFO] Changes detected - recompiling the module!
05:47:59 [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api/target/classes
05:48:01 [INFO] 
05:48:01 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-inventory-api ---
05:48:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api/src/test/resources
05:48:01 [INFO] 
05:48:01 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-inventory-api ---
05:48:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:01 [INFO] No sources to compile
05:48:01 [INFO] 
05:48:01 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-inventory-api ---
05:48:01 [INFO] Tests are skipped.
05:48:01 [INFO] 
05:48:01 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-inventory-api ---
05:48:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:01 [INFO] 
05:48:01 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-inventory-api ---
05:48:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api/target/kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar
05:48:01 [INFO] 
05:48:01 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-inventory-api ---
05:48:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api/target/kapua-device-management-inventory-api-2.1.0-SNAPSHOT-sources.jar
05:48:01 [INFO] 
05:48:01 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-inventory-api ---
05:48:01 [INFO] 
05:48:01 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-inventory-api ---
05:48:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api/target/kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-inventory-api/2.1.0-SNAPSHOT/kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar
05:48:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-inventory-api/2.1.0-SNAPSHOT/kapua-device-management-inventory-api-2.1.0-SNAPSHOT.pom
05:48:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/api/target/kapua-device-management-inventory-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-inventory-api/2.1.0-SNAPSHOT/kapua-device-management-inventory-api-2.1.0-SNAPSHOT-sources.jar
05:48:01 [INFO] 
05:48:01 [INFO] ----< org.eclipse.kapua:kapua-device-management-inventory-internal >----
05:48:01 [INFO] Building kapua-device-management-inventory-internal 2.1.0-SNAPSHOT [107/229]
05:48:01 [INFO]   from service/device/management/inventory/internal/pom.xml
05:48:01 [INFO] --------------------------------[ jar ]---------------------------------
05:48:01 [INFO] 
05:48:01 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-inventory-internal ---
05:48:01 [INFO] 
05:48:01 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory-internal ---
05:48:01 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:01 [INFO] 
05:48:01 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory-internal ---
05:48:01 [INFO] Required toolchain: jdk [ version='11' ]
05:48:01 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:01 [INFO] 
05:48:01 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory-internal ---
05:48:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal
05:48:01 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358481562
05:48:01 [WARNING] Cannot get the branch information from the git repository: 
05:48:01 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:01 
05:48:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal
05:48:01 [INFO] Storing buildScmBranch: UNKNOWN
05:48:01 [INFO] 
05:48:01 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory-internal ---
05:48:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal/target/jacoco.exec
05:48:01 [INFO] 
05:48:01 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-inventory-internal ---
05:48:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal/src/main/resources
05:48:01 [INFO] 
05:48:01 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-inventory-internal ---
05:48:01 [INFO] Copying 1 resource
05:48:01 [INFO] 
05:48:01 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-inventory-internal ---
05:48:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:01 [INFO] Changes detected - recompiling the module!
05:48:01 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal/target/classes
05:48:03 [INFO] 
05:48:03 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-inventory-internal ---
05:48:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal/src/test/resources
05:48:03 [INFO] 
05:48:03 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-inventory-internal ---
05:48:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:03 [INFO] No sources to compile
05:48:03 [INFO] 
05:48:03 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-inventory-internal ---
05:48:03 [INFO] Tests are skipped.
05:48:03 [INFO] 
05:48:03 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-inventory-internal ---
05:48:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:03 [INFO] 
05:48:03 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-inventory-internal ---
05:48:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal/target/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar
05:48:03 [INFO] 
05:48:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-inventory-internal ---
05:48:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal/target/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT-sources.jar
05:48:03 [INFO] 
05:48:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-inventory-internal ---
05:48:03 [INFO] 
05:48:03 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-inventory-internal ---
05:48:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal/target/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-inventory-internal/2.1.0-SNAPSHOT/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar
05:48:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-inventory-internal/2.1.0-SNAPSHOT/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.pom
05:48:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/inventory/internal/target/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-inventory-internal/2.1.0-SNAPSHOT/kapua-device-management-inventory-internal-2.1.0-SNAPSHOT-sources.jar
05:48:03 [INFO] 
05:48:03 [INFO] ---------< org.eclipse.kapua:kapua-device-management-keystore >---------
05:48:03 [INFO] Building kapua-device-management-keystore 2.1.0-SNAPSHOT       [108/229]
05:48:03 [INFO]   from service/device/management/keystore/pom.xml
05:48:03 [INFO] --------------------------------[ pom ]---------------------------------
05:48:03 [INFO] 
05:48:03 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore ---
05:48:03 [INFO] 
05:48:03 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore ---
05:48:03 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:03 [INFO] 
05:48:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore ---
05:48:03 [INFO] Required toolchain: jdk [ version='11' ]
05:48:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:03 [INFO] 
05:48:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore ---
05:48:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/keystore' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore
05:48:03 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358483815
05:48:03 [WARNING] Cannot get the branch information from the git repository: 
05:48:03 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:03 
05:48:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/keystore' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore
05:48:03 [INFO] Storing buildScmBranch: UNKNOWN
05:48:03 [INFO] 
05:48:03 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore ---
05:48:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/target/jacoco.exec
05:48:03 [INFO] 
05:48:03 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore ---
05:48:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:03 [INFO] 
05:48:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore ---
05:48:03 [INFO] 
05:48:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore ---
05:48:03 [INFO] 
05:48:03 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore ---
05:48:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore/2.1.0-SNAPSHOT/kapua-device-management-keystore-2.1.0-SNAPSHOT.pom
05:48:03 [INFO] 
05:48:03 [INFO] -------< org.eclipse.kapua:kapua-device-management-keystore-api >-------
05:48:03 [INFO] Building kapua-device-management-keystore-api 2.1.0-SNAPSHOT   [109/229]
05:48:03 [INFO]   from service/device/management/keystore/api/pom.xml
05:48:03 [INFO] --------------------------------[ jar ]---------------------------------
05:48:03 [INFO] 
05:48:03 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore-api ---
05:48:03 [INFO] 
05:48:03 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-api ---
05:48:03 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:03 [INFO] 
05:48:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-api ---
05:48:03 [INFO] Required toolchain: jdk [ version='11' ]
05:48:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:03 [INFO] 
05:48:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-api ---
05:48:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api
05:48:03 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358483886
05:48:03 [WARNING] Cannot get the branch information from the git repository: 
05:48:03 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:03 
05:48:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api
05:48:03 [INFO] Storing buildScmBranch: UNKNOWN
05:48:03 [INFO] 
05:48:03 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-api ---
05:48:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api/target/jacoco.exec
05:48:03 [INFO] 
05:48:03 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-api ---
05:48:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api/src/main/resources
05:48:03 [INFO] 
05:48:03 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-api ---
05:48:03 [INFO] Copying 1 resource
05:48:03 [INFO] 
05:48:03 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-api ---
05:48:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:03 [INFO] Changes detected - recompiling the module!
05:48:03 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api/target/classes
05:48:05 [INFO] 
05:48:05 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-keystore-api ---
05:48:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api/src/test/resources
05:48:05 [INFO] 
05:48:05 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-keystore-api ---
05:48:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:05 [INFO] No sources to compile
05:48:05 [INFO] 
05:48:05 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-keystore-api ---
05:48:05 [INFO] Tests are skipped.
05:48:05 [INFO] 
05:48:05 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore-api ---
05:48:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:05 [INFO] 
05:48:05 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-keystore-api ---
05:48:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api/target/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar
05:48:05 [INFO] 
05:48:05 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore-api ---
05:48:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api/target/kapua-device-management-keystore-api-2.1.0-SNAPSHOT-sources.jar
05:48:05 [INFO] 
05:48:05 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore-api ---
05:48:05 [INFO] 
05:48:05 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore-api ---
05:48:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api/target/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore-api/2.1.0-SNAPSHOT/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar
05:48:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore-api/2.1.0-SNAPSHOT/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.pom
05:48:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/api/target/kapua-device-management-keystore-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore-api/2.1.0-SNAPSHOT/kapua-device-management-keystore-api-2.1.0-SNAPSHOT-sources.jar
05:48:05 [INFO] 
05:48:05 [INFO] ----< org.eclipse.kapua:kapua-device-management-keystore-internal >-----
05:48:05 [INFO] Building kapua-device-management-keystore-internal 2.1.0-SNAPSHOT [110/229]
05:48:05 [INFO]   from service/device/management/keystore/internal/pom.xml
05:48:05 [INFO] --------------------------------[ jar ]---------------------------------
05:48:05 [INFO] 
05:48:05 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore-internal ---
05:48:05 [INFO] 
05:48:05 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-internal ---
05:48:05 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:05 [INFO] 
05:48:05 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-internal ---
05:48:05 [INFO] Required toolchain: jdk [ version='11' ]
05:48:05 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:05 [INFO] 
05:48:05 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-internal ---
05:48:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal
05:48:05 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358485505
05:48:05 [WARNING] Cannot get the branch information from the git repository: 
05:48:05 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:05 
05:48:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal
05:48:05 [INFO] Storing buildScmBranch: UNKNOWN
05:48:05 [INFO] 
05:48:05 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-internal ---
05:48:05 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal/target/jacoco.exec
05:48:05 [INFO] 
05:48:05 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-internal ---
05:48:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal/src/main/resources
05:48:05 [INFO] 
05:48:05 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-internal ---
05:48:05 [INFO] Copying 1 resource
05:48:05 [INFO] 
05:48:05 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-internal ---
05:48:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:05 [INFO] Changes detected - recompiling the module!
05:48:05 [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal/target/classes
05:48:07 [INFO] 
05:48:07 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-keystore-internal ---
05:48:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal/src/test/resources
05:48:07 [INFO] 
05:48:07 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-keystore-internal ---
05:48:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:07 [INFO] No sources to compile
05:48:07 [INFO] 
05:48:07 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-keystore-internal ---
05:48:07 [INFO] Tests are skipped.
05:48:07 [INFO] 
05:48:07 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore-internal ---
05:48:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:07 [INFO] 
05:48:07 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-keystore-internal ---
05:48:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal/target/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar
05:48:07 [INFO] 
05:48:07 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore-internal ---
05:48:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal/target/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT-sources.jar
05:48:07 [INFO] 
05:48:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore-internal ---
05:48:07 [INFO] 
05:48:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore-internal ---
05:48:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal/target/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore-internal/2.1.0-SNAPSHOT/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar
05:48:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore-internal/2.1.0-SNAPSHOT/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.pom
05:48:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/internal/target/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore-internal/2.1.0-SNAPSHOT/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT-sources.jar
05:48:07 [INFO] 
05:48:07 [INFO] ---------< org.eclipse.kapua:kapua-device-management-packages >---------
05:48:07 [INFO] Building kapua-device-management-packages 2.1.0-SNAPSHOT       [111/229]
05:48:07 [INFO]   from service/device/management/packages/pom.xml
05:48:07 [INFO] --------------------------------[ pom ]---------------------------------
05:48:07 [INFO] 
05:48:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages ---
05:48:07 [INFO] 
05:48:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages ---
05:48:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:07 [INFO] 
05:48:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages ---
05:48:07 [INFO] Required toolchain: jdk [ version='11' ]
05:48:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:07 [INFO] 
05:48:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages ---
05:48:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/packages' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/packages
05:48:07 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358487826
05:48:07 [WARNING] Cannot get the branch information from the git repository: 
05:48:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:07 
05:48:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/packages' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/packages
05:48:07 [INFO] Storing buildScmBranch: UNKNOWN
05:48:07 [INFO] 
05:48:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages ---
05:48:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/packages/target/jacoco.exec
05:48:07 [INFO] 
05:48:07 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages ---
05:48:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:07 [INFO] 
05:48:07 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages ---
05:48:07 [INFO] 
05:48:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages ---
05:48:07 [INFO] 
05:48:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages ---
05:48:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages/2.1.0-SNAPSHOT/kapua-device-management-packages-2.1.0-SNAPSHOT.pom
05:48:07 [INFO] 
05:48:07 [INFO] -------< org.eclipse.kapua:kapua-device-management-packages-api >-------
05:48:07 [INFO] Building kapua-device-management-packages-api 2.1.0-SNAPSHOT   [112/229]
05:48:07 [INFO]   from service/device/management/packages/api/pom.xml
05:48:07 [INFO] --------------------------------[ jar ]---------------------------------
05:48:07 [INFO] 
05:48:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages-api ---
05:48:07 [INFO] 
05:48:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-api ---
05:48:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:07 [INFO] 
05:48:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-api ---
05:48:07 [INFO] Required toolchain: jdk [ version='11' ]
05:48:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:07 [INFO] 
05:48:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-api ---
05:48:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/packages/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api
05:48:07 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358487940
05:48:07 [WARNING] Cannot get the branch information from the git repository: 
05:48:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:07 
05:48:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/packages/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api
05:48:07 [INFO] Storing buildScmBranch: UNKNOWN
05:48:07 [INFO] 
05:48:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-api ---
05:48:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/packages/api/target/jacoco.exec
05:48:07 [INFO] 
05:48:07 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-api ---
05:48:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api/src/main/resources
05:48:07 [INFO] 
05:48:07 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-api ---
05:48:07 [INFO] Copying 1 resource
05:48:07 [INFO] 
05:48:07 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-api ---
05:48:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:07 [INFO] Changes detected - recompiling the module!
05:48:07 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api/target/classes
05:48:09 [INFO] 
05:48:09 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-packages-api ---
05:48:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api/src/test/resources
05:48:09 [INFO] 
05:48:09 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-packages-api ---
05:48:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:09 [INFO] No sources to compile
05:48:09 [INFO] 
05:48:09 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-packages-api ---
05:48:09 [INFO] Tests are skipped.
05:48:09 [INFO] 
05:48:09 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages-api ---
05:48:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:09 [INFO] 
05:48:09 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-packages-api ---
05:48:09 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api/target/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
05:48:09 [INFO] 
05:48:09 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages-api ---
05:48:09 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api/target/kapua-device-management-packages-api-2.1.0-SNAPSHOT-sources.jar
05:48:09 [INFO] 
05:48:09 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages-api ---
05:48:09 [INFO] 
05:48:09 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages-api ---
05:48:09 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api/target/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages-api/2.1.0-SNAPSHOT/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
05:48:09 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages-api/2.1.0-SNAPSHOT/kapua-device-management-packages-api-2.1.0-SNAPSHOT.pom
05:48:09 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/api/target/kapua-device-management-packages-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages-api/2.1.0-SNAPSHOT/kapua-device-management-packages-api-2.1.0-SNAPSHOT-sources.jar
05:48:09 [INFO] 
05:48:09 [INFO] ----< org.eclipse.kapua:kapua-device-management-registry-internal >-----
05:48:09 [INFO] Building kapua-device-management-registry-internal 2.1.0-SNAPSHOT [113/229]
05:48:09 [INFO]   from service/device/management/registry/internal/pom.xml
05:48:09 [INFO] --------------------------------[ jar ]---------------------------------
05:48:09 [INFO] 
05:48:09 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-registry-internal ---
05:48:09 [INFO] 
05:48:09 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry-internal ---
05:48:09 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:09 [INFO] 
05:48:09 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry-internal ---
05:48:09 [INFO] Required toolchain: jdk [ version='11' ]
05:48:09 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:09 [INFO] 
05:48:09 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry-internal ---
05:48:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal
05:48:09 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358489670
05:48:09 [WARNING] Cannot get the branch information from the git repository: 
05:48:09 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:09 
05:48:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal
05:48:09 [INFO] Storing buildScmBranch: UNKNOWN
05:48:09 [INFO] 
05:48:09 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry-internal ---
05:48:09 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal/target/jacoco.exec
05:48:09 [INFO] 
05:48:09 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-registry-internal ---
05:48:09 [INFO] Copying 12 resources
05:48:09 [INFO] 
05:48:09 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-registry-internal ---
05:48:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:09 [INFO] Changes detected - recompiling the module!
05:48:09 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal/target/classes
05:48:11 [INFO] 
05:48:11 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-registry-internal ---
05:48:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal/src/test/resources
05:48:11 [INFO] 
05:48:11 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-registry-internal ---
05:48:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:11 [INFO] No sources to compile
05:48:11 [INFO] 
05:48:11 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-registry-internal ---
05:48:11 [INFO] Tests are skipped.
05:48:11 [INFO] 
05:48:11 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-registry-internal ---
05:48:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:11 [INFO] 
05:48:11 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-registry-internal ---
05:48:11 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal/target/kapua-device-management-registry-internal-2.1.0-SNAPSHOT.jar
05:48:11 [INFO] 
05:48:11 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-registry-internal ---
05:48:12 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal/target/kapua-device-management-registry-internal-2.1.0-SNAPSHOT-sources.jar
05:48:12 [INFO] 
05:48:12 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-registry-internal ---
05:48:12 [INFO] 
05:48:12 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-registry-internal ---
05:48:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal/target/kapua-device-management-registry-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-registry-internal/2.1.0-SNAPSHOT/kapua-device-management-registry-internal-2.1.0-SNAPSHOT.jar
05:48:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-registry-internal/2.1.0-SNAPSHOT/kapua-device-management-registry-internal-2.1.0-SNAPSHOT.pom
05:48:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/registry/internal/target/kapua-device-management-registry-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-registry-internal/2.1.0-SNAPSHOT/kapua-device-management-registry-internal-2.1.0-SNAPSHOT-sources.jar
05:48:12 [INFO] 
05:48:12 [INFO] ----< org.eclipse.kapua:kapua-device-management-packages-internal >-----
05:48:12 [INFO] Building kapua-device-management-packages-internal 2.1.0-SNAPSHOT [114/229]
05:48:12 [INFO]   from service/device/management/packages/internal/pom.xml
05:48:12 [INFO] --------------------------------[ jar ]---------------------------------
05:48:12 [INFO] 
05:48:12 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages-internal ---
05:48:12 [INFO] 
05:48:12 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-internal ---
05:48:12 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:12 [INFO] 
05:48:12 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-internal ---
05:48:12 [INFO] Required toolchain: jdk [ version='11' ]
05:48:12 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:12 [INFO] 
05:48:12 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-internal ---
05:48:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal
05:48:12 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358492145
05:48:12 [WARNING] Cannot get the branch information from the git repository: 
05:48:12 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:12 
05:48:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal
05:48:12 [INFO] Storing buildScmBranch: UNKNOWN
05:48:12 [INFO] 
05:48:12 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-internal ---
05:48:12 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal/target/jacoco.exec
05:48:12 [INFO] 
05:48:12 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-internal ---
05:48:12 [INFO] Copying 1 resource
05:48:12 [INFO] 
05:48:12 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-internal ---
05:48:12 [INFO] Copying 1 resource
05:48:12 [INFO] 
05:48:12 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-internal ---
05:48:12 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:12 [INFO] Changes detected - recompiling the module!
05:48:12 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal/target/classes
05:48:14 [INFO] 
05:48:14 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-packages-internal ---
05:48:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal/src/test/resources
05:48:14 [INFO] 
05:48:14 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-packages-internal ---
05:48:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:14 [INFO] No sources to compile
05:48:14 [INFO] 
05:48:14 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-packages-internal ---
05:48:14 [INFO] Tests are skipped.
05:48:14 [INFO] 
05:48:14 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages-internal ---
05:48:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:14 [INFO] 
05:48:14 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-packages-internal ---
05:48:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal/target/kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar
05:48:14 [INFO] 
05:48:14 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages-internal ---
05:48:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal/target/kapua-device-management-packages-internal-2.1.0-SNAPSHOT-sources.jar
05:48:14 [INFO] 
05:48:14 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages-internal ---
05:48:14 [INFO] 
05:48:14 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages-internal ---
05:48:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal/target/kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages-internal/2.1.0-SNAPSHOT/kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar
05:48:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages-internal/2.1.0-SNAPSHOT/kapua-device-management-packages-internal-2.1.0-SNAPSHOT.pom
05:48:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/internal/target/kapua-device-management-packages-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages-internal/2.1.0-SNAPSHOT/kapua-device-management-packages-internal-2.1.0-SNAPSHOT-sources.jar
05:48:14 [INFO] 
05:48:14 [INFO] -----< org.eclipse.kapua:kapua-device-management-request-internal >-----
05:48:14 [INFO] Building kapua-device-management-request-internal 2.1.0-SNAPSHOT [115/229]
05:48:14 [INFO]   from service/device/management/request/internal/pom.xml
05:48:14 [INFO] --------------------------------[ jar ]---------------------------------
05:48:14 [INFO] 
05:48:14 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-request-internal ---
05:48:14 [INFO] 
05:48:14 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request-internal ---
05:48:14 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:14 [INFO] 
05:48:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request-internal ---
05:48:14 [INFO] Required toolchain: jdk [ version='11' ]
05:48:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:14 [INFO] 
05:48:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request-internal ---
05:48:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/request/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal
05:48:14 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358494470
05:48:14 [WARNING] Cannot get the branch information from the git repository: 
05:48:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:14 
05:48:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/request/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal
05:48:14 [INFO] Storing buildScmBranch: UNKNOWN
05:48:14 [INFO] 
05:48:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request-internal ---
05:48:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/request/internal/target/jacoco.exec
05:48:14 [INFO] 
05:48:14 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-request-internal ---
05:48:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal/src/main/resources
05:48:14 [INFO] 
05:48:14 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-request-internal ---
05:48:14 [INFO] Copying 1 resource
05:48:14 [INFO] 
05:48:14 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-request-internal ---
05:48:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:14 [INFO] Changes detected - recompiling the module!
05:48:14 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal/target/classes
05:48:16 [INFO] 
05:48:16 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-request-internal ---
05:48:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal/src/test/resources
05:48:16 [INFO] 
05:48:16 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-request-internal ---
05:48:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:16 [INFO] No sources to compile
05:48:16 [INFO] 
05:48:16 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-request-internal ---
05:48:16 [INFO] Tests are skipped.
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-request-internal ---
05:48:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:16 [INFO] 
05:48:16 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-request-internal ---
05:48:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal/target/kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar
05:48:16 [INFO] 
05:48:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-request-internal ---
05:48:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal/target/kapua-device-management-request-internal-2.1.0-SNAPSHOT-sources.jar
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-request-internal ---
05:48:16 [INFO] 
05:48:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-request-internal ---
05:48:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal/target/kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-request-internal/2.1.0-SNAPSHOT/kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar
05:48:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-request-internal/2.1.0-SNAPSHOT/kapua-device-management-request-internal-2.1.0-SNAPSHOT.pom
05:48:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/request/internal/target/kapua-device-management-request-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-request-internal/2.1.0-SNAPSHOT/kapua-device-management-request-internal-2.1.0-SNAPSHOT-sources.jar
05:48:16 [INFO] 
05:48:16 [INFO] -----------< org.eclipse.kapua:kapua-device-management-all >------------
05:48:16 [INFO] Building kapua-device-management-all 2.1.0-SNAPSHOT            [116/229]
05:48:16 [INFO]   from service/device/management/all/pom.xml
05:48:16 [INFO] --------------------------------[ pom ]---------------------------------
05:48:16 [INFO] 
05:48:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all ---
05:48:16 [INFO] 
05:48:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all ---
05:48:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:16 [INFO] 
05:48:16 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all ---
05:48:16 [INFO] Required toolchain: jdk [ version='11' ]
05:48:16 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:16 [INFO] 
05:48:16 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all ---
05:48:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/all' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/all
05:48:16 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358496202
05:48:16 [WARNING] Cannot get the branch information from the git repository: 
05:48:16 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:16 
05:48:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/all' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/all
05:48:16 [INFO] Storing buildScmBranch: UNKNOWN
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all ---
05:48:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/all/target/jacoco.exec
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all ---
05:48:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:16 [INFO] 
05:48:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all ---
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all ---
05:48:16 [INFO] 
05:48:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all ---
05:48:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/all/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-all/2.1.0-SNAPSHOT/kapua-device-management-all-2.1.0-SNAPSHOT.pom
05:48:16 [INFO] 
05:48:16 [INFO] -------< org.eclipse.kapua:kapua-device-management-all-internal >-------
05:48:16 [INFO] Building kapua-device-management-all-internal 2.1.0-SNAPSHOT   [117/229]
05:48:16 [INFO]   from service/device/management/all/internal/pom.xml
05:48:16 [INFO] --------------------------------[ jar ]---------------------------------
05:48:16 [INFO] 
05:48:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all-internal ---
05:48:16 [INFO] 
05:48:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-internal ---
05:48:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:16 [INFO] 
05:48:16 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-internal ---
05:48:16 [INFO] Required toolchain: jdk [ version='11' ]
05:48:16 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:16 [INFO] 
05:48:16 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-internal ---
05:48:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/all/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/all/internal
05:48:16 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358496337
05:48:16 [WARNING] Cannot get the branch information from the git repository: 
05:48:16 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:16 
05:48:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/all/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/all/internal
05:48:16 [INFO] Storing buildScmBranch: UNKNOWN
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-internal ---
05:48:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/all/internal/target/jacoco.exec
05:48:16 [INFO] 
05:48:16 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-internal ---
05:48:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/all/internal/src/main/resources
05:48:16 [INFO] 
05:48:16 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-internal ---
05:48:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:16 [INFO] No sources to compile
05:48:16 [INFO] 
05:48:16 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-all-internal ---
05:48:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/all/internal/src/test/resources
05:48:16 [INFO] 
05:48:16 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-all-internal ---
05:48:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:16 [INFO] No sources to compile
05:48:16 [INFO] 
05:48:16 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-all-internal ---
05:48:16 [INFO] Tests are skipped.
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all-internal ---
05:48:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:16 [INFO] 
05:48:16 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-all-internal ---
05:48:16 [WARNING] JAR will be empty - no content was marked for inclusion!
05:48:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/all/internal/target/kapua-device-management-all-internal-2.1.0-SNAPSHOT.jar
05:48:16 [INFO] 
05:48:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all-internal ---
05:48:16 [INFO] No sources in project. Archive not created.
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all-internal ---
05:48:16 [INFO] 
05:48:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all-internal ---
05:48:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/all/internal/target/kapua-device-management-all-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-all-internal/2.1.0-SNAPSHOT/kapua-device-management-all-internal-2.1.0-SNAPSHOT.jar
05:48:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/all/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-all-internal/2.1.0-SNAPSHOT/kapua-device-management-all-internal-2.1.0-SNAPSHOT.pom
05:48:16 [INFO] 
05:48:16 [INFO] --------------< org.eclipse.kapua:kapua-translator-kapua >--------------
05:48:16 [INFO] Building kapua-translator-kapua 2.1.0-SNAPSHOT                 [118/229]
05:48:16 [INFO]   from translator/kapua/pom.xml
05:48:16 [INFO] --------------------------------[ pom ]---------------------------------
05:48:16 [INFO] 
05:48:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kapua ---
05:48:16 [INFO] 
05:48:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kapua ---
05:48:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:16 [INFO] 
05:48:16 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kapua ---
05:48:16 [INFO] Required toolchain: jdk [ version='11' ]
05:48:16 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:16 [INFO] 
05:48:16 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kapua ---
05:48:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kapua' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kapua
05:48:16 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358496686
05:48:16 [WARNING] Cannot get the branch information from the git repository: 
05:48:16 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:16 
05:48:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kapua' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kapua
05:48:16 [INFO] Storing buildScmBranch: UNKNOWN
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kapua ---
05:48:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/translator/kapua/target/jacoco.exec
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kapua ---
05:48:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:16 [INFO] 
05:48:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kapua ---
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kapua ---
05:48:16 [INFO] 
05:48:16 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kapua ---
05:48:16 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kapua/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kapua/2.1.0-SNAPSHOT/kapua-translator-kapua-2.1.0-SNAPSHOT.pom
05:48:16 [INFO] 
05:48:16 [INFO] -----------< org.eclipse.kapua:kapua-translator-kapua-kura >------------
05:48:16 [INFO] Building kapua-translator-kapua-kura 2.1.0-SNAPSHOT            [119/229]
05:48:16 [INFO]   from translator/kapua/kura/pom.xml
05:48:16 [INFO] --------------------------------[ jar ]---------------------------------
05:48:16 [INFO] 
05:48:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kapua-kura ---
05:48:16 [INFO] 
05:48:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kapua-kura ---
05:48:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:16 [INFO] 
05:48:16 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kapua-kura ---
05:48:16 [INFO] Required toolchain: jdk [ version='11' ]
05:48:16 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:16 [INFO] 
05:48:16 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kapua-kura ---
05:48:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kapua/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kapua/kura
05:48:16 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358496967
05:48:16 [WARNING] Cannot get the branch information from the git repository: 
05:48:16 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:16 
05:48:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kapua/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kapua/kura
05:48:16 [INFO] Storing buildScmBranch: UNKNOWN
05:48:16 [INFO] 
05:48:16 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kapua-kura ---
05:48:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/translator/kapua/kura/target/jacoco.exec
05:48:16 [INFO] 
05:48:16 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kapua-kura ---
05:48:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/translator/kapua/kura/src/main/resources
05:48:16 [INFO] 
05:48:16 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kapua-kura ---
05:48:16 [INFO] Copying 1 resource
05:48:16 [INFO] 
05:48:16 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kapua-kura ---
05:48:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:16 [INFO] Changes detected - recompiling the module!
05:48:16 [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/develop-build/translator/kapua/kura/target/classes
05:48:19 [INFO] 
05:48:19 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-kapua-kura ---
05:48:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/translator/kapua/kura/src/test/resources
05:48:19 [INFO] 
05:48:19 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-kapua-kura ---
05:48:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:19 [INFO] No sources to compile
05:48:19 [INFO] 
05:48:19 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-kapua-kura ---
05:48:19 [INFO] Tests are skipped.
05:48:19 [INFO] 
05:48:19 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kapua-kura ---
05:48:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:19 [INFO] 
05:48:19 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-kapua-kura ---
05:48:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar
05:48:19 [INFO] 
05:48:19 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kapua-kura ---
05:48:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT-sources.jar
05:48:19 [INFO] 
05:48:19 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kapua-kura ---
05:48:19 [INFO] 
05:48:19 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kapua-kura ---
05:48:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kapua-kura/2.1.0-SNAPSHOT/kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar
05:48:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kapua/kura/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kapua-kura/2.1.0-SNAPSHOT/kapua-translator-kapua-kura-2.1.0-SNAPSHOT.pom
05:48:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kapua-kura/2.1.0-SNAPSHOT/kapua-translator-kapua-kura-2.1.0-SNAPSHOT-sources.jar
05:48:19 [INFO] 
05:48:19 [INFO] --------------< org.eclipse.kapua:kapua-translator-kura >---------------
05:48:19 [INFO] Building kapua-translator-kura 2.1.0-SNAPSHOT                  [120/229]
05:48:19 [INFO]   from translator/kura/pom.xml
05:48:19 [INFO] --------------------------------[ pom ]---------------------------------
05:48:19 [INFO] 
05:48:19 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kura ---
05:48:19 [INFO] 
05:48:19 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura ---
05:48:19 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:19 [INFO] 
05:48:19 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura ---
05:48:19 [INFO] Required toolchain: jdk [ version='11' ]
05:48:19 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:19 [INFO] 
05:48:19 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura ---
05:48:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kura
05:48:19 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358499904
05:48:19 [WARNING] Cannot get the branch information from the git repository: 
05:48:19 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:19 
05:48:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kura
05:48:19 [INFO] Storing buildScmBranch: UNKNOWN
05:48:19 [INFO] 
05:48:19 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura ---
05:48:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/translator/kura/target/jacoco.exec
05:48:19 [INFO] 
05:48:19 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kura ---
05:48:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:19 [INFO] 
05:48:19 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kura ---
05:48:19 [INFO] 
05:48:19 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kura ---
05:48:19 [INFO] 
05:48:19 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kura ---
05:48:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kura/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kura/2.1.0-SNAPSHOT/kapua-translator-kura-2.1.0-SNAPSHOT.pom
05:48:19 [INFO] 
05:48:19 [INFO] ------------< org.eclipse.kapua:kapua-translator-kura-mqtt >------------
05:48:19 [INFO] Building kapua-translator-kura-mqtt 2.1.0-SNAPSHOT             [121/229]
05:48:19 [INFO]   from translator/kura/mqtt/pom.xml
05:48:19 [INFO] --------------------------------[ jar ]---------------------------------
05:48:19 [INFO] 
05:48:19 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kura-mqtt ---
05:48:19 [INFO] 
05:48:19 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura-mqtt ---
05:48:19 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:19 [INFO] 
05:48:19 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura-mqtt ---
05:48:19 [INFO] Required toolchain: jdk [ version='11' ]
05:48:19 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:19 [INFO] 
05:48:19 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura-mqtt ---
05:48:19 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kura/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:19 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kura/mqtt
05:48:20 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358500002
05:48:20 [WARNING] Cannot get the branch information from the git repository: 
05:48:20 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:20 
05:48:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kura/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kura/mqtt
05:48:20 [INFO] Storing buildScmBranch: UNKNOWN
05:48:20 [INFO] 
05:48:20 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura-mqtt ---
05:48:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/translator/kura/mqtt/target/jacoco.exec
05:48:20 [INFO] 
05:48:20 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kura-mqtt ---
05:48:20 [INFO] Copying 1 resource
05:48:20 [INFO] 
05:48:20 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kura-mqtt ---
05:48:20 [INFO] Copying 1 resource
05:48:20 [INFO] 
05:48:20 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kura-mqtt ---
05:48:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:20 [INFO] Changes detected - recompiling the module!
05:48:20 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/translator/kura/mqtt/target/classes
05:48:21 [INFO] 
05:48:21 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-kura-mqtt ---
05:48:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/translator/kura/mqtt/src/test/resources
05:48:21 [INFO] 
05:48:21 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-kura-mqtt ---
05:48:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:21 [INFO] No sources to compile
05:48:21 [INFO] 
05:48:21 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-kura-mqtt ---
05:48:21 [INFO] Tests are skipped.
05:48:21 [INFO] 
05:48:21 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kura-mqtt ---
05:48:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:21 [INFO] 
05:48:21 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-kura-mqtt ---
05:48:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar
05:48:21 [INFO] 
05:48:21 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kura-mqtt ---
05:48:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT-sources.jar
05:48:21 [INFO] 
05:48:21 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kura-mqtt ---
05:48:21 [INFO] 
05:48:21 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kura-mqtt ---
05:48:21 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kura-mqtt/2.1.0-SNAPSHOT/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar
05:48:21 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kura/mqtt/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kura-mqtt/2.1.0-SNAPSHOT/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.pom
05:48:21 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kura-mqtt/2.1.0-SNAPSHOT/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT-sources.jar
05:48:21 [INFO] 
05:48:21 [INFO] ---------------< org.eclipse.kapua:kapua-transport-jms >----------------
05:48:21 [INFO] Building kapua-transport-jms 2.1.0-SNAPSHOT                    [122/229]
05:48:21 [INFO]   from transport/jms/pom.xml
05:48:21 [INFO] --------------------------------[ jar ]---------------------------------
05:48:21 [INFO] 
05:48:21 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport-jms ---
05:48:21 [INFO] 
05:48:21 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-jms ---
05:48:21 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:21 [INFO] 
05:48:21 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-jms ---
05:48:21 [INFO] Required toolchain: jdk [ version='11' ]
05:48:21 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:21 [INFO] 
05:48:21 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-jms ---
05:48:21 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/transport/jms' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:21 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/transport/jms
05:48:21 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358501604
05:48:21 [WARNING] Cannot get the branch information from the git repository: 
05:48:21 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:21 
05:48:21 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/transport/jms' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:21 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/transport/jms
05:48:21 [INFO] Storing buildScmBranch: UNKNOWN
05:48:21 [INFO] 
05:48:21 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-jms ---
05:48:21 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/transport/jms/target/jacoco.exec
05:48:21 [INFO] 
05:48:21 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-jms ---
05:48:21 [INFO] Copying 1 resource
05:48:21 [INFO] 
05:48:21 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-jms ---
05:48:21 [INFO] Copying 1 resource
05:48:21 [INFO] 
05:48:21 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-jms ---
05:48:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:21 [INFO] Changes detected - recompiling the module!
05:48:21 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/transport/jms/target/classes
05:48:23 [INFO] 
05:48:23 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-transport-jms ---
05:48:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/transport/jms/src/test/resources
05:48:23 [INFO] 
05:48:23 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-transport-jms ---
05:48:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:23 [INFO] No sources to compile
05:48:23 [INFO] 
05:48:23 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-transport-jms ---
05:48:23 [INFO] Tests are skipped.
05:48:23 [INFO] 
05:48:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport-jms ---
05:48:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:23 [INFO] 
05:48:23 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-transport-jms ---
05:48:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT.jar
05:48:23 [INFO] 
05:48:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport-jms ---
05:48:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT-sources.jar
05:48:23 [INFO] 
05:48:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport-jms ---
05:48:23 [INFO] 
05:48:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-transport-jms ---
05:48:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport-jms/2.1.0-SNAPSHOT/kapua-transport-jms-2.1.0-SNAPSHOT.jar
05:48:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/jms/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport-jms/2.1.0-SNAPSHOT/kapua-transport-jms-2.1.0-SNAPSHOT.pom
05:48:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-transport-jms/2.1.0-SNAPSHOT/kapua-transport-jms-2.1.0-SNAPSHOT-sources.jar
05:48:23 [INFO] 
05:48:23 [INFO] ------------< org.eclipse.kapua:kapua-translator-kura-jms >-------------
05:48:23 [INFO] Building kapua-translator-kura-jms 2.1.0-SNAPSHOT              [123/229]
05:48:23 [INFO]   from translator/kura/jms/pom.xml
05:48:23 [INFO] --------------------------------[ jar ]---------------------------------
05:48:23 [INFO] 
05:48:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kura-jms ---
05:48:23 [INFO] 
05:48:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura-jms ---
05:48:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:23 [INFO] 
05:48:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura-jms ---
05:48:23 [INFO] Required toolchain: jdk [ version='11' ]
05:48:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:23 [INFO] 
05:48:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura-jms ---
05:48:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kura/jms' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kura/jms
05:48:23 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358503234
05:48:23 [WARNING] Cannot get the branch information from the git repository: 
05:48:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:23 
05:48:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/kura/jms' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/kura/jms
05:48:23 [INFO] Storing buildScmBranch: UNKNOWN
05:48:23 [INFO] 
05:48:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura-jms ---
05:48:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/translator/kura/jms/target/jacoco.exec
05:48:23 [INFO] 
05:48:23 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kura-jms ---
05:48:23 [INFO] Copying 1 resource
05:48:23 [INFO] 
05:48:23 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kura-jms ---
05:48:23 [INFO] Copying 1 resource
05:48:23 [INFO] 
05:48:23 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kura-jms ---
05:48:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:23 [INFO] Changes detected - recompiling the module!
05:48:23 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-build/translator/kura/jms/target/classes
05:48:24 [INFO] 
05:48:24 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-kura-jms ---
05:48:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/translator/kura/jms/src/test/resources
05:48:24 [INFO] 
05:48:24 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-kura-jms ---
05:48:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:24 [INFO] No sources to compile
05:48:24 [INFO] 
05:48:24 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-kura-jms ---
05:48:24 [INFO] Tests are skipped.
05:48:24 [INFO] 
05:48:24 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kura-jms ---
05:48:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:24 [INFO] 
05:48:24 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-kura-jms ---
05:48:24 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar
05:48:25 [INFO] 
05:48:25 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kura-jms ---
05:48:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT-sources.jar
05:48:25 [INFO] 
05:48:25 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kura-jms ---
05:48:25 [INFO] 
05:48:25 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kura-jms ---
05:48:25 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kura-jms/2.1.0-SNAPSHOT/kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar
05:48:25 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kura/jms/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kura-jms/2.1.0-SNAPSHOT/kapua-translator-kura-jms-2.1.0-SNAPSHOT.pom
05:48:25 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-kura-jms/2.1.0-SNAPSHOT/kapua-translator-kura-jms-2.1.0-SNAPSHOT-sources.jar
05:48:25 [INFO] 
05:48:25 [INFO] -----------------< org.eclipse.kapua:kapua-qa-common >------------------
05:48:25 [INFO] Building kapua-qa-common 2.1.0-SNAPSHOT                        [124/229]
05:48:25 [INFO]   from qa/common/pom.xml
05:48:25 [INFO] --------------------------------[ jar ]---------------------------------
05:48:28 [INFO] 
05:48:28 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-common ---
05:48:28 [INFO] 
05:48:28 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-common ---
05:48:28 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:28 [INFO] 
05:48:28 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-common ---
05:48:28 [INFO] Required toolchain: jdk [ version='11' ]
05:48:28 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:28 [INFO] 
05:48:28 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-common ---
05:48:28 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa/common' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:28 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa/common
05:48:28 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358508966
05:48:28 [WARNING] Cannot get the branch information from the git repository: 
05:48:28 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:28 
05:48:28 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa/common' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:28 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa/common
05:48:28 [INFO] Storing buildScmBranch: UNKNOWN
05:48:28 [INFO] 
05:48:28 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-common ---
05:48:28 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/qa/common/target/jacoco.exec
05:48:28 [INFO] 
05:48:28 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-common ---
05:48:28 [INFO] Copying 1 resource
05:48:28 [INFO] 
05:48:28 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-common ---
05:48:28 [INFO] Copying 1 resource
05:48:28 [INFO] 
05:48:28 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-common ---
05:48:28 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:28 [INFO] Changes detected - recompiling the module!
05:48:28 [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/develop-build/qa/common/target/classes
05:48:31 [INFO] 
05:48:31 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-common ---
05:48:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/qa/common/src/test/resources
05:48:31 [INFO] 
05:48:31 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-common ---
05:48:31 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:31 [INFO] No sources to compile
05:48:31 [INFO] 
05:48:31 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-common ---
05:48:31 [INFO] Tests are skipped.
05:48:31 [INFO] 
05:48:31 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-common ---
05:48:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:31 [INFO] 
05:48:31 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-common ---
05:48:31 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT.jar
05:48:31 [INFO] 
05:48:31 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-common ---
05:48:31 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT-sources.jar
05:48:31 [INFO] 
05:48:31 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-common ---
05:48:31 [INFO] 
05:48:31 [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-common ---
05:48:31 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-common/2.1.0-SNAPSHOT/kapua-qa-common-2.1.0-SNAPSHOT.jar
05:48:31 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/common/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-common/2.1.0-SNAPSHOT/kapua-qa-common-2.1.0-SNAPSHOT.pom
05:48:31 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-common/2.1.0-SNAPSHOT/kapua-qa-common-2.1.0-SNAPSHOT-sources.jar
05:48:31 [INFO] 
05:48:31 [INFO] -------------< org.eclipse.kapua:kapua-account-test-steps >-------------
05:48:31 [INFO] Building kapua-account-test-steps 2.1.0-SNAPSHOT               [125/229]
05:48:31 [INFO]   from service/account/test-steps/pom.xml
05:48:31 [INFO] --------------------------------[ jar ]---------------------------------
05:48:32 [INFO] 
05:48:32 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-test-steps ---
05:48:32 [INFO] 
05:48:32 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-test-steps ---
05:48:32 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:32 [INFO] 
05:48:32 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-test-steps ---
05:48:32 [INFO] Required toolchain: jdk [ version='11' ]
05:48:32 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:32 [INFO] 
05:48:32 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-test-steps ---
05:48:32 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:32 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account/test-steps
05:48:32 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358512159
05:48:32 [WARNING] Cannot get the branch information from the git repository: 
05:48:32 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:32 
05:48:32 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:32 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account/test-steps
05:48:32 [INFO] Storing buildScmBranch: UNKNOWN
05:48:32 [INFO] 
05:48:32 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-test-steps ---
05:48:32 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/account/test-steps/target/jacoco.exec
05:48:32 [INFO] 
05:48:32 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-test-steps ---
05:48:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/account/test-steps/src/main/resources
05:48:32 [INFO] 
05:48:32 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-test-steps ---
05:48:32 [INFO] Copying 1 resource
05:48:32 [INFO] 
05:48:32 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-test-steps ---
05:48:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:32 [INFO] Changes detected - recompiling the module!
05:48:32 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/service/account/test-steps/target/classes
05:48:34 [INFO] 
05:48:34 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-test-steps ---
05:48:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/account/test-steps/src/test/resources
05:48:34 [INFO] 
05:48:34 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-test-steps ---
05:48:34 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:34 [INFO] No sources to compile
05:48:34 [INFO] 
05:48:34 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-test-steps ---
05:48:34 [INFO] Tests are skipped.
05:48:34 [INFO] 
05:48:34 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-test-steps ---
05:48:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:34 [INFO] 
05:48:34 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-test-steps ---
05:48:34 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT.jar
05:48:34 [INFO] 
05:48:34 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-test-steps ---
05:48:34 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT-sources.jar
05:48:34 [INFO] 
05:48:34 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-test-steps ---
05:48:34 [INFO] 
05:48:34 [INFO] --- install:2.5.2:install (default-install) @ kapua-account-test-steps ---
05:48:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-test-steps/2.1.0-SNAPSHOT/kapua-account-test-steps-2.1.0-SNAPSHOT.jar
05:48:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-test-steps/2.1.0-SNAPSHOT/kapua-account-test-steps-2.1.0-SNAPSHOT.pom
05:48:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-test-steps/2.1.0-SNAPSHOT/kapua-account-test-steps-2.1.0-SNAPSHOT-sources.jar
05:48:34 [INFO] 
05:48:34 [INFO] ----------------< org.eclipse.kapua:kapua-account-test >----------------
05:48:34 [INFO] Building kapua-account-test 2.1.0-SNAPSHOT                     [126/229]
05:48:34 [INFO]   from service/account/test/pom.xml
05:48:34 [INFO] --------------------------------[ jar ]---------------------------------
05:48:34 [INFO] 
05:48:34 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-test ---
05:48:34 [INFO] 
05:48:34 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-test ---
05:48:34 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:34 [INFO] 
05:48:34 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-test ---
05:48:34 [INFO] Required toolchain: jdk [ version='11' ]
05:48:34 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:34 [INFO] 
05:48:34 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-test ---
05:48:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account/test
05:48:34 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358514657
05:48:34 [WARNING] Cannot get the branch information from the git repository: 
05:48:34 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:34 
05:48:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/account/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/account/test
05:48:34 [INFO] Storing buildScmBranch: UNKNOWN
05:48:34 [INFO] 
05:48:34 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-test ---
05:48:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/account/test/target/jacoco.exec
05:48:34 [INFO] 
05:48:34 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-test ---
05:48:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/account/test/src/main/resources
05:48:34 [INFO] 
05:48:34 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-test ---
05:48:34 [INFO] Copying 1 resource
05:48:34 [INFO] 
05:48:34 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-test ---
05:48:34 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:34 [INFO] No sources to compile
05:48:34 [INFO] 
05:48:34 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-test ---
05:48:34 [INFO] Copying 6 resources
05:48:34 [INFO] 
05:48:34 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-test ---
05:48:34 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:34 [INFO] Changes detected - recompiling the module!
05:48:34 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/account/test/target/test-classes
05:48:36 [INFO] 
05:48:36 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-test ---
05:48:36 [INFO] Tests are skipped.
05:48:36 [INFO] 
05:48:36 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-test ---
05:48:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:36 [INFO] 
05:48:36 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-test ---
05:48:36 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/account/test/target/kapua-account-test-2.1.0-SNAPSHOT.jar
05:48:36 [INFO] 
05:48:36 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-test ---
05:48:36 [INFO] No sources in project. Archive not created.
05:48:36 [INFO] 
05:48:36 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-test ---
05:48:36 [INFO] 
05:48:36 [INFO] --- install:2.5.2:install (default-install) @ kapua-account-test ---
05:48:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/test/target/kapua-account-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-test/2.1.0-SNAPSHOT/kapua-account-test-2.1.0-SNAPSHOT.jar
05:48:36 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/account/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-account-test/2.1.0-SNAPSHOT/kapua-account-test-2.1.0-SNAPSHOT.pom
05:48:36 [INFO] 
05:48:36 [INFO] --------------< org.eclipse.kapua:kapua-user-test-steps >---------------
05:48:36 [INFO] Building kapua-user-test-steps 2.1.0-SNAPSHOT                  [127/229]
05:48:36 [INFO]   from service/user/test-steps/pom.xml
05:48:36 [INFO] --------------------------------[ jar ]---------------------------------
05:48:36 [INFO] 
05:48:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-test-steps ---
05:48:36 [INFO] 
05:48:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-test-steps ---
05:48:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:36 [INFO] 
05:48:36 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-test-steps ---
05:48:36 [INFO] Required toolchain: jdk [ version='11' ]
05:48:36 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:36 [INFO] 
05:48:36 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-test-steps ---
05:48:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user/test-steps
05:48:36 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358516738
05:48:36 [WARNING] Cannot get the branch information from the git repository: 
05:48:36 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:36 
05:48:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user/test-steps
05:48:36 [INFO] Storing buildScmBranch: UNKNOWN
05:48:36 [INFO] 
05:48:36 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-test-steps ---
05:48:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/user/test-steps/target/jacoco.exec
05:48:36 [INFO] 
05:48:36 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-test-steps ---
05:48:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/user/test-steps/src/main/resources
05:48:36 [INFO] 
05:48:36 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-test-steps ---
05:48:36 [INFO] Copying 1 resource
05:48:36 [INFO] 
05:48:36 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-test-steps ---
05:48:36 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:36 [INFO] Changes detected - recompiling the module!
05:48:36 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-build/service/user/test-steps/target/classes
05:48:39 [INFO] 
05:48:39 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-test-steps ---
05:48:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/user/test-steps/src/test/resources
05:48:39 [INFO] 
05:48:39 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-test-steps ---
05:48:39 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:39 [INFO] No sources to compile
05:48:39 [INFO] 
05:48:39 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-test-steps ---
05:48:39 [INFO] Tests are skipped.
05:48:39 [INFO] 
05:48:39 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-test-steps ---
05:48:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:39 [INFO] 
05:48:39 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-test-steps ---
05:48:39 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT.jar
05:48:39 [INFO] 
05:48:39 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-test-steps ---
05:48:39 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT-sources.jar
05:48:39 [INFO] 
05:48:39 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-test-steps ---
05:48:39 [INFO] 
05:48:39 [INFO] --- install:2.5.2:install (default-install) @ kapua-user-test-steps ---
05:48:39 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-test-steps/2.1.0-SNAPSHOT/kapua-user-test-steps-2.1.0-SNAPSHOT.jar
05:48:39 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-test-steps/2.1.0-SNAPSHOT/kapua-user-test-steps-2.1.0-SNAPSHOT.pom
05:48:39 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-test-steps/2.1.0-SNAPSHOT/kapua-user-test-steps-2.1.0-SNAPSHOT-sources.jar
05:48:39 [INFO] 
05:48:39 [INFO] -----------------< org.eclipse.kapua:kapua-user-test >------------------
05:48:39 [INFO] Building kapua-user-test 2.1.0-SNAPSHOT                        [128/229]
05:48:39 [INFO]   from service/user/test/pom.xml
05:48:39 [INFO] --------------------------------[ jar ]---------------------------------
05:48:39 [INFO] 
05:48:39 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-test ---
05:48:39 [INFO] 
05:48:39 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-test ---
05:48:39 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:39 [INFO] 
05:48:39 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-test ---
05:48:39 [INFO] Required toolchain: jdk [ version='11' ]
05:48:39 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:39 [INFO] 
05:48:39 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-test ---
05:48:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user/test
05:48:39 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358519165
05:48:39 [WARNING] Cannot get the branch information from the git repository: 
05:48:39 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:39 
05:48:39 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/user/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:39 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/user/test
05:48:39 [INFO] Storing buildScmBranch: UNKNOWN
05:48:39 [INFO] 
05:48:39 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-test ---
05:48:39 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/user/test/target/jacoco.exec
05:48:39 [INFO] 
05:48:39 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-test ---
05:48:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/user/test/src/main/resources
05:48:39 [INFO] 
05:48:39 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-test ---
05:48:39 [INFO] Copying 1 resource
05:48:39 [INFO] 
05:48:39 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-test ---
05:48:39 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:39 [INFO] No sources to compile
05:48:39 [INFO] 
05:48:39 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-test ---
05:48:39 [INFO] Copying 6 resources
05:48:39 [INFO] 
05:48:39 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-test ---
05:48:39 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:39 [INFO] Changes detected - recompiling the module!
05:48:39 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/user/test/target/test-classes
05:48:41 [INFO] 
05:48:41 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-test ---
05:48:41 [INFO] Tests are skipped.
05:48:41 [INFO] 
05:48:41 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-test ---
05:48:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:41 [INFO] 
05:48:41 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-test ---
05:48:41 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/user/test/target/kapua-user-test-2.1.0-SNAPSHOT.jar
05:48:41 [INFO] 
05:48:41 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-test ---
05:48:41 [INFO] No sources in project. Archive not created.
05:48:41 [INFO] 
05:48:41 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-test ---
05:48:41 [INFO] 
05:48:41 [INFO] --- install:2.5.2:install (default-install) @ kapua-user-test ---
05:48:41 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/test/target/kapua-user-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-test/2.1.0-SNAPSHOT/kapua-user-test-2.1.0-SNAPSHOT.jar
05:48:41 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/user/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-user-test/2.1.0-SNAPSHOT/kapua-user-test-2.1.0-SNAPSHOT.pom
05:48:41 [INFO] 
05:48:41 [INFO] -----------------< org.eclipse.kapua:kapua-scheduler >------------------
05:48:41 [INFO] Building kapua-scheduler 2.1.0-SNAPSHOT                        [129/229]
05:48:41 [INFO]   from service/scheduler/pom.xml
05:48:41 [INFO] --------------------------------[ pom ]---------------------------------
05:48:41 [INFO] 
05:48:41 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler ---
05:48:41 [INFO] 
05:48:41 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler ---
05:48:41 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:41 [INFO] 
05:48:41 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler ---
05:48:41 [INFO] Required toolchain: jdk [ version='11' ]
05:48:41 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:41 [INFO] 
05:48:41 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler ---
05:48:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler
05:48:41 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358521756
05:48:41 [WARNING] Cannot get the branch information from the git repository: 
05:48:41 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:41 
05:48:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler
05:48:41 [INFO] Storing buildScmBranch: UNKNOWN
05:48:41 [INFO] 
05:48:41 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler ---
05:48:41 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/scheduler/target/jacoco.exec
05:48:41 [INFO] 
05:48:41 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler ---
05:48:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:41 [INFO] 
05:48:41 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler ---
05:48:41 [INFO] 
05:48:41 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler ---
05:48:41 [INFO] 
05:48:41 [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler ---
05:48:41 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler/2.1.0-SNAPSHOT/kapua-scheduler-2.1.0-SNAPSHOT.pom
05:48:41 [INFO] 
05:48:41 [INFO] ---------------< org.eclipse.kapua:kapua-scheduler-api >----------------
05:48:41 [INFO] Building kapua-scheduler-api 2.1.0-SNAPSHOT                    [130/229]
05:48:41 [INFO]   from service/scheduler/api/pom.xml
05:48:41 [INFO] --------------------------------[ jar ]---------------------------------
05:48:41 [INFO] 
05:48:41 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-api ---
05:48:41 [INFO] 
05:48:41 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-api ---
05:48:41 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:41 [INFO] 
05:48:41 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-api ---
05:48:41 [INFO] Required toolchain: jdk [ version='11' ]
05:48:41 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:41 [INFO] 
05:48:41 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-api ---
05:48:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler/api
05:48:41 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358521889
05:48:41 [WARNING] Cannot get the branch information from the git repository: 
05:48:41 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:41 
05:48:41 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:41 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler/api
05:48:41 [INFO] Storing buildScmBranch: UNKNOWN
05:48:41 [INFO] 
05:48:41 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-api ---
05:48:41 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/scheduler/api/target/jacoco.exec
05:48:41 [INFO] 
05:48:41 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-api ---
05:48:41 [INFO] Copying 1 resource
05:48:41 [INFO] 
05:48:41 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-api ---
05:48:41 [INFO] Copying 1 resource
05:48:41 [INFO] 
05:48:41 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-api ---
05:48:41 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:41 [INFO] Changes detected - recompiling the module!
05:48:41 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-build/service/scheduler/api/target/classes
05:48:42 [INFO] 
05:48:42 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-api ---
05:48:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/scheduler/api/src/test/resources
05:48:42 [INFO] 
05:48:42 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-api ---
05:48:42 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:42 [INFO] No sources to compile
05:48:42 [INFO] 
05:48:42 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-api ---
05:48:42 [INFO] Tests are skipped.
05:48:42 [INFO] 
05:48:42 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-api ---
05:48:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:42 [INFO] 
05:48:42 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-api ---
05:48:42 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
05:48:42 [INFO] 
05:48:42 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-api ---
05:48:42 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT-sources.jar
05:48:42 [INFO] 
05:48:42 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-api ---
05:48:42 [INFO] 
05:48:42 [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-api ---
05:48:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-api/2.1.0-SNAPSHOT/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
05:48:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-api/2.1.0-SNAPSHOT/kapua-scheduler-api-2.1.0-SNAPSHOT.pom
05:48:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-api/2.1.0-SNAPSHOT/kapua-scheduler-api-2.1.0-SNAPSHOT-sources.jar
05:48:42 [INFO] 
05:48:42 [INFO] -----------< org.eclipse.kapua:kapua-device-management-job >------------
05:48:42 [INFO] Building kapua-device-management-job 2.1.0-SNAPSHOT            [131/229]
05:48:42 [INFO]   from service/device/management/job/pom.xml
05:48:42 [INFO] --------------------------------[ pom ]---------------------------------
05:48:42 [INFO] 
05:48:42 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-job ---
05:48:42 [INFO] 
05:48:42 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job ---
05:48:42 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:43 [INFO] 
05:48:43 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job ---
05:48:43 [INFO] Required toolchain: jdk [ version='11' ]
05:48:43 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:43 [INFO] 
05:48:43 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job ---
05:48:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/job
05:48:43 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358523070
05:48:43 [WARNING] Cannot get the branch information from the git repository: 
05:48:43 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:43 
05:48:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/job
05:48:43 [INFO] Storing buildScmBranch: UNKNOWN
05:48:43 [INFO] 
05:48:43 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job ---
05:48:43 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/job/target/jacoco.exec
05:48:43 [INFO] 
05:48:43 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-job ---
05:48:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:43 [INFO] 
05:48:43 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-job ---
05:48:43 [INFO] 
05:48:43 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-job ---
05:48:43 [INFO] 
05:48:43 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-job ---
05:48:43 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/job/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-job/2.1.0-SNAPSHOT/kapua-device-management-job-2.1.0-SNAPSHOT.pom
05:48:43 [INFO] 
05:48:43 [INFO] ---------< org.eclipse.kapua:kapua-device-management-job-api >----------
05:48:43 [INFO] Building kapua-device-management-job-api 2.1.0-SNAPSHOT        [132/229]
05:48:43 [INFO]   from service/device/management/job/api/pom.xml
05:48:43 [INFO] --------------------------------[ jar ]---------------------------------
05:48:43 [INFO] 
05:48:43 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-job-api ---
05:48:43 [INFO] 
05:48:43 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job-api ---
05:48:43 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:43 [INFO] 
05:48:43 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job-api ---
05:48:43 [INFO] Required toolchain: jdk [ version='11' ]
05:48:43 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:43 [INFO] 
05:48:43 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job-api ---
05:48:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/job/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/job/api
05:48:43 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358523231
05:48:43 [WARNING] Cannot get the branch information from the git repository: 
05:48:43 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:43 
05:48:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/job/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/job/api
05:48:43 [INFO] Storing buildScmBranch: UNKNOWN
05:48:43 [INFO] 
05:48:43 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job-api ---
05:48:43 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/job/api/target/jacoco.exec
05:48:43 [INFO] 
05:48:43 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-job-api ---
05:48:43 [INFO] Copying 1 resource
05:48:43 [INFO] 
05:48:43 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-job-api ---
05:48:43 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:43 [INFO] Changes detected - recompiling the module!
05:48:43 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/job/api/target/classes
05:48:44 [INFO] 
05:48:44 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-job-api ---
05:48:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/job/api/src/test/resources
05:48:44 [INFO] 
05:48:44 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-job-api ---
05:48:44 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:44 [INFO] No sources to compile
05:48:44 [INFO] 
05:48:44 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-job-api ---
05:48:44 [INFO] Tests are skipped.
05:48:44 [INFO] 
05:48:44 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-job-api ---
05:48:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:44 [INFO] 
05:48:44 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-job-api ---
05:48:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/job/api/target/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
05:48:44 [INFO] 
05:48:44 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-job-api ---
05:48:44 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/job/api/target/kapua-device-management-job-api-2.1.0-SNAPSHOT-sources.jar
05:48:44 [INFO] 
05:48:44 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-job-api ---
05:48:44 [INFO] 
05:48:44 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-job-api ---
05:48:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/job/api/target/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-job-api/2.1.0-SNAPSHOT/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
05:48:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/job/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-job-api/2.1.0-SNAPSHOT/kapua-device-management-job-api-2.1.0-SNAPSHOT.pom
05:48:44 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/job/api/target/kapua-device-management-job-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-job-api/2.1.0-SNAPSHOT/kapua-device-management-job-api-2.1.0-SNAPSHOT-sources.jar
05:48:44 [INFO] 
05:48:44 [INFO] ---------------< org.eclipse.kapua:kapua-service-client >---------------
05:48:44 [INFO] Building kapua-service-client 2.1.0-SNAPSHOT                   [133/229]
05:48:44 [INFO]   from service/client/pom.xml
05:48:44 [INFO] --------------------------------[ jar ]---------------------------------
05:48:44 [INFO] 
05:48:44 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-client ---
05:48:44 [INFO] 
05:48:44 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-client ---
05:48:44 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:44 [INFO] 
05:48:44 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-client ---
05:48:44 [INFO] Required toolchain: jdk [ version='11' ]
05:48:44 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:44 [INFO] 
05:48:44 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-client ---
05:48:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/client' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/client
05:48:44 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358524767
05:48:44 [WARNING] Cannot get the branch information from the git repository: 
05:48:44 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:44 
05:48:44 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/client' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:44 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/client
05:48:44 [INFO] Storing buildScmBranch: UNKNOWN
05:48:44 [INFO] 
05:48:44 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-client ---
05:48:44 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/client/target/jacoco.exec
05:48:44 [INFO] 
05:48:44 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-client ---
05:48:44 [INFO] Copying 1 resource
05:48:44 [INFO] 
05:48:44 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-client ---
05:48:44 [INFO] Copying 1 resource
05:48:44 [INFO] 
05:48:44 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-client ---
05:48:44 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:44 [INFO] Changes detected - recompiling the module!
05:48:44 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-build/service/client/target/classes
05:48:46 [INFO] 
05:48:46 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-client ---
05:48:46 [INFO] Copying 3 resources
05:48:46 [INFO] 
05:48:46 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-client ---
05:48:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:46 [INFO] Changes detected - recompiling the module!
05:48:46 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/service/client/target/test-classes
05:48:47 [INFO] 
05:48:47 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-client ---
05:48:47 [INFO] Tests are skipped.
05:48:47 [INFO] 
05:48:47 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-client ---
05:48:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:47 [INFO] 
05:48:47 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-client ---
05:48:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/client/target/kapua-service-client-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] 
05:48:47 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-client ---
05:48:47 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/client/target/kapua-service-client-2.1.0-SNAPSHOT-sources.jar
05:48:47 [INFO] 
05:48:47 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-service-client ---
05:48:47 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/mapstruct-1.5.5.Final.jar
05:48:47 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/javase-3.4.1.jar
05:48:47 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/core-3.4.1.jar
05:48:47 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jcommander-1.78.jar
05:48:47 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jai-imageio-core-1.4.0.jar
05:48:47 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/guice-5.1.0.jar
05:48:47 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/javax.inject-1.jar
05:48:47 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/aopalliance-1.0.jar
05:48:47 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/guice-multibindings-4.2.3.jar
05:48:47 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/commons-configuration-1.9.jar
05:48:47 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/commons-lang-2.6.jar
05:48:47 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/commons-io-2.11.0.jar
05:48:47 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/metrics-core-3.2.2.jar
05:48:47 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/joda-time-2.9.4.jar
05:48:47 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/commons-lang3-3.4.jar
05:48:47 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
05:48:47 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jakarta.persistence-2.2.3.jar
05:48:47 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
05:48:47 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
05:48:47 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
05:48:47 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/org.eclipse.persistence.core-2.7.12.jar
05:48:47 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
05:48:47 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
05:48:47 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/liquibase-core-3.6.3.jar
05:48:47 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/snakeyaml-2.2.jar
05:48:47 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/reflections-0.10.2.jar
05:48:47 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/javassist-3.26.0-GA.jar
05:48:47 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jsr305-3.0.2.jar
05:48:47 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/checker-qual-3.15.0.jar
05:48:47 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
05:48:47 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jboss-logging-3.4.2.Final.jar
05:48:47 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jaxb-api-2.3.1.jar
05:48:47 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/javax.activation-api-1.2.0.jar
05:48:47 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jaxb-runtime-2.3.1.jar
05:48:47 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/txw2-2.3.1.jar
05:48:47 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/istack-commons-runtime-3.0.7.jar
05:48:47 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/stax-ex-1.8.jar
05:48:47 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/FastInfoset-1.2.15.jar
05:48:47 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/cache-api-1.1.1.jar
05:48:47 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/HikariCP-4.0.3.jar
05:48:47 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jakarta.xml.bind-api-2.3.3.jar
05:48:47 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jakarta.activation-api-1.2.2.jar
05:48:47 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jaxb-impl-2.3.3.jar
05:48:47 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jakarta.activation-1.2.2.jar
05:48:47 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jackson-databind-2.15.2.jar
05:48:47 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jackson-annotations-2.15.2.jar
05:48:47 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jackson-core-2.15.2.jar
05:48:47 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/javax.annotation-api-1.2.jar
05:48:47 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/validation-api-2.0.1.Final.jar
05:48:47 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/javax.json-1.0.4.jar
05:48:47 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/httpclient-4.5.13.jar
05:48:47 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/httpcore-4.4.15.jar
05:48:47 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/commons-logging-1.2.jar
05:48:47 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jose4j-0.7.10.jar
05:48:47 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/googleauth-1.5.0.jar
05:48:47 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/commons-codec-1.15.jar
05:48:47 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/shiro-core-1.12.0.jar
05:48:47 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/shiro-lang-1.12.0.jar
05:48:47 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/shiro-cache-1.12.0.jar
05:48:47 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/shiro-config-core-1.12.0.jar
05:48:47 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/shiro-config-ogdl-1.12.0.jar
05:48:47 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/commons-beanutils-1.9.4.jar
05:48:47 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/commons-collections-3.2.2.jar
05:48:47 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/shiro-event-1.12.0.jar
05:48:47 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/spring-security-core-5.7.5.jar
05:48:47 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/spring-aop-5.3.23.jar
05:48:47 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/spring-beans-5.3.23.jar
05:48:47 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/spring-context-5.3.23.jar
05:48:47 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/spring-core-5.3.23.jar
05:48:47 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/spring-jcl-5.3.23.jar
05:48:47 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/spring-expression-5.3.23.jar
05:48:47 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/spring-security-crypto-5.7.5.jar
05:48:47 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
05:48:47 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/protobuf-java-3.23.2.jar
05:48:47 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/slf4j-api-1.7.33.jar
05:48:47 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/guava-32.1.2-jre.jar
05:48:47 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/failureaccess-1.0.1.jar
05:48:47 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
05:48:47 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/commons-pool2-2.3.jar
05:48:47 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/qpid-jms-client-1.7.0.jar
05:48:47 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jakarta.jms-api-2.0.3.jar
05:48:47 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/proton-j-0.34.0.jar
05:48:47 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-buffer-4.1.100.Final.jar
05:48:47 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-common-4.1.100.Final.jar
05:48:47 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-handler-4.1.100.Final.jar
05:48:47 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-resolver-4.1.100.Final.jar
05:48:47 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
05:48:47 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-codec-4.1.100.Final.jar
05:48:47 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-transport-4.1.100.Final.jar
05:48:47 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
05:48:47 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
05:48:47 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
05:48:47 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
05:48:47 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/netty-codec-http-4.1.100.Final.jar
05:48:47 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/junit-4.13.2.jar
05:48:47 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/hamcrest-core-2.2.jar
05:48:47 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/hamcrest-2.2.jar
05:48:47 [INFO] Copying logback-classic-1.2.13.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/logback-classic-1.2.13.jar
05:48:47 [INFO] Copying logback-core-1.2.13.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/logback-core-1.2.13.jar
05:48:47 [INFO] Copying log4j-to-slf4j-2.17.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/log4j-to-slf4j-2.17.1.jar
05:48:47 [INFO] Copying log4j-api-2.17.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/log4j-api-2.17.1.jar
05:48:47 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-locator-guice-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-locator-guice-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying jcl-over-slf4j-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/jcl-over-slf4j-1.7.33.jar
05:48:47 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/javax.batch-api-1.0.1.jar
05:48:47 [INFO] Copying mockito-core-1.10.19.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/mockito-core-1.10.19.jar
05:48:47 [INFO] Copying objenesis-2.1.jar to /home/jenkins/agent/workspace/develop-build/service/client/target/dependency/objenesis-2.1.jar
05:48:47 [INFO] 
05:48:47 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-client ---
05:48:47 [INFO] 
05:48:47 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-client ---
05:48:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/client/target/kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-client/2.1.0-SNAPSHOT/kapua-service-client-2.1.0-SNAPSHOT.jar
05:48:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/client/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-client/2.1.0-SNAPSHOT/kapua-service-client-2.1.0-SNAPSHOT.pom
05:48:47 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/client/target/kapua-service-client-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-client/2.1.0-SNAPSHOT/kapua-service-client-2.1.0-SNAPSHOT-sources.jar
05:48:47 [INFO] 
05:48:47 [INFO] -------------------< org.eclipse.kapua:kapua-broker >-------------------
05:48:47 [INFO] Building kapua-broker 2.1.0-SNAPSHOT                           [134/229]
05:48:47 [INFO]   from broker/pom.xml
05:48:47 [INFO] --------------------------------[ pom ]---------------------------------
05:48:47 [INFO] 
05:48:47 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-broker ---
05:48:47 [INFO] 
05:48:47 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker ---
05:48:47 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:48 [INFO] 
05:48:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker ---
05:48:48 [INFO] Required toolchain: jdk [ version='11' ]
05:48:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:48 [INFO] 
05:48:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker ---
05:48:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/broker' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/broker
05:48:48 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358528174
05:48:48 [WARNING] Cannot get the branch information from the git repository: 
05:48:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:48 
05:48:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/broker' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/broker
05:48:48 [INFO] Storing buildScmBranch: UNKNOWN
05:48:48 [INFO] 
05:48:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker ---
05:48:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/broker/target/jacoco.exec
05:48:48 [INFO] 
05:48:48 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-broker ---
05:48:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:48 [INFO] 
05:48:48 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-broker ---
05:48:48 [INFO] 
05:48:48 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-broker ---
05:48:48 [INFO] 
05:48:48 [INFO] --- install:2.5.2:install (default-install) @ kapua-broker ---
05:48:48 [INFO] Installing /home/jenkins/agent/workspace/develop-build/broker/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-broker/2.1.0-SNAPSHOT/kapua-broker-2.1.0-SNAPSHOT.pom
05:48:48 [INFO] 
05:48:48 [INFO] ---------------< org.eclipse.kapua:kapua-broker-artemis >---------------
05:48:48 [INFO] Building kapua-broker-artemis 2.1.0-SNAPSHOT                   [135/229]
05:48:48 [INFO]   from broker/artemis/pom.xml
05:48:48 [INFO] --------------------------------[ pom ]---------------------------------
05:48:48 [INFO] 
05:48:48 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-broker-artemis ---
05:48:48 [INFO] 
05:48:48 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker-artemis ---
05:48:48 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:48 [INFO] 
05:48:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker-artemis ---
05:48:48 [INFO] Required toolchain: jdk [ version='11' ]
05:48:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:48 [INFO] 
05:48:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker-artemis ---
05:48:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/broker/artemis' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/broker/artemis
05:48:48 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358528358
05:48:48 [WARNING] Cannot get the branch information from the git repository: 
05:48:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:48 
05:48:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/broker/artemis' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/broker/artemis
05:48:48 [INFO] Storing buildScmBranch: UNKNOWN
05:48:48 [INFO] 
05:48:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker-artemis ---
05:48:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/broker/artemis/target/jacoco.exec
05:48:48 [INFO] 
05:48:48 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-broker-artemis ---
05:48:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:48 [INFO] 
05:48:48 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-broker-artemis ---
05:48:48 [INFO] 
05:48:48 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-broker-artemis ---
05:48:48 [INFO] 
05:48:48 [INFO] --- install:2.5.2:install (default-install) @ kapua-broker-artemis ---
05:48:48 [INFO] Installing /home/jenkins/agent/workspace/develop-build/broker/artemis/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-broker-artemis/2.1.0-SNAPSHOT/kapua-broker-artemis-2.1.0-SNAPSHOT.pom
05:48:48 [INFO] 
05:48:48 [INFO] -----------< org.eclipse.kapua:kapua-broker-artemis-plugin >------------
05:48:48 [INFO] Building kapua-broker-artemis-plugin 2.1.0-SNAPSHOT            [136/229]
05:48:48 [INFO]   from broker/artemis/plugin/pom.xml
05:48:48 [INFO] --------------------------------[ jar ]---------------------------------
05:48:48 [INFO] 
05:48:48 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-broker-artemis-plugin ---
05:48:48 [INFO] 
05:48:48 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker-artemis-plugin ---
05:48:48 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:48 [INFO] 
05:48:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker-artemis-plugin ---
05:48:48 [INFO] Required toolchain: jdk [ version='11' ]
05:48:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:48 [INFO] 
05:48:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker-artemis-plugin ---
05:48:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/broker/artemis/plugin' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin
05:48:48 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358528670
05:48:48 [WARNING] Cannot get the branch information from the git repository: 
05:48:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:48 
05:48:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/broker/artemis/plugin' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin
05:48:48 [INFO] Storing buildScmBranch: UNKNOWN
05:48:48 [INFO] 
05:48:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker-artemis-plugin ---
05:48:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/jacoco.exec
05:48:48 [INFO] 
05:48:48 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-broker-artemis-plugin ---
05:48:48 [INFO] Copying 2 resources
05:48:48 [INFO] 
05:48:48 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-broker-artemis-plugin ---
05:48:48 [INFO] Copying 1 resource
05:48:48 [INFO] 
05:48:48 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-broker-artemis-plugin ---
05:48:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:48 [INFO] Changes detected - recompiling the module!
05:48:48 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/classes
05:48:51 [INFO] 
05:48:51 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-broker-artemis-plugin ---
05:48:51 [INFO] Copying 2 resources
05:48:51 [INFO] 
05:48:51 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-broker-artemis-plugin ---
05:48:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:51 [INFO] Changes detected - recompiling the module!
05:48:51 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/test-classes
05:48:52 [INFO] 
05:48:52 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-broker-artemis-plugin ---
05:48:52 [INFO] Tests are skipped.
05:48:52 [INFO] 
05:48:52 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-broker-artemis-plugin ---
05:48:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:52 [INFO] 
05:48:52 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-broker-artemis-plugin ---
05:48:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] 
05:48:52 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-broker-artemis-plugin ---
05:48:52 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT-sources.jar
05:48:52 [INFO] 
05:48:52 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-broker-artemis-plugin ---
05:48:52 [INFO] Copying artemis-amqp-protocol-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/artemis-amqp-protocol-2.31.2.jar
05:48:52 [INFO] Copying artemis-selector-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/artemis-selector-2.31.2.jar
05:48:52 [INFO] Copying artemis-journal-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/artemis-journal-2.31.2.jar
05:48:52 [INFO] Copying activemq-artemis-native-2.0.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/activemq-artemis-native-2.0.0.jar
05:48:52 [INFO] Copying proton-j-0.34.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/proton-j-0.34.1.jar
05:48:52 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-buffer-4.1.100.Final.jar
05:48:52 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-transport-4.1.100.Final.jar
05:48:52 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-common-4.1.100.Final.jar
05:48:52 [INFO] Copying artemis-commons-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/artemis-commons-2.31.2.jar
05:48:52 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-beanutils-1.9.4.jar
05:48:52 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-logging-1.2.jar
05:48:52 [INFO] Copying artemis-server-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/artemis-server-2.31.2.jar
05:48:52 [INFO] Copying caffeine-3.1.6.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/caffeine-3.1.6.jar
05:48:52 [INFO] Copying artemis-jdbc-store-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/artemis-jdbc-store-2.31.2.jar
05:48:52 [INFO] Copying commons-dbcp2-2.7.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-dbcp2-2.7.0.jar
05:48:52 [INFO] Copying artemis-quorum-api-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/artemis-quorum-api-2.31.2.jar
05:48:52 [INFO] Copying jctools-core-2.1.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jctools-core-2.1.2.jar
05:48:52 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-codec-http-4.1.100.Final.jar
05:48:52 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-handler-4.1.100.Final.jar
05:48:52 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
05:48:52 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
05:48:52 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
05:48:52 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
05:48:52 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
05:48:52 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-codec-4.1.100.Final.jar
05:48:52 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-lang3-3.4.jar
05:48:52 [INFO] Copying commons-configuration2-2.10.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-configuration2-2.10.1.jar
05:48:52 [INFO] Copying commons-text-1.11.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-text-1.11.0.jar
05:48:52 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-collections-3.2.2.jar
05:48:52 [INFO] Copying micrometer-core-1.9.5.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/micrometer-core-1.9.5.jar
05:48:52 [INFO] Copying artemis-core-client-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/artemis-core-client-2.31.2.jar
05:48:52 [INFO] Copying jgroups-5.3.0.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jgroups-5.3.0.Final.jar
05:48:52 [INFO] Copying netty-handler-proxy-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-handler-proxy-4.1.100.Final.jar
05:48:52 [INFO] Copying netty-codec-socks-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-codec-socks-4.1.100.Final.jar
05:48:52 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-resolver-4.1.100.Final.jar
05:48:52 [INFO] Copying artemis-mqtt-protocol-2.31.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/artemis-mqtt-protocol-2.31.2.jar
05:48:52 [INFO] Copying netty-codec-mqtt-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/netty-codec-mqtt-4.1.100.Final.jar
05:48:52 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/qpid-jms-client-1.7.0.jar
05:48:52 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jakarta.jms-api-2.0.3.jar
05:48:52 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/mapstruct-1.5.5.Final.jar
05:48:52 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/javase-3.4.1.jar
05:48:52 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/core-3.4.1.jar
05:48:52 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jcommander-1.78.jar
05:48:52 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jai-imageio-core-1.4.0.jar
05:48:52 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/guava-32.1.2-jre.jar
05:48:52 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/failureaccess-1.0.1.jar
05:48:52 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
05:48:52 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/guice-5.1.0.jar
05:48:52 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/javax.inject-1.jar
05:48:52 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/aopalliance-1.0.jar
05:48:52 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/guice-multibindings-4.2.3.jar
05:48:52 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-configuration-1.9.jar
05:48:52 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-lang-2.6.jar
05:48:52 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-io-2.11.0.jar
05:48:52 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/metrics-core-3.2.2.jar
05:48:52 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/joda-time-2.9.4.jar
05:48:52 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-pool2-2.3.jar
05:48:52 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
05:48:52 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jakarta.persistence-2.2.3.jar
05:48:52 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
05:48:52 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
05:48:52 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
05:48:52 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/org.eclipse.persistence.core-2.7.12.jar
05:48:52 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
05:48:52 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
05:48:52 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/liquibase-core-3.6.3.jar
05:48:52 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/snakeyaml-2.2.jar
05:48:52 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/reflections-0.10.2.jar
05:48:52 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/javassist-3.26.0-GA.jar
05:48:52 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jsr305-3.0.2.jar
05:48:52 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/checker-qual-3.15.0.jar
05:48:52 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
05:48:52 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jboss-logging-3.4.2.Final.jar
05:48:52 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jaxb-api-2.3.1.jar
05:48:52 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/javax.activation-api-1.2.0.jar
05:48:52 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jaxb-runtime-2.3.1.jar
05:48:52 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/txw2-2.3.1.jar
05:48:52 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/istack-commons-runtime-3.0.7.jar
05:48:52 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/stax-ex-1.8.jar
05:48:52 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/FastInfoset-1.2.15.jar
05:48:52 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/cache-api-1.1.1.jar
05:48:52 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/HikariCP-4.0.3.jar
05:48:52 [INFO] Copying kapua-client-security-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-client-security-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jakarta.xml.bind-api-2.3.3.jar
05:48:52 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jakarta.activation-api-1.2.2.jar
05:48:52 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jaxb-impl-2.3.3.jar
05:48:52 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jakarta.activation-1.2.2.jar
05:48:52 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/javax.annotation-api-1.2.jar
05:48:52 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/validation-api-2.0.1.Final.jar
05:48:52 [INFO] Copying kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-datastore-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/httpclient-4.5.13.jar
05:48:52 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/httpcore-4.4.15.jar
05:48:52 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/shiro-core-1.12.0.jar
05:48:52 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/shiro-lang-1.12.0.jar
05:48:52 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/shiro-cache-1.12.0.jar
05:48:52 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/shiro-config-core-1.12.0.jar
05:48:52 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/shiro-config-ogdl-1.12.0.jar
05:48:52 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/shiro-event-1.12.0.jar
05:48:52 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jackson-core-2.15.2.jar
05:48:52 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jackson-databind-2.15.2.jar
05:48:52 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jackson-annotations-2.15.2.jar
05:48:52 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/slf4j-api-1.7.33.jar
05:48:52 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
05:48:52 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/junit-4.13.2.jar
05:48:52 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/hamcrest-core-2.2.jar
05:48:52 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/hamcrest-2.2.jar
05:48:52 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying logback-classic-1.2.13.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/logback-classic-1.2.13.jar
05:48:52 [INFO] Copying logback-core-1.2.13.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/logback-core-1.2.13.jar
05:48:52 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/javax.json-1.0.4.jar
05:48:52 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/jose4j-0.7.10.jar
05:48:52 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/googleauth-1.5.0.jar
05:48:52 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/commons-codec-1.15.jar
05:48:52 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/spring-security-core-5.7.5.jar
05:48:52 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/spring-aop-5.3.23.jar
05:48:52 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/spring-beans-5.3.23.jar
05:48:52 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/spring-context-5.3.23.jar
05:48:52 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/spring-core-5.3.23.jar
05:48:52 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/spring-jcl-5.3.23.jar
05:48:52 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/spring-expression-5.3.23.jar
05:48:52 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/spring-security-crypto-5.7.5.jar
05:48:52 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/protobuf-java-3.23.2.jar
05:48:52 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/dependency/javax.batch-api-1.0.1.jar
05:48:52 [INFO] 
05:48:52 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-broker-artemis-plugin ---
05:48:52 [INFO] 
05:48:52 [INFO] --- install:2.5.2:install (default-install) @ kapua-broker-artemis-plugin ---
05:48:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-broker-artemis-plugin/2.1.0-SNAPSHOT/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT.jar
05:48:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-broker-artemis-plugin/2.1.0-SNAPSHOT/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT.pom
05:48:52 [INFO] Installing /home/jenkins/agent/workspace/develop-build/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-broker-artemis-plugin/2.1.0-SNAPSHOT/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT-sources.jar
05:48:52 [INFO] 
05:48:52 [INFO] ---------< org.eclipse.kapua:kapua-device-registry-test-steps >---------
05:48:52 [INFO] Building kapua-device-registry-test-steps 2.1.0-SNAPSHOT       [137/229]
05:48:52 [INFO]   from service/device/registry/test-steps/pom.xml
05:48:52 [INFO] --------------------------------[ jar ]---------------------------------
05:48:52 [INFO] 
05:48:52 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-test-steps ---
05:48:52 [INFO] 
05:48:52 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-test-steps ---
05:48:52 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:53 [INFO] 
05:48:53 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-test-steps ---
05:48:53 [INFO] Required toolchain: jdk [ version='11' ]
05:48:53 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:53 [INFO] 
05:48:53 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-test-steps ---
05:48:53 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:53 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps
05:48:53 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358533537
05:48:53 [WARNING] Cannot get the branch information from the git repository: 
05:48:53 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:53 
05:48:53 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:53 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps
05:48:53 [INFO] Storing buildScmBranch: UNKNOWN
05:48:53 [INFO] 
05:48:53 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-test-steps ---
05:48:53 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps/target/jacoco.exec
05:48:53 [INFO] 
05:48:53 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-test-steps ---
05:48:53 [INFO] Copying 1 resource
05:48:53 [INFO] 
05:48:53 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-test-steps ---
05:48:53 [INFO] Copying 1 resource
05:48:53 [INFO] 
05:48:53 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-test-steps ---
05:48:53 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:53 [INFO] Changes detected - recompiling the module!
05:48:53 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps/target/classes
05:48:56 [INFO] 
05:48:56 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-test-steps ---
05:48:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps/src/test/resources
05:48:56 [INFO] 
05:48:56 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-test-steps ---
05:48:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:56 [INFO] No sources to compile
05:48:56 [INFO] 
05:48:56 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-test-steps ---
05:48:56 [INFO] Tests are skipped.
05:48:56 [INFO] 
05:48:56 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-test-steps ---
05:48:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:56 [INFO] 
05:48:56 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-test-steps ---
05:48:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps/target/kapua-device-registry-test-steps-2.1.0-SNAPSHOT.jar
05:48:56 [INFO] 
05:48:56 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-test-steps ---
05:48:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps/target/kapua-device-registry-test-steps-2.1.0-SNAPSHOT-sources.jar
05:48:56 [INFO] 
05:48:56 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-test-steps ---
05:48:56 [INFO] 
05:48:56 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-test-steps ---
05:48:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps/target/kapua-device-registry-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-test-steps/2.1.0-SNAPSHOT/kapua-device-registry-test-steps-2.1.0-SNAPSHOT.jar
05:48:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-test-steps/2.1.0-SNAPSHOT/kapua-device-registry-test-steps-2.1.0-SNAPSHOT.pom
05:48:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/test-steps/target/kapua-device-registry-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-test-steps/2.1.0-SNAPSHOT/kapua-device-registry-test-steps-2.1.0-SNAPSHOT-sources.jar
05:48:56 [INFO] 
05:48:56 [INFO] ------------< org.eclipse.kapua:kapua-device-registry-test >------------
05:48:56 [INFO] Building kapua-device-registry-test 2.1.0-SNAPSHOT             [138/229]
05:48:56 [INFO]   from service/device/registry/test/pom.xml
05:48:56 [INFO] --------------------------------[ jar ]---------------------------------
05:48:56 [INFO] 
05:48:56 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-test ---
05:48:56 [INFO] 
05:48:56 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-test ---
05:48:56 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:57 [INFO] 
05:48:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-test ---
05:48:57 [INFO] Required toolchain: jdk [ version='11' ]
05:48:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:57 [INFO] 
05:48:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-test ---
05:48:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry/test
05:48:57 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358537009
05:48:57 [WARNING] Cannot get the branch information from the git repository: 
05:48:57 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:57 
05:48:57 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/registry/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:57 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/registry/test
05:48:57 [INFO] Storing buildScmBranch: UNKNOWN
05:48:57 [INFO] 
05:48:57 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-test ---
05:48:57 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/registry/test/target/jacoco.exec
05:48:57 [INFO] 
05:48:57 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-test ---
05:48:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/registry/test/src/main/resources
05:48:57 [INFO] 
05:48:57 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-test ---
05:48:57 [INFO] Copying 1 resource
05:48:57 [INFO] 
05:48:57 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-test ---
05:48:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:57 [INFO] No sources to compile
05:48:57 [INFO] 
05:48:57 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-test ---
05:48:57 [INFO] Copying 9 resources
05:48:57 [INFO] 
05:48:57 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-test ---
05:48:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:57 [INFO] Changes detected - recompiling the module!
05:48:57 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/device/registry/test/target/test-classes
05:48:58 [INFO] 
05:48:58 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-test ---
05:48:58 [INFO] Tests are skipped.
05:48:58 [INFO] 
05:48:58 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-test ---
05:48:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:48:58 [INFO] 
05:48:58 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-test ---
05:48:58 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/registry/test/target/kapua-device-registry-test-2.1.0-SNAPSHOT.jar
05:48:58 [INFO] 
05:48:58 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-test ---
05:48:58 [INFO] No sources in project. Archive not created.
05:48:58 [INFO] 
05:48:58 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-test ---
05:48:58 [INFO] 
05:48:58 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-test ---
05:48:58 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/test/target/kapua-device-registry-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-test/2.1.0-SNAPSHOT/kapua-device-registry-test-2.1.0-SNAPSHOT.jar
05:48:58 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/registry/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-registry-test/2.1.0-SNAPSHOT/kapua-device-registry-test-2.1.0-SNAPSHOT.pom
05:48:58 [INFO] 
05:48:58 [INFO] --------------< org.eclipse.kapua:kapua-scheduler-quartz >--------------
05:48:58 [INFO] Building kapua-scheduler-quartz 2.1.0-SNAPSHOT                 [139/229]
05:48:58 [INFO]   from service/scheduler/quartz/pom.xml
05:48:58 [INFO] --------------------------------[ jar ]---------------------------------
05:48:59 [INFO] 
05:48:59 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-quartz ---
05:48:59 [INFO] 
05:48:59 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-quartz ---
05:48:59 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:48:59 [INFO] 
05:48:59 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-quartz ---
05:48:59 [INFO] Required toolchain: jdk [ version='11' ]
05:48:59 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:59 [INFO] 
05:48:59 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-quartz ---
05:48:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler/quartz' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler/quartz
05:48:59 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358539167
05:48:59 [WARNING] Cannot get the branch information from the git repository: 
05:48:59 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:48:59 
05:48:59 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler/quartz' && 'git' 'rev-parse' '--verify' 'HEAD'
05:48:59 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler/quartz
05:48:59 [INFO] Storing buildScmBranch: UNKNOWN
05:48:59 [INFO] 
05:48:59 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-quartz ---
05:48:59 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/scheduler/quartz/target/jacoco.exec
05:48:59 [INFO] 
05:48:59 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-quartz ---
05:48:59 [INFO] Copying 30 resources
05:48:59 [INFO] 
05:48:59 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-quartz ---
05:48:59 [INFO] Copying 1 resource
05:48:59 [INFO] 
05:48:59 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-quartz ---
05:48:59 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:48:59 [INFO] Changes detected - recompiling the module!
05:48:59 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-build/service/scheduler/quartz/target/classes
05:49:01 [INFO] 
05:49:01 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-quartz ---
05:49:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/scheduler/quartz/src/test/resources
05:49:01 [INFO] 
05:49:01 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-quartz ---
05:49:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:01 [INFO] No sources to compile
05:49:01 [INFO] 
05:49:01 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-quartz ---
05:49:01 [INFO] Tests are skipped.
05:49:01 [INFO] 
05:49:01 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-quartz ---
05:49:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:01 [INFO] 
05:49:01 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-quartz ---
05:49:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT.jar
05:49:01 [INFO] 
05:49:01 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-quartz ---
05:49:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT-sources.jar
05:49:01 [INFO] 
05:49:01 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-quartz ---
05:49:01 [INFO] 
05:49:01 [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-quartz ---
05:49:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-quartz/2.1.0-SNAPSHOT/kapua-scheduler-quartz-2.1.0-SNAPSHOT.jar
05:49:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/quartz/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-quartz/2.1.0-SNAPSHOT/kapua-scheduler-quartz-2.1.0-SNAPSHOT.pom
05:49:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-quartz/2.1.0-SNAPSHOT/kapua-scheduler-quartz-2.1.0-SNAPSHOT-sources.jar
05:49:01 [INFO] 
05:49:01 [INFO] ----------------< org.eclipse.kapua:kapua-job-internal >----------------
05:49:01 [INFO] Building kapua-job-internal 2.1.0-SNAPSHOT                     [140/229]
05:49:01 [INFO]   from service/job/internal/pom.xml
05:49:01 [INFO] --------------------------------[ jar ]---------------------------------
05:49:01 [INFO] 
05:49:01 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-internal ---
05:49:01 [INFO] 
05:49:01 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-internal ---
05:49:01 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:01 [INFO] 
05:49:01 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-internal ---
05:49:01 [INFO] Required toolchain: jdk [ version='11' ]
05:49:01 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:01 [INFO] 
05:49:01 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-internal ---
05:49:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job/internal
05:49:01 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358541847
05:49:01 [WARNING] Cannot get the branch information from the git repository: 
05:49:01 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:01 
05:49:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job/internal
05:49:01 [INFO] Storing buildScmBranch: UNKNOWN
05:49:01 [INFO] 
05:49:01 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-internal ---
05:49:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/job/internal/target/jacoco.exec
05:49:01 [INFO] 
05:49:01 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-internal ---
05:49:01 [INFO] Copying 42 resources
05:49:01 [INFO] 
05:49:01 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-internal ---
05:49:01 [INFO] Copying 1 resource
05:49:01 [INFO] 
05:49:01 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-internal ---
05:49:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:01 [INFO] Changes detected - recompiling the module!
05:49:01 [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/develop-build/service/job/internal/target/classes
05:49:04 [INFO] 
05:49:04 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-internal ---
05:49:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/job/internal/src/test/resources
05:49:04 [INFO] 
05:49:04 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-internal ---
05:49:04 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:04 [INFO] No sources to compile
05:49:04 [INFO] 
05:49:04 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-internal ---
05:49:04 [INFO] Tests are skipped.
05:49:04 [INFO] 
05:49:04 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-internal ---
05:49:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:04 [INFO] 
05:49:04 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-internal ---
05:49:04 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT.jar
05:49:04 [INFO] 
05:49:04 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-internal ---
05:49:04 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT-sources.jar
05:49:04 [INFO] 
05:49:04 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-internal ---
05:49:04 [INFO] 
05:49:04 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-internal ---
05:49:04 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-internal/2.1.0-SNAPSHOT/kapua-job-internal-2.1.0-SNAPSHOT.jar
05:49:04 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-internal/2.1.0-SNAPSHOT/kapua-job-internal-2.1.0-SNAPSHOT.pom
05:49:04 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-internal/2.1.0-SNAPSHOT/kapua-job-internal-2.1.0-SNAPSHOT-sources.jar
05:49:04 [INFO] 
05:49:04 [INFO] ---------------< org.eclipse.kapua:kapua-job-test-steps >---------------
05:49:04 [INFO] Building kapua-job-test-steps 2.1.0-SNAPSHOT                   [141/229]
05:49:04 [INFO]   from service/job/test-steps/pom.xml
05:49:04 [INFO] --------------------------------[ jar ]---------------------------------
05:49:04 [INFO] 
05:49:04 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-test-steps ---
05:49:04 [INFO] 
05:49:04 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-test-steps ---
05:49:04 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:05 [INFO] 
05:49:05 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-test-steps ---
05:49:05 [INFO] Required toolchain: jdk [ version='11' ]
05:49:05 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:05 [INFO] 
05:49:05 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-test-steps ---
05:49:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job/test-steps
05:49:05 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358545033
05:49:05 [WARNING] Cannot get the branch information from the git repository: 
05:49:05 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:05 
05:49:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job/test-steps
05:49:05 [INFO] Storing buildScmBranch: UNKNOWN
05:49:05 [INFO] 
05:49:05 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-test-steps ---
05:49:05 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/job/test-steps/target/jacoco.exec
05:49:05 [INFO] 
05:49:05 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-test-steps ---
05:49:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/job/test-steps/src/main/resources
05:49:05 [INFO] 
05:49:05 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-test-steps ---
05:49:05 [INFO] Copying 1 resource
05:49:05 [INFO] 
05:49:05 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-test-steps ---
05:49:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:05 [INFO] Changes detected - recompiling the module!
05:49:05 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-build/service/job/test-steps/target/classes
05:49:07 [INFO] 
05:49:07 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-test-steps ---
05:49:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/job/test-steps/src/test/resources
05:49:07 [INFO] 
05:49:07 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-test-steps ---
05:49:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:07 [INFO] No sources to compile
05:49:07 [INFO] 
05:49:07 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-test-steps ---
05:49:07 [INFO] Tests are skipped.
05:49:07 [INFO] 
05:49:07 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-test-steps ---
05:49:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:07 [INFO] 
05:49:07 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-test-steps ---
05:49:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT.jar
05:49:07 [INFO] 
05:49:07 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-test-steps ---
05:49:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT-sources.jar
05:49:07 [INFO] 
05:49:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-test-steps ---
05:49:07 [INFO] 
05:49:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-test-steps ---
05:49:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-test-steps/2.1.0-SNAPSHOT/kapua-job-test-steps-2.1.0-SNAPSHOT.jar
05:49:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-test-steps/2.1.0-SNAPSHOT/kapua-job-test-steps-2.1.0-SNAPSHOT.pom
05:49:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-test-steps/2.1.0-SNAPSHOT/kapua-job-test-steps-2.1.0-SNAPSHOT-sources.jar
05:49:07 [INFO] 
05:49:07 [INFO] ------------------< org.eclipse.kapua:kapua-job-test >------------------
05:49:07 [INFO] Building kapua-job-test 2.1.0-SNAPSHOT                         [142/229]
05:49:07 [INFO]   from service/job/test/pom.xml
05:49:07 [INFO] --------------------------------[ jar ]---------------------------------
05:49:07 [INFO] 
05:49:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-test ---
05:49:07 [INFO] 
05:49:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-test ---
05:49:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:07 [INFO] 
05:49:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-test ---
05:49:07 [INFO] Required toolchain: jdk [ version='11' ]
05:49:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:07 [INFO] 
05:49:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-test ---
05:49:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job/test
05:49:07 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358547550
05:49:07 [WARNING] Cannot get the branch information from the git repository: 
05:49:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:07 
05:49:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/job/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/job/test
05:49:07 [INFO] Storing buildScmBranch: UNKNOWN
05:49:07 [INFO] 
05:49:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-test ---
05:49:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/job/test/target/jacoco.exec
05:49:07 [INFO] 
05:49:07 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-test ---
05:49:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/job/test/src/main/resources
05:49:07 [INFO] 
05:49:07 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-test ---
05:49:07 [INFO] Copying 1 resource
05:49:07 [INFO] 
05:49:07 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-test ---
05:49:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:07 [INFO] No sources to compile
05:49:07 [INFO] 
05:49:07 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-test ---
05:49:07 [INFO] Copying 8 resources
05:49:07 [INFO] 
05:49:07 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-test ---
05:49:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:07 [INFO] Changes detected - recompiling the module!
05:49:07 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/job/test/target/test-classes
05:49:09 [INFO] 
05:49:09 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-test ---
05:49:09 [INFO] Tests are skipped.
05:49:09 [INFO] 
05:49:09 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-test ---
05:49:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:09 [INFO] 
05:49:09 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-test ---
05:49:09 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/job/test/target/kapua-job-test-2.1.0-SNAPSHOT.jar
05:49:09 [INFO] 
05:49:09 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-test ---
05:49:09 [INFO] No sources in project. Archive not created.
05:49:09 [INFO] 
05:49:09 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-test ---
05:49:09 [INFO] 
05:49:09 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-test ---
05:49:09 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/test/target/kapua-job-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-test/2.1.0-SNAPSHOT/kapua-job-test-2.1.0-SNAPSHOT.jar
05:49:09 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/job/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-test/2.1.0-SNAPSHOT/kapua-job-test-2.1.0-SNAPSHOT.pom
05:49:09 [INFO] 
05:49:09 [INFO] ---------------< org.eclipse.kapua:kapua-tag-test-steps >---------------
05:49:09 [INFO] Building kapua-tag-test-steps 2.1.0-SNAPSHOT                   [143/229]
05:49:09 [INFO]   from service/tag/test-steps/pom.xml
05:49:09 [INFO] --------------------------------[ jar ]---------------------------------
05:49:09 [INFO] 
05:49:09 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-test-steps ---
05:49:09 [INFO] 
05:49:09 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-test-steps ---
05:49:09 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:09 [INFO] 
05:49:09 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-test-steps ---
05:49:09 [INFO] Required toolchain: jdk [ version='11' ]
05:49:09 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:09 [INFO] 
05:49:09 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-test-steps ---
05:49:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag/test-steps
05:49:09 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358549710
05:49:09 [WARNING] Cannot get the branch information from the git repository: 
05:49:09 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:09 
05:49:09 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:09 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag/test-steps
05:49:09 [INFO] Storing buildScmBranch: UNKNOWN
05:49:09 [INFO] 
05:49:09 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-test-steps ---
05:49:09 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/tag/test-steps/target/jacoco.exec
05:49:09 [INFO] 
05:49:09 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-test-steps ---
05:49:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/tag/test-steps/src/main/resources
05:49:09 [INFO] 
05:49:09 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-test-steps ---
05:49:09 [INFO] Copying 1 resource
05:49:09 [INFO] 
05:49:09 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-test-steps ---
05:49:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:09 [INFO] Changes detected - recompiling the module!
05:49:09 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/service/tag/test-steps/target/classes
05:49:11 [INFO] 
05:49:11 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-test-steps ---
05:49:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/tag/test-steps/src/test/resources
05:49:11 [INFO] 
05:49:11 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-test-steps ---
05:49:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:11 [INFO] No sources to compile
05:49:11 [INFO] 
05:49:11 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-test-steps ---
05:49:11 [INFO] Tests are skipped.
05:49:11 [INFO] 
05:49:11 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-test-steps ---
05:49:11 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:11 [INFO] 
05:49:11 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-test-steps ---
05:49:11 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT.jar
05:49:11 [INFO] 
05:49:11 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-test-steps ---
05:49:11 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT-sources.jar
05:49:11 [INFO] 
05:49:11 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-test-steps ---
05:49:11 [INFO] 
05:49:11 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-test-steps ---
05:49:11 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-test-steps/2.1.0-SNAPSHOT/kapua-tag-test-steps-2.1.0-SNAPSHOT.jar
05:49:11 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-test-steps/2.1.0-SNAPSHOT/kapua-tag-test-steps-2.1.0-SNAPSHOT.pom
05:49:11 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-test-steps/2.1.0-SNAPSHOT/kapua-tag-test-steps-2.1.0-SNAPSHOT-sources.jar
05:49:11 [INFO] 
05:49:11 [INFO] ------------------< org.eclipse.kapua:kapua-tag-test >------------------
05:49:11 [INFO] Building kapua-tag-test 2.1.0-SNAPSHOT                         [144/229]
05:49:11 [INFO]   from service/tag/test/pom.xml
05:49:11 [INFO] --------------------------------[ jar ]---------------------------------
05:49:11 [INFO] 
05:49:11 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-test ---
05:49:11 [INFO] 
05:49:11 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-test ---
05:49:11 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:11 [INFO] 
05:49:11 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-test ---
05:49:11 [INFO] Required toolchain: jdk [ version='11' ]
05:49:11 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:11 [INFO] 
05:49:11 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-test ---
05:49:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag/test
05:49:11 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358551818
05:49:11 [WARNING] Cannot get the branch information from the git repository: 
05:49:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:11 
05:49:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/tag/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/tag/test
05:49:11 [INFO] Storing buildScmBranch: UNKNOWN
05:49:11 [INFO] 
05:49:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-test ---
05:49:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/tag/test/target/jacoco.exec
05:49:11 [INFO] 
05:49:11 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-test ---
05:49:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/tag/test/src/main/resources
05:49:11 [INFO] 
05:49:11 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-test ---
05:49:11 [INFO] Copying 1 resource
05:49:11 [INFO] 
05:49:11 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-test ---
05:49:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:11 [INFO] No sources to compile
05:49:11 [INFO] 
05:49:11 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-test ---
05:49:11 [INFO] Copying 6 resources
05:49:11 [INFO] 
05:49:11 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-test ---
05:49:11 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:11 [INFO] Changes detected - recompiling the module!
05:49:11 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/tag/test/target/test-classes
05:49:13 [INFO] 
05:49:13 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-test ---
05:49:13 [INFO] Tests are skipped.
05:49:13 [INFO] 
05:49:13 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-test ---
05:49:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:13 [INFO] 
05:49:13 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-test ---
05:49:13 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/tag/test/target/kapua-tag-test-2.1.0-SNAPSHOT.jar
05:49:13 [INFO] 
05:49:13 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-test ---
05:49:13 [INFO] No sources in project. Archive not created.
05:49:13 [INFO] 
05:49:13 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-test ---
05:49:13 [INFO] 
05:49:13 [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-test ---
05:49:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/test/target/kapua-tag-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-test/2.1.0-SNAPSHOT/kapua-tag-test-2.1.0-SNAPSHOT.jar
05:49:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/tag/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-tag-test/2.1.0-SNAPSHOT/kapua-tag-test-2.1.0-SNAPSHOT.pom
05:49:13 [INFO] 
05:49:13 [INFO] ------------------< org.eclipse.kapua:kapua-endpoint >------------------
05:49:13 [INFO] Building kapua-endpoint 2.1.0-SNAPSHOT                         [145/229]
05:49:13 [INFO]   from service/endpoint/pom.xml
05:49:13 [INFO] --------------------------------[ pom ]---------------------------------
05:49:13 [INFO] 
05:49:13 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint ---
05:49:13 [INFO] 
05:49:13 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint ---
05:49:13 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:13 [INFO] 
05:49:13 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint ---
05:49:13 [INFO] Required toolchain: jdk [ version='11' ]
05:49:13 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:13 [INFO] 
05:49:13 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint ---
05:49:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/endpoint' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/endpoint
05:49:13 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358553978
05:49:13 [WARNING] Cannot get the branch information from the git repository: 
05:49:13 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:13 
05:49:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/endpoint' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/endpoint
05:49:13 [INFO] Storing buildScmBranch: UNKNOWN
05:49:13 [INFO] 
05:49:13 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint ---
05:49:13 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/endpoint/target/jacoco.exec
05:49:13 [INFO] 
05:49:13 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint ---
05:49:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:13 [INFO] 
05:49:13 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint ---
05:49:13 [INFO] 
05:49:13 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint ---
05:49:13 [INFO] 
05:49:13 [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint ---
05:49:13 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint/2.1.0-SNAPSHOT/kapua-endpoint-2.1.0-SNAPSHOT.pom
05:49:13 [INFO] 
05:49:13 [INFO] ----------------< org.eclipse.kapua:kapua-endpoint-api >----------------
05:49:13 [INFO] Building kapua-endpoint-api 2.1.0-SNAPSHOT                     [146/229]
05:49:13 [INFO]   from service/endpoint/api/pom.xml
05:49:13 [INFO] --------------------------------[ jar ]---------------------------------
05:49:13 [INFO] 
05:49:13 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint-api ---
05:49:13 [INFO] 
05:49:13 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-api ---
05:49:13 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:14 [INFO] 
05:49:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-api ---
05:49:14 [INFO] Required toolchain: jdk [ version='11' ]
05:49:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:14 [INFO] 
05:49:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-api ---
05:49:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/endpoint/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/endpoint/api
05:49:14 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358554068
05:49:14 [WARNING] Cannot get the branch information from the git repository: 
05:49:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:14 
05:49:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/endpoint/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/endpoint/api
05:49:14 [INFO] Storing buildScmBranch: UNKNOWN
05:49:14 [INFO] 
05:49:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-api ---
05:49:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/endpoint/api/target/jacoco.exec
05:49:14 [INFO] 
05:49:14 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-api ---
05:49:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/endpoint/api/src/main/resources
05:49:14 [INFO] 
05:49:14 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-api ---
05:49:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:14 [INFO] Changes detected - recompiling the module!
05:49:14 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-build/service/endpoint/api/target/classes
05:49:14 [INFO] 
05:49:14 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-endpoint-api ---
05:49:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/endpoint/api/src/test/resources
05:49:14 [INFO] 
05:49:14 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-endpoint-api ---
05:49:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:14 [INFO] No sources to compile
05:49:14 [INFO] 
05:49:14 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-endpoint-api ---
05:49:14 [INFO] Tests are skipped.
05:49:14 [INFO] 
05:49:14 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint-api ---
05:49:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:14 [INFO] 
05:49:14 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-endpoint-api ---
05:49:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT.jar
05:49:14 [INFO] 
05:49:14 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint-api ---
05:49:15 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT-sources.jar
05:49:15 [INFO] 
05:49:15 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint-api ---
05:49:15 [INFO] 
05:49:15 [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint-api ---
05:49:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint-api/2.1.0-SNAPSHOT/kapua-endpoint-api-2.1.0-SNAPSHOT.jar
05:49:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint-api/2.1.0-SNAPSHOT/kapua-endpoint-api-2.1.0-SNAPSHOT.pom
05:49:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint-api/2.1.0-SNAPSHOT/kapua-endpoint-api-2.1.0-SNAPSHOT-sources.jar
05:49:15 [INFO] 
05:49:15 [INFO] ------------------< org.eclipse.kapua:kapua-rest-api >------------------
05:49:15 [INFO] Building kapua-rest-api 2.1.0-SNAPSHOT                         [147/229]
05:49:15 [INFO]   from rest-api/pom.xml
05:49:15 [INFO] --------------------------------[ pom ]---------------------------------
05:49:15 [INFO] 
05:49:15 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api ---
05:49:15 [INFO] 
05:49:15 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api ---
05:49:15 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:15 [INFO] 
05:49:15 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api ---
05:49:15 [INFO] Required toolchain: jdk [ version='11' ]
05:49:15 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:15 [INFO] 
05:49:15 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api ---
05:49:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/rest-api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/rest-api
05:49:15 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358555556
05:49:15 [WARNING] Cannot get the branch information from the git repository: 
05:49:15 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:15 
05:49:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/rest-api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/rest-api
05:49:15 [INFO] Storing buildScmBranch: UNKNOWN
05:49:15 [INFO] 
05:49:15 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api ---
05:49:15 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/rest-api/target/jacoco.exec
05:49:15 [INFO] 
05:49:15 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api ---
05:49:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:15 [INFO] 
05:49:15 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api ---
05:49:15 [INFO] 
05:49:15 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api ---
05:49:15 [INFO] 
05:49:15 [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api ---
05:49:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api/2.1.0-SNAPSHOT/kapua-rest-api-2.1.0-SNAPSHOT.pom
05:49:15 [INFO] 
05:49:15 [INFO] ---------------< org.eclipse.kapua:kapua-rest-api-core >----------------
05:49:15 [INFO] Building kapua-rest-api-core 2.1.0-SNAPSHOT                    [148/229]
05:49:15 [INFO]   from rest-api/core/pom.xml
05:49:15 [INFO] --------------------------------[ jar ]---------------------------------
05:49:15 [INFO] 
05:49:15 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api-core ---
05:49:15 [INFO] 
05:49:15 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-core ---
05:49:15 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:15 [INFO] 
05:49:15 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-core ---
05:49:15 [INFO] Required toolchain: jdk [ version='11' ]
05:49:15 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:15 [INFO] 
05:49:15 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-core ---
05:49:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/rest-api/core' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/rest-api/core
05:49:15 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358555912
05:49:15 [WARNING] Cannot get the branch information from the git repository: 
05:49:15 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:15 
05:49:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/rest-api/core' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/rest-api/core
05:49:15 [INFO] Storing buildScmBranch: UNKNOWN
05:49:15 [INFO] 
05:49:15 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-core ---
05:49:15 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/rest-api/core/target/jacoco.exec
05:49:15 [INFO] 
05:49:15 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-core ---
05:49:15 [INFO] Copying 1 resource
05:49:15 [INFO] 
05:49:15 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-core ---
05:49:15 [INFO] Copying 1 resource
05:49:15 [INFO] 
05:49:15 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-core ---
05:49:15 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:15 [INFO] Changes detected - recompiling the module!
05:49:15 [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/develop-build/rest-api/core/target/classes
05:49:17 [INFO] 
05:49:17 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-rest-api-core ---
05:49:17 [INFO] Copying 1 resource
05:49:17 [INFO] 
05:49:17 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-rest-api-core ---
05:49:17 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:17 [INFO] Changes detected - recompiling the module!
05:49:17 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/develop-build/rest-api/core/target/test-classes
05:49:20 [INFO] 
05:49:20 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-rest-api-core ---
05:49:20 [INFO] Tests are skipped.
05:49:20 [INFO] 
05:49:20 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api-core ---
05:49:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:20 [INFO] 
05:49:20 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-rest-api-core ---
05:49:20 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT.jar
05:49:20 [INFO] 
05:49:20 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api-core ---
05:49:20 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT-sources.jar
05:49:20 [INFO] 
05:49:20 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api-core ---
05:49:20 [INFO] 
05:49:20 [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api-core ---
05:49:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api-core/2.1.0-SNAPSHOT/kapua-rest-api-core-2.1.0-SNAPSHOT.jar
05:49:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/core/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api-core/2.1.0-SNAPSHOT/kapua-rest-api-core-2.1.0-SNAPSHOT.pom
05:49:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api-core/2.1.0-SNAPSHOT/kapua-rest-api-core-2.1.0-SNAPSHOT-sources.jar
05:49:20 [INFO] 
05:49:20 [INFO] ---------< org.eclipse.kapua:kapua-device-management-all-api >----------
05:49:20 [INFO] Building kapua-device-management-all-api 2.1.0-SNAPSHOT        [149/229]
05:49:20 [INFO]   from service/device/management/all/api/pom.xml
05:49:20 [INFO] --------------------------------[ jar ]---------------------------------
05:49:20 [INFO] 
05:49:20 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all-api ---
05:49:20 [INFO] 
05:49:20 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-api ---
05:49:20 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:20 [INFO] 
05:49:20 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-api ---
05:49:20 [INFO] Required toolchain: jdk [ version='11' ]
05:49:20 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:20 [INFO] 
05:49:20 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-api ---
05:49:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/all/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/all/api
05:49:20 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358560286
05:49:20 [WARNING] Cannot get the branch information from the git repository: 
05:49:20 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:20 
05:49:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/all/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/all/api
05:49:20 [INFO] Storing buildScmBranch: UNKNOWN
05:49:20 [INFO] 
05:49:20 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-api ---
05:49:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/all/api/target/jacoco.exec
05:49:20 [INFO] 
05:49:20 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-api ---
05:49:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/all/api/src/main/resources
05:49:20 [INFO] 
05:49:20 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-api ---
05:49:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:20 [INFO] No sources to compile
05:49:20 [INFO] 
05:49:20 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-all-api ---
05:49:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/all/api/src/test/resources
05:49:20 [INFO] 
05:49:20 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-all-api ---
05:49:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:20 [INFO] No sources to compile
05:49:20 [INFO] 
05:49:20 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-all-api ---
05:49:20 [INFO] Tests are skipped.
05:49:20 [INFO] 
05:49:20 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all-api ---
05:49:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:20 [INFO] 
05:49:20 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-all-api ---
05:49:20 [WARNING] JAR will be empty - no content was marked for inclusion!
05:49:20 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/all/api/target/kapua-device-management-all-api-2.1.0-SNAPSHOT.jar
05:49:20 [INFO] 
05:49:20 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all-api ---
05:49:20 [INFO] No sources in project. Archive not created.
05:49:20 [INFO] 
05:49:20 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all-api ---
05:49:20 [INFO] 
05:49:20 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all-api ---
05:49:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/all/api/target/kapua-device-management-all-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-all-api/2.1.0-SNAPSHOT/kapua-device-management-all-api-2.1.0-SNAPSHOT.jar
05:49:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/all/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-all-api/2.1.0-SNAPSHOT/kapua-device-management-all-api-2.1.0-SNAPSHOT.pom
05:49:20 [INFO] 
05:49:20 [INFO] -------------------< org.eclipse.kapua:kapua-system >-------------------
05:49:20 [INFO] Building kapua-system 2.1.0-SNAPSHOT                           [150/229]
05:49:20 [INFO]   from service/system/pom.xml
05:49:20 [INFO] --------------------------------[ pom ]---------------------------------
05:49:20 [INFO] 
05:49:20 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system ---
05:49:20 [INFO] 
05:49:20 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system ---
05:49:20 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:20 [INFO] 
05:49:20 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system ---
05:49:20 [INFO] Required toolchain: jdk [ version='11' ]
05:49:20 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:20 [INFO] 
05:49:20 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system ---
05:49:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system
05:49:20 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358560466
05:49:20 [WARNING] Cannot get the branch information from the git repository: 
05:49:20 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:20 
05:49:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system
05:49:20 [INFO] Storing buildScmBranch: UNKNOWN
05:49:20 [INFO] 
05:49:20 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system ---
05:49:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/system/target/jacoco.exec
05:49:20 [INFO] 
05:49:20 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system ---
05:49:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:20 [INFO] 
05:49:20 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system ---
05:49:20 [INFO] 
05:49:20 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system ---
05:49:20 [INFO] 
05:49:20 [INFO] --- install:2.5.2:install (default-install) @ kapua-system ---
05:49:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system/2.1.0-SNAPSHOT/kapua-system-2.1.0-SNAPSHOT.pom
05:49:20 [INFO] 
05:49:20 [INFO] -----------------< org.eclipse.kapua:kapua-system-api >-----------------
05:49:20 [INFO] Building kapua-system-api 2.1.0-SNAPSHOT                       [151/229]
05:49:20 [INFO]   from service/system/api/pom.xml
05:49:20 [INFO] --------------------------------[ jar ]---------------------------------
05:49:20 [INFO] 
05:49:20 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system-api ---
05:49:20 [INFO] 
05:49:20 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-api ---
05:49:20 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:20 [INFO] 
05:49:20 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-api ---
05:49:20 [INFO] Required toolchain: jdk [ version='11' ]
05:49:20 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:20 [INFO] 
05:49:20 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-api ---
05:49:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system/api
05:49:20 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358560544
05:49:20 [WARNING] Cannot get the branch information from the git repository: 
05:49:20 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:20 
05:49:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system/api
05:49:20 [INFO] Storing buildScmBranch: UNKNOWN
05:49:20 [INFO] 
05:49:20 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-api ---
05:49:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/system/api/target/jacoco.exec
05:49:20 [INFO] 
05:49:20 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-api ---
05:49:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/system/api/src/main/resources
05:49:20 [INFO] 
05:49:20 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-api ---
05:49:20 [INFO] Copying 1 resource
05:49:20 [INFO] 
05:49:20 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-api ---
05:49:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:20 [INFO] Changes detected - recompiling the module!
05:49:20 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-build/service/system/api/target/classes
05:49:21 [INFO] 
05:49:21 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-system-api ---
05:49:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/system/api/src/test/resources
05:49:21 [INFO] 
05:49:21 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-system-api ---
05:49:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:21 [INFO] No sources to compile
05:49:21 [INFO] 
05:49:21 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-system-api ---
05:49:21 [INFO] Tests are skipped.
05:49:21 [INFO] 
05:49:21 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system-api ---
05:49:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:21 [INFO] 
05:49:21 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-system-api ---
05:49:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT.jar
05:49:21 [INFO] 
05:49:21 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system-api ---
05:49:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT-sources.jar
05:49:21 [INFO] 
05:49:21 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system-api ---
05:49:21 [INFO] 
05:49:21 [INFO] --- install:2.5.2:install (default-install) @ kapua-system-api ---
05:49:21 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-api/2.1.0-SNAPSHOT/kapua-system-api-2.1.0-SNAPSHOT.jar
05:49:21 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-api/2.1.0-SNAPSHOT/kapua-system-api-2.1.0-SNAPSHOT.pom
05:49:21 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-api/2.1.0-SNAPSHOT/kapua-system-api-2.1.0-SNAPSHOT-sources.jar
05:49:21 [INFO] 
05:49:21 [INFO] ------------< org.eclipse.kapua:kapua-commons-rest-errors >-------------
05:49:21 [INFO] Building kapua-commons-rest-errors 2.1.0-SNAPSHOT              [152/229]
05:49:21 [INFO]   from commons-rest/errors/pom.xml
05:49:21 [INFO] --------------------------------[ jar ]---------------------------------
05:49:21 [INFO] 
05:49:21 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest-errors ---
05:49:21 [INFO] 
05:49:21 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-errors ---
05:49:21 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:21 [INFO] 
05:49:21 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-errors ---
05:49:21 [INFO] Required toolchain: jdk [ version='11' ]
05:49:21 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:21 [INFO] 
05:49:21 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-errors ---
05:49:21 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons-rest/errors' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:21 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons-rest/errors
05:49:21 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358561549
05:49:21 [WARNING] Cannot get the branch information from the git repository: 
05:49:21 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:21 
05:49:21 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons-rest/errors' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:21 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons-rest/errors
05:49:21 [INFO] Storing buildScmBranch: UNKNOWN
05:49:21 [INFO] 
05:49:21 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-errors ---
05:49:21 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/commons-rest/errors/target/jacoco.exec
05:49:21 [INFO] 
05:49:21 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-errors ---
05:49:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/commons-rest/errors/src/main/resources
05:49:21 [INFO] 
05:49:21 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-errors ---
05:49:21 [INFO] Copying 1 resource
05:49:21 [INFO] 
05:49:21 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-errors ---
05:49:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:21 [INFO] Changes detected - recompiling the module!
05:49:21 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/develop-build/commons-rest/errors/target/classes
05:49:23 [INFO] 
05:49:23 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons-rest-errors ---
05:49:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/commons-rest/errors/src/test/resources
05:49:23 [INFO] 
05:49:23 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons-rest-errors ---
05:49:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:23 [INFO] No sources to compile
05:49:23 [INFO] 
05:49:23 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons-rest-errors ---
05:49:23 [INFO] Tests are skipped.
05:49:23 [INFO] 
05:49:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest-errors ---
05:49:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:23 [INFO] 
05:49:23 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons-rest-errors ---
05:49:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT.jar
05:49:23 [INFO] 
05:49:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest-errors ---
05:49:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT-sources.jar
05:49:23 [INFO] 
05:49:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest-errors ---
05:49:23 [INFO] 
05:49:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest-errors ---
05:49:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest-errors/2.1.0-SNAPSHOT/kapua-commons-rest-errors-2.1.0-SNAPSHOT.jar
05:49:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/errors/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest-errors/2.1.0-SNAPSHOT/kapua-commons-rest-errors-2.1.0-SNAPSHOT.pom
05:49:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest-errors/2.1.0-SNAPSHOT/kapua-commons-rest-errors-2.1.0-SNAPSHOT-sources.jar
05:49:23 [INFO] 
05:49:23 [INFO] -------------< org.eclipse.kapua:kapua-rest-api-resources >-------------
05:49:23 [INFO] Building kapua-rest-api-resources 2.1.0-SNAPSHOT               [153/229]
05:49:23 [INFO]   from rest-api/resources/pom.xml
05:49:23 [INFO] --------------------------------[ jar ]---------------------------------
05:49:23 [INFO] 
05:49:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api-resources ---
05:49:23 [INFO] 
05:49:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-resources ---
05:49:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:23 [INFO] 
05:49:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-resources ---
05:49:23 [INFO] Required toolchain: jdk [ version='11' ]
05:49:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:23 [INFO] 
05:49:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-resources ---
05:49:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/rest-api/resources' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/rest-api/resources
05:49:23 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358563788
05:49:23 [WARNING] Cannot get the branch information from the git repository: 
05:49:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:23 
05:49:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/rest-api/resources' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/rest-api/resources
05:49:23 [INFO] Storing buildScmBranch: UNKNOWN
05:49:23 [INFO] 
05:49:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-resources ---
05:49:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/rest-api/resources/target/jacoco.exec
05:49:23 [INFO] 
05:49:23 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-resources ---
05:49:23 [INFO] Copying 202 resources
05:49:23 [INFO] 
05:49:23 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-resources ---
05:49:23 [INFO] Copying 1 resource
05:49:23 [INFO] 
05:49:23 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-resources ---
05:49:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:23 [INFO] Changes detected - recompiling the module!
05:49:23 [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/develop-build/rest-api/resources/target/classes
05:49:26 [INFO] 
05:49:26 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-rest-api-resources ---
05:49:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/rest-api/resources/src/test/resources
05:49:26 [INFO] 
05:49:26 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-rest-api-resources ---
05:49:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:26 [INFO] No sources to compile
05:49:26 [INFO] 
05:49:26 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-rest-api-resources ---
05:49:26 [INFO] Tests are skipped.
05:49:26 [INFO] 
05:49:26 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api-resources ---
05:49:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:26 [INFO] 
05:49:26 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-rest-api-resources ---
05:49:26 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT.jar
05:49:26 [INFO] 
05:49:26 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api-resources ---
05:49:26 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT-sources.jar
05:49:26 [INFO] 
05:49:26 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api-resources ---
05:49:26 [INFO] 
05:49:26 [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api-resources ---
05:49:26 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api-resources/2.1.0-SNAPSHOT/kapua-rest-api-resources-2.1.0-SNAPSHOT.jar
05:49:26 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/resources/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api-resources/2.1.0-SNAPSHOT/kapua-rest-api-resources-2.1.0-SNAPSHOT.pom
05:49:26 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api-resources/2.1.0-SNAPSHOT/kapua-rest-api-resources-2.1.0-SNAPSHOT-sources.jar
05:49:26 [INFO] 
05:49:26 [INFO] -------------< org.eclipse.kapua:kapua-endpoint-internal >--------------
05:49:26 [INFO] Building kapua-endpoint-internal 2.1.0-SNAPSHOT                [154/229]
05:49:26 [INFO]   from service/endpoint/internal/pom.xml
05:49:26 [INFO] --------------------------------[ jar ]---------------------------------
05:49:26 [INFO] 
05:49:26 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint-internal ---
05:49:26 [INFO] 
05:49:26 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-internal ---
05:49:26 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:27 [INFO] 
05:49:27 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-internal ---
05:49:27 [INFO] Required toolchain: jdk [ version='11' ]
05:49:27 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:27 [INFO] 
05:49:27 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-internal ---
05:49:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/endpoint/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/endpoint/internal
05:49:27 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358567070
05:49:27 [WARNING] Cannot get the branch information from the git repository: 
05:49:27 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:27 
05:49:27 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/endpoint/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:27 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/endpoint/internal
05:49:27 [INFO] Storing buildScmBranch: UNKNOWN
05:49:27 [INFO] 
05:49:27 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-internal ---
05:49:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/endpoint/internal/target/jacoco.exec
05:49:27 [INFO] 
05:49:27 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-internal ---
05:49:27 [INFO] Copying 14 resources
05:49:27 [INFO] 
05:49:27 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-internal ---
05:49:27 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:27 [INFO] Changes detected - recompiling the module!
05:49:27 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-build/service/endpoint/internal/target/classes
05:49:28 [INFO] 
05:49:28 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-endpoint-internal ---
05:49:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/endpoint/internal/src/test/resources
05:49:28 [INFO] 
05:49:28 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-endpoint-internal ---
05:49:28 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:28 [INFO] No sources to compile
05:49:28 [INFO] 
05:49:28 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-endpoint-internal ---
05:49:28 [INFO] Tests are skipped.
05:49:28 [INFO] 
05:49:28 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint-internal ---
05:49:28 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:28 [INFO] 
05:49:28 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-endpoint-internal ---
05:49:28 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT.jar
05:49:29 [INFO] 
05:49:29 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint-internal ---
05:49:29 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT-sources.jar
05:49:29 [INFO] 
05:49:29 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint-internal ---
05:49:29 [INFO] 
05:49:29 [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint-internal ---
05:49:29 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint-internal/2.1.0-SNAPSHOT/kapua-endpoint-internal-2.1.0-SNAPSHOT.jar
05:49:29 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint-internal/2.1.0-SNAPSHOT/kapua-endpoint-internal-2.1.0-SNAPSHOT.pom
05:49:29 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint-internal/2.1.0-SNAPSHOT/kapua-endpoint-internal-2.1.0-SNAPSHOT-sources.jar
05:49:29 [INFO] 
05:49:29 [INFO] ------------< org.eclipse.kapua:kapua-commons-rest-filters >------------
05:49:29 [INFO] Building kapua-commons-rest-filters 2.1.0-SNAPSHOT             [155/229]
05:49:29 [INFO]   from commons-rest/filters/pom.xml
05:49:29 [INFO] --------------------------------[ jar ]---------------------------------
05:49:29 [INFO] 
05:49:29 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest-filters ---
05:49:29 [INFO] 
05:49:29 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-filters ---
05:49:29 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:29 [INFO] 
05:49:29 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-filters ---
05:49:29 [INFO] Required toolchain: jdk [ version='11' ]
05:49:29 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:29 [INFO] 
05:49:29 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-filters ---
05:49:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons-rest/filters' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons-rest/filters
05:49:29 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358569133
05:49:29 [WARNING] Cannot get the branch information from the git repository: 
05:49:29 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:29 
05:49:29 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/commons-rest/filters' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:29 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/commons-rest/filters
05:49:29 [INFO] Storing buildScmBranch: UNKNOWN
05:49:29 [INFO] 
05:49:29 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-filters ---
05:49:29 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/commons-rest/filters/target/jacoco.exec
05:49:29 [INFO] 
05:49:29 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-filters ---
05:49:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/commons-rest/filters/src/main/resources
05:49:29 [INFO] 
05:49:29 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-filters ---
05:49:29 [INFO] Copying 1 resource
05:49:29 [INFO] 
05:49:29 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-filters ---
05:49:29 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:29 [INFO] Changes detected - recompiling the module!
05:49:29 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-build/commons-rest/filters/target/classes
05:49:30 [INFO] 
05:49:30 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons-rest-filters ---
05:49:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/commons-rest/filters/src/test/resources
05:49:30 [INFO] 
05:49:30 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons-rest-filters ---
05:49:30 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:30 [INFO] No sources to compile
05:49:30 [INFO] 
05:49:30 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons-rest-filters ---
05:49:30 [INFO] Tests are skipped.
05:49:30 [INFO] 
05:49:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest-filters ---
05:49:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:30 [INFO] 
05:49:30 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons-rest-filters ---
05:49:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT.jar
05:49:30 [INFO] 
05:49:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest-filters ---
05:49:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT-sources.jar
05:49:31 [INFO] 
05:49:31 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest-filters ---
05:49:31 [INFO] 
05:49:31 [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest-filters ---
05:49:31 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest-filters/2.1.0-SNAPSHOT/kapua-commons-rest-filters-2.1.0-SNAPSHOT.jar
05:49:31 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/filters/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest-filters/2.1.0-SNAPSHOT/kapua-commons-rest-filters-2.1.0-SNAPSHOT.pom
05:49:31 [INFO] Installing /home/jenkins/agent/workspace/develop-build/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-commons-rest-filters/2.1.0-SNAPSHOT/kapua-commons-rest-filters-2.1.0-SNAPSHOT-sources.jar
05:49:31 [INFO] 
05:49:31 [INFO] --------------< org.eclipse.kapua:kapua-stream-internal >---------------
05:49:31 [INFO] Building kapua-stream-internal 2.1.0-SNAPSHOT                  [156/229]
05:49:31 [INFO]   from service/stream/internal/pom.xml
05:49:31 [INFO] --------------------------------[ jar ]---------------------------------
05:49:31 [INFO] 
05:49:31 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-stream-internal ---
05:49:31 [INFO] 
05:49:31 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream-internal ---
05:49:31 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:31 [INFO] 
05:49:31 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream-internal ---
05:49:31 [INFO] Required toolchain: jdk [ version='11' ]
05:49:31 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:31 [INFO] 
05:49:31 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream-internal ---
05:49:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/stream/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/stream/internal
05:49:31 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358571070
05:49:31 [WARNING] Cannot get the branch information from the git repository: 
05:49:31 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:31 
05:49:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/stream/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/stream/internal
05:49:31 [INFO] Storing buildScmBranch: UNKNOWN
05:49:31 [INFO] 
05:49:31 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream-internal ---
05:49:31 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/stream/internal/target/jacoco.exec
05:49:31 [INFO] 
05:49:31 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-stream-internal ---
05:49:31 [INFO] Copying 3 resources
05:49:31 [INFO] 
05:49:31 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-stream-internal ---
05:49:31 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:31 [INFO] Changes detected - recompiling the module!
05:49:31 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/stream/internal/target/classes
05:49:32 [INFO] 
05:49:32 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-stream-internal ---
05:49:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/stream/internal/src/test/resources
05:49:32 [INFO] 
05:49:32 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-stream-internal ---
05:49:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:32 [INFO] No sources to compile
05:49:32 [INFO] 
05:49:32 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-stream-internal ---
05:49:32 [INFO] Tests are skipped.
05:49:32 [INFO] 
05:49:32 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-stream-internal ---
05:49:32 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:32 [INFO] 
05:49:32 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-stream-internal ---
05:49:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT.jar
05:49:32 [INFO] 
05:49:32 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-stream-internal ---
05:49:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT-sources.jar
05:49:32 [INFO] 
05:49:32 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-stream-internal ---
05:49:32 [INFO] 
05:49:32 [INFO] --- install:2.5.2:install (default-install) @ kapua-stream-internal ---
05:49:32 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-stream-internal/2.1.0-SNAPSHOT/kapua-stream-internal-2.1.0-SNAPSHOT.jar
05:49:32 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/stream/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-stream-internal/2.1.0-SNAPSHOT/kapua-stream-internal-2.1.0-SNAPSHOT.pom
05:49:32 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-stream-internal/2.1.0-SNAPSHOT/kapua-stream-internal-2.1.0-SNAPSHOT-sources.jar
05:49:32 [INFO] 
05:49:32 [INFO] --------------< org.eclipse.kapua:kapua-system-internal >---------------
05:49:32 [INFO] Building kapua-system-internal 2.1.0-SNAPSHOT                  [157/229]
05:49:32 [INFO]   from service/system/internal/pom.xml
05:49:32 [INFO] --------------------------------[ jar ]---------------------------------
05:49:32 [INFO] 
05:49:32 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system-internal ---
05:49:32 [INFO] 
05:49:32 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-internal ---
05:49:32 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:32 [INFO] 
05:49:32 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-internal ---
05:49:32 [INFO] Required toolchain: jdk [ version='11' ]
05:49:32 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:32 [INFO] 
05:49:32 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-internal ---
05:49:32 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:32 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system/internal
05:49:32 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358572781
05:49:32 [WARNING] Cannot get the branch information from the git repository: 
05:49:32 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:32 
05:49:32 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:32 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system/internal
05:49:32 [INFO] Storing buildScmBranch: UNKNOWN
05:49:32 [INFO] 
05:49:32 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-internal ---
05:49:32 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/system/internal/target/jacoco.exec
05:49:32 [INFO] 
05:49:32 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-internal ---
05:49:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/system/internal/src/main/resources
05:49:32 [INFO] 
05:49:32 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-internal ---
05:49:32 [INFO] Copying 1 resource
05:49:32 [INFO] 
05:49:32 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-internal ---
05:49:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:32 [INFO] Changes detected - recompiling the module!
05:49:32 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-build/service/system/internal/target/classes
05:49:34 [INFO] 
05:49:34 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-system-internal ---
05:49:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/system/internal/src/test/resources
05:49:34 [INFO] 
05:49:34 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-system-internal ---
05:49:34 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:34 [INFO] No sources to compile
05:49:34 [INFO] 
05:49:34 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-system-internal ---
05:49:34 [INFO] Tests are skipped.
05:49:34 [INFO] 
05:49:34 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system-internal ---
05:49:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:34 [INFO] 
05:49:34 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-system-internal ---
05:49:34 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT.jar
05:49:34 [INFO] 
05:49:34 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system-internal ---
05:49:34 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT-sources.jar
05:49:34 [INFO] 
05:49:34 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system-internal ---
05:49:34 [INFO] 
05:49:34 [INFO] --- install:2.5.2:install (default-install) @ kapua-system-internal ---
05:49:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-internal/2.1.0-SNAPSHOT/kapua-system-internal-2.1.0-SNAPSHOT.jar
05:49:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-internal/2.1.0-SNAPSHOT/kapua-system-internal-2.1.0-SNAPSHOT.pom
05:49:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-internal/2.1.0-SNAPSHOT/kapua-system-internal-2.1.0-SNAPSHOT-sources.jar
05:49:34 [INFO] 
05:49:34 [INFO] -------------------< org.eclipse.kapua:kapua-extras >-------------------
05:49:34 [INFO] Building kapua-extras 2.1.0-SNAPSHOT                           [158/229]
05:49:34 [INFO]   from extras/pom.xml
05:49:34 [INFO] --------------------------------[ pom ]---------------------------------
05:49:34 [INFO] 
05:49:34 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-extras ---
05:49:34 [INFO] 
05:49:34 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-extras ---
05:49:34 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:34 [INFO] 
05:49:34 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-extras ---
05:49:34 [INFO] Required toolchain: jdk [ version='11' ]
05:49:34 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:34 [INFO] 
05:49:34 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-extras ---
05:49:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras
05:49:34 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358574353
05:49:34 [WARNING] Cannot get the branch information from the git repository: 
05:49:34 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:34 
05:49:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras
05:49:34 [INFO] Storing buildScmBranch: UNKNOWN
05:49:34 [INFO] 
05:49:34 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-extras ---
05:49:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/extras/target/jacoco.exec
05:49:34 [INFO] 
05:49:34 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-extras ---
05:49:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:34 [INFO] 
05:49:34 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-extras ---
05:49:34 [INFO] 
05:49:34 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-extras ---
05:49:34 [INFO] 
05:49:34 [INFO] --- install:2.5.2:install (default-install) @ kapua-extras ---
05:49:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-extras/2.1.0-SNAPSHOT/kapua-extras-2.1.0-SNAPSHOT.pom
05:49:34 [INFO] 
05:49:34 [INFO] ----------------< org.eclipse.kapua:kapua-foreignkeys >-----------------
05:49:34 [INFO] Building kapua-foreignkeys 2.1.0-SNAPSHOT                      [159/229]
05:49:34 [INFO]   from extras/foreignkeys/pom.xml
05:49:34 [INFO] --------------------------------[ jar ]---------------------------------
05:49:34 [INFO] 
05:49:34 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-foreignkeys ---
05:49:34 [INFO] 
05:49:34 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-foreignkeys ---
05:49:34 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:34 [INFO] 
05:49:34 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-foreignkeys ---
05:49:34 [INFO] Required toolchain: jdk [ version='11' ]
05:49:34 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:34 [INFO] 
05:49:34 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-foreignkeys ---
05:49:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras/foreignkeys' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras/foreignkeys
05:49:34 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358574433
05:49:34 [WARNING] Cannot get the branch information from the git repository: 
05:49:34 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:34 
05:49:34 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras/foreignkeys' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:34 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras/foreignkeys
05:49:34 [INFO] Storing buildScmBranch: UNKNOWN
05:49:34 [INFO] 
05:49:34 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-foreignkeys ---
05:49:34 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/extras/foreignkeys/target/jacoco.exec
05:49:34 [INFO] 
05:49:34 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-foreignkeys ---
05:49:34 [INFO] Copying 34 resources
05:49:34 [INFO] 
05:49:34 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-foreignkeys ---
05:49:34 [INFO] Copying 1 resource
05:49:34 [INFO] 
05:49:34 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-foreignkeys ---
05:49:34 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:34 [INFO] No sources to compile
05:49:34 [INFO] 
05:49:34 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-foreignkeys ---
05:49:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/extras/foreignkeys/src/test/resources
05:49:34 [INFO] 
05:49:34 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-foreignkeys ---
05:49:34 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:34 [INFO] No sources to compile
05:49:34 [INFO] 
05:49:34 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-foreignkeys ---
05:49:34 [INFO] Tests are skipped.
05:49:34 [INFO] 
05:49:34 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-foreignkeys ---
05:49:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:34 [INFO] 
05:49:34 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-foreignkeys ---
05:49:34 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT.jar
05:49:34 [INFO] 
05:49:34 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-foreignkeys ---
05:49:34 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT-sources.jar
05:49:34 [INFO] 
05:49:34 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-foreignkeys ---
05:49:34 [INFO] 
05:49:34 [INFO] --- install:2.5.2:install (default-install) @ kapua-foreignkeys ---
05:49:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-foreignkeys/2.1.0-SNAPSHOT/kapua-foreignkeys-2.1.0-SNAPSHOT.jar
05:49:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/foreignkeys/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-foreignkeys/2.1.0-SNAPSHOT/kapua-foreignkeys-2.1.0-SNAPSHOT.pom
05:49:34 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-foreignkeys/2.1.0-SNAPSHOT/kapua-foreignkeys-2.1.0-SNAPSHOT-sources.jar
05:49:34 [INFO] 
05:49:34 [INFO] ----------------< org.eclipse.kapua:kapua-rest-api-web >----------------
05:49:34 [INFO] Building kapua-rest-api-web 2.1.0-SNAPSHOT                     [160/229]
05:49:34 [INFO]   from rest-api/web/pom.xml
05:49:34 [INFO] --------------------------------[ war ]---------------------------------
05:49:35 [INFO] 
05:49:35 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api-web ---
05:49:35 [INFO] 
05:49:35 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-web ---
05:49:35 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:35 [INFO] 
05:49:35 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-web ---
05:49:35 [INFO] Required toolchain: jdk [ version='11' ]
05:49:35 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:35 [INFO] 
05:49:35 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-web ---
05:49:35 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/rest-api/web' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:35 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/rest-api/web
05:49:35 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358575870
05:49:35 [WARNING] Cannot get the branch information from the git repository: 
05:49:35 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:35 
05:49:35 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/rest-api/web' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:35 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/rest-api/web
05:49:35 [INFO] Storing buildScmBranch: UNKNOWN
05:49:35 [INFO] 
05:49:35 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-web ---
05:49:35 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/rest-api/web/target/jacoco.exec
05:49:35 [INFO] 
05:49:35 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-web ---
05:49:35 [INFO] Copying 3 resources
05:49:35 [INFO] 
05:49:35 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-web ---
05:49:35 [INFO] Copying 1 resource
05:49:35 [INFO] 
05:49:35 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-web ---
05:49:35 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:35 [INFO] Changes detected - recompiling the module!
05:49:35 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-build/rest-api/web/target/classes
05:49:37 [INFO] 
05:49:37 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-rest-api-web ---
05:49:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/rest-api/web/src/test/resources
05:49:37 [INFO] 
05:49:37 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-rest-api-web ---
05:49:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:37 [INFO] Changes detected - recompiling the module!
05:49:37 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-build/rest-api/web/target/test-classes
05:49:39 [INFO] 
05:49:39 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-rest-api-web ---
05:49:39 [INFO] Tests are skipped.
05:49:39 [INFO] 
05:49:39 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api-web ---
05:49:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:39 [INFO] 
05:49:39 [INFO] --- war:3.3.2:war (default-war) @ kapua-rest-api-web ---
05:49:40 [INFO] Packaging webapp
05:49:40 [INFO] Assembling webapp [kapua-rest-api-web] in [/home/jenkins/agent/workspace/develop-build/rest-api/web/target/api]
05:49:40 [INFO] Processing war project
05:49:40 [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/develop-build/rest-api/web] to [/home/jenkins/agent/workspace/develop-build/rest-api/web/target/api]
05:49:40 [INFO] Copying webapp resources [/home/jenkins/agent/workspace/develop-build/rest-api/web/src/main/webapp]
05:49:40 [INFO] Building war: /home/jenkins/agent/workspace/develop-build/rest-api/web/target/api.war
05:49:42 [INFO] 
05:49:42 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api-web ---
05:49:42 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/rest-api/web/target/api-sources.jar
05:49:42 [INFO] 
05:49:42 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api-web ---
05:49:42 [INFO] 
05:49:42 [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api-web ---
05:49:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/web/target/api.war to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api-web/2.1.0-SNAPSHOT/kapua-rest-api-web-2.1.0-SNAPSHOT.war
05:49:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/web/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api-web/2.1.0-SNAPSHOT/kapua-rest-api-web-2.1.0-SNAPSHOT.pom
05:49:42 [INFO] Installing /home/jenkins/agent/workspace/develop-build/rest-api/web/target/api-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-rest-api-web/2.1.0-SNAPSHOT/kapua-rest-api-web-2.1.0-SNAPSHOT-sources.jar
05:49:42 [INFO] 
05:49:42 [INFO] ------------< org.eclipse.kapua:kapua-qa-integration-steps >------------
05:49:42 [INFO] Building kapua-qa-integration-steps 2.1.0-SNAPSHOT             [161/229]
05:49:42 [INFO]   from qa/integration-steps/pom.xml
05:49:42 [INFO] --------------------------------[ jar ]---------------------------------
05:49:43 [INFO] 
05:49:43 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-integration-steps ---
05:49:43 [INFO] 
05:49:43 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-integration-steps ---
05:49:43 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:43 [INFO] 
05:49:43 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-integration-steps ---
05:49:43 [INFO] Required toolchain: jdk [ version='11' ]
05:49:43 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:43 [INFO] 
05:49:43 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-integration-steps ---
05:49:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa/integration-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa/integration-steps
05:49:43 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358583635
05:49:43 [WARNING] Cannot get the branch information from the git repository: 
05:49:43 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:43 
05:49:43 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa/integration-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:43 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa/integration-steps
05:49:43 [INFO] Storing buildScmBranch: UNKNOWN
05:49:43 [INFO] 
05:49:43 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-integration-steps ---
05:49:43 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/qa/integration-steps/target/jacoco.exec
05:49:43 [INFO] 
05:49:43 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-integration-steps ---
05:49:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/qa/integration-steps/src/main/resources
05:49:43 [INFO] 
05:49:43 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-integration-steps ---
05:49:43 [INFO] Copying 1 resource
05:49:43 [INFO] 
05:49:43 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-integration-steps ---
05:49:43 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:43 [INFO] Changes detected - recompiling the module!
05:49:43 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-build/qa/integration-steps/target/classes
05:49:46 [INFO] 
05:49:46 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-integration-steps ---
05:49:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/qa/integration-steps/src/test/resources
05:49:46 [INFO] 
05:49:46 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-integration-steps ---
05:49:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:46 [INFO] No sources to compile
05:49:46 [INFO] 
05:49:46 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-integration-steps ---
05:49:46 [INFO] Tests are skipped.
05:49:46 [INFO] 
05:49:46 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-integration-steps ---
05:49:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:46 [INFO] 
05:49:46 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-integration-steps ---
05:49:46 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT.jar
05:49:46 [INFO] 
05:49:46 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-integration-steps ---
05:49:46 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT-sources.jar
05:49:46 [INFO] 
05:49:46 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-integration-steps ---
05:49:46 [INFO] 
05:49:46 [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-integration-steps ---
05:49:46 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-integration-steps/2.1.0-SNAPSHOT/kapua-qa-integration-steps-2.1.0-SNAPSHOT.jar
05:49:46 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/integration-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-integration-steps/2.1.0-SNAPSHOT/kapua-qa-integration-steps-2.1.0-SNAPSHOT.pom
05:49:46 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-integration-steps/2.1.0-SNAPSHOT/kapua-qa-integration-steps-2.1.0-SNAPSHOT-sources.jar
05:49:46 [INFO] 
05:49:46 [INFO] ------------< org.eclipse.kapua:kapua-security-test-steps >-------------
05:49:46 [INFO] Building kapua-security-test-steps 2.1.0-SNAPSHOT              [162/229]
05:49:46 [INFO]   from service/security/test-steps/pom.xml
05:49:46 [INFO] --------------------------------[ jar ]---------------------------------
05:49:46 [INFO] 
05:49:46 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-test-steps ---
05:49:46 [INFO] 
05:49:46 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-test-steps ---
05:49:46 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:46 [INFO] 
05:49:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-test-steps ---
05:49:46 [INFO] Required toolchain: jdk [ version='11' ]
05:49:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:46 [INFO] 
05:49:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-test-steps ---
05:49:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/test-steps
05:49:46 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358586954
05:49:46 [WARNING] Cannot get the branch information from the git repository: 
05:49:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:46 
05:49:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/test-steps
05:49:46 [INFO] Storing buildScmBranch: UNKNOWN
05:49:46 [INFO] 
05:49:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-test-steps ---
05:49:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/test-steps/target/jacoco.exec
05:49:46 [INFO] 
05:49:46 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-test-steps ---
05:49:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/test-steps/src/main/resources
05:49:46 [INFO] 
05:49:46 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-test-steps ---
05:49:46 [INFO] Copying 1 resource
05:49:46 [INFO] 
05:49:46 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-test-steps ---
05:49:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:46 [INFO] Changes detected - recompiling the module!
05:49:46 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/security/test-steps/target/classes
05:49:49 [INFO] 
05:49:49 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-test-steps ---
05:49:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/test-steps/src/test/resources
05:49:49 [INFO] 
05:49:49 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-test-steps ---
05:49:49 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:49 [INFO] No sources to compile
05:49:49 [INFO] 
05:49:49 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-test-steps ---
05:49:49 [INFO] Tests are skipped.
05:49:49 [INFO] 
05:49:49 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-test-steps ---
05:49:49 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:49 [INFO] 
05:49:49 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-test-steps ---
05:49:49 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT.jar
05:49:49 [INFO] 
05:49:49 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-test-steps ---
05:49:49 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT-sources.jar
05:49:49 [INFO] 
05:49:49 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-test-steps ---
05:49:49 [INFO] 
05:49:49 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-test-steps ---
05:49:49 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-test-steps/2.1.0-SNAPSHOT/kapua-security-test-steps-2.1.0-SNAPSHOT.jar
05:49:49 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-test-steps/2.1.0-SNAPSHOT/kapua-security-test-steps-2.1.0-SNAPSHOT.pom
05:49:49 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-test-steps/2.1.0-SNAPSHOT/kapua-security-test-steps-2.1.0-SNAPSHOT-sources.jar
05:49:49 [INFO] 
05:49:49 [INFO] -------< org.eclipse.kapua:kapua-device-management-job-internal >-------
05:49:49 [INFO] Building kapua-device-management-job-internal 2.1.0-SNAPSHOT   [163/229]
05:49:49 [INFO]   from service/device/management/job/internal/pom.xml
05:49:49 [INFO] --------------------------------[ jar ]---------------------------------
05:49:49 [INFO] 
05:49:49 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-job-internal ---
05:49:49 [INFO] 
05:49:49 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job-internal ---
05:49:49 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:49 [INFO] 
05:49:49 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job-internal ---
05:49:49 [INFO] Required toolchain: jdk [ version='11' ]
05:49:49 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:49 [INFO] 
05:49:49 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job-internal ---
05:49:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/job/internal
05:49:49 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358589780
05:49:49 [WARNING] Cannot get the branch information from the git repository: 
05:49:49 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:49 
05:49:49 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:49 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/job/internal
05:49:49 [INFO] Storing buildScmBranch: UNKNOWN
05:49:49 [INFO] 
05:49:49 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job-internal ---
05:49:49 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/job/internal/target/jacoco.exec
05:49:49 [INFO] 
05:49:49 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-job-internal ---
05:49:49 [INFO] Copying 6 resources
05:49:49 [INFO] 
05:49:49 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-job-internal ---
05:49:49 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:49 [INFO] Changes detected - recompiling the module!
05:49:49 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/job/internal/target/classes
05:49:51 [INFO] 
05:49:51 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-job-internal ---
05:49:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/job/internal/src/test/resources
05:49:51 [INFO] 
05:49:51 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-job-internal ---
05:49:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:51 [INFO] No sources to compile
05:49:51 [INFO] 
05:49:51 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-job-internal ---
05:49:51 [INFO] Tests are skipped.
05:49:51 [INFO] 
05:49:51 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-job-internal ---
05:49:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:51 [INFO] 
05:49:51 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-job-internal ---
05:49:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/job/internal/target/kapua-device-management-job-internal-2.1.0-SNAPSHOT.jar
05:49:51 [INFO] 
05:49:51 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-job-internal ---
05:49:51 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/job/internal/target/kapua-device-management-job-internal-2.1.0-SNAPSHOT-sources.jar
05:49:51 [INFO] 
05:49:51 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-job-internal ---
05:49:51 [INFO] 
05:49:51 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-job-internal ---
05:49:51 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/job/internal/target/kapua-device-management-job-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-job-internal/2.1.0-SNAPSHOT/kapua-device-management-job-internal-2.1.0-SNAPSHOT.jar
05:49:51 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/job/internal/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-job-internal/2.1.0-SNAPSHOT/kapua-device-management-job-internal-2.1.0-SNAPSHOT.pom
05:49:51 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/job/internal/target/kapua-device-management-job-internal-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-job-internal/2.1.0-SNAPSHOT/kapua-device-management-job-internal-2.1.0-SNAPSHOT-sources.jar
05:49:51 [INFO] 
05:49:51 [INFO] ------------< org.eclipse.kapua:kapua-endpoint-test-steps >-------------
05:49:51 [INFO] Building kapua-endpoint-test-steps 2.1.0-SNAPSHOT              [164/229]
05:49:51 [INFO]   from service/endpoint/test-steps/pom.xml
05:49:51 [INFO] --------------------------------[ jar ]---------------------------------
05:49:51 [INFO] 
05:49:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint-test-steps ---
05:49:51 [INFO] 
05:49:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-test-steps ---
05:49:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:51 [INFO] 
05:49:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-test-steps ---
05:49:51 [INFO] Required toolchain: jdk [ version='11' ]
05:49:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:51 [INFO] 
05:49:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-test-steps ---
05:49:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps
05:49:51 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358591989
05:49:52 [WARNING] Cannot get the branch information from the git repository: 
05:49:52 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:52 
05:49:52 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:52 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps
05:49:52 [INFO] Storing buildScmBranch: UNKNOWN
05:49:52 [INFO] 
05:49:52 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-test-steps ---
05:49:52 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps/target/jacoco.exec
05:49:52 [INFO] 
05:49:52 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-test-steps ---
05:49:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps/src/main/resources
05:49:52 [INFO] 
05:49:52 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-endpoint-test-steps ---
05:49:52 [INFO] Copying 1 resource
05:49:52 [INFO] 
05:49:52 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-test-steps ---
05:49:52 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:52 [INFO] Changes detected - recompiling the module!
05:49:52 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps/target/classes
05:49:54 [INFO] 
05:49:54 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-endpoint-test-steps ---
05:49:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps/src/test/resources
05:49:54 [INFO] 
05:49:54 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-endpoint-test-steps ---
05:49:54 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:54 [INFO] No sources to compile
05:49:54 [INFO] 
05:49:54 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-endpoint-test-steps ---
05:49:54 [INFO] Tests are skipped.
05:49:54 [INFO] 
05:49:54 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint-test-steps ---
05:49:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:54 [INFO] 
05:49:54 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-endpoint-test-steps ---
05:49:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT.jar
05:49:54 [INFO] 
05:49:54 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint-test-steps ---
05:49:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT-sources.jar
05:49:54 [INFO] 
05:49:54 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint-test-steps ---
05:49:54 [INFO] 
05:49:54 [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint-test-steps ---
05:49:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint-test-steps/2.1.0-SNAPSHOT/kapua-endpoint-test-steps-2.1.0-SNAPSHOT.jar
05:49:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint-test-steps/2.1.0-SNAPSHOT/kapua-endpoint-test-steps-2.1.0-SNAPSHOT.pom
05:49:54 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-endpoint-test-steps/2.1.0-SNAPSHOT/kapua-endpoint-test-steps-2.1.0-SNAPSHOT-sources.jar
05:49:54 [INFO] 
05:49:54 [INFO] --------< org.eclipse.kapua:kapua-device-management-bundle-job >--------
05:49:54 [INFO] Building kapua-device-management-bundle-job 2.1.0-SNAPSHOT     [165/229]
05:49:54 [INFO]   from service/device/management/bundle/job/pom.xml
05:49:54 [INFO] --------------------------------[ jar ]---------------------------------
05:49:54 [INFO] 
05:49:54 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle-job ---
05:49:54 [INFO] 
05:49:54 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-job ---
05:49:54 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:54 [INFO] 
05:49:54 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-job ---
05:49:54 [INFO] Required toolchain: jdk [ version='11' ]
05:49:54 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:54 [INFO] 
05:49:54 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-job ---
05:49:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job
05:49:54 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358594591
05:49:54 [WARNING] Cannot get the branch information from the git repository: 
05:49:54 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:54 
05:49:54 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:54 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job
05:49:54 [INFO] Storing buildScmBranch: UNKNOWN
05:49:54 [INFO] 
05:49:54 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-job ---
05:49:54 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job/target/jacoco.exec
05:49:54 [INFO] 
05:49:54 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-job ---
05:49:54 [INFO] Copying 8 resources
05:49:54 [INFO] 
05:49:54 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-job ---
05:49:54 [INFO] Copying 1 resource
05:49:54 [INFO] 
05:49:54 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-job ---
05:49:54 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:54 [INFO] Changes detected - recompiling the module!
05:49:54 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job/target/classes
05:49:56 [INFO] 
05:49:56 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-bundle-job ---
05:49:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job/src/test/resources
05:49:56 [INFO] 
05:49:56 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-bundle-job ---
05:49:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:56 [INFO] No sources to compile
05:49:56 [INFO] 
05:49:56 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-bundle-job ---
05:49:56 [INFO] Tests are skipped.
05:49:56 [INFO] 
05:49:56 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle-job ---
05:49:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:56 [INFO] 
05:49:56 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-bundle-job ---
05:49:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job/target/kapua-device-management-bundle-job-2.1.0-SNAPSHOT.jar
05:49:56 [INFO] 
05:49:56 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle-job ---
05:49:56 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job/target/kapua-device-management-bundle-job-2.1.0-SNAPSHOT-sources.jar
05:49:56 [INFO] 
05:49:56 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle-job ---
05:49:56 [INFO] 
05:49:56 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle-job ---
05:49:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job/target/kapua-device-management-bundle-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle-job/2.1.0-SNAPSHOT/kapua-device-management-bundle-job-2.1.0-SNAPSHOT.jar
05:49:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle-job/2.1.0-SNAPSHOT/kapua-device-management-bundle-job-2.1.0-SNAPSHOT.pom
05:49:56 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/bundle/job/target/kapua-device-management-bundle-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-bundle-job/2.1.0-SNAPSHOT/kapua-device-management-bundle-job-2.1.0-SNAPSHOT-sources.jar
05:49:56 [INFO] 
05:49:56 [INFO] --------< org.eclipse.kapua:kapua-device-management-asset-job >---------
05:49:56 [INFO] Building kapua-device-management-asset-job 2.1.0-SNAPSHOT      [166/229]
05:49:56 [INFO]   from service/device/management/asset/job/pom.xml
05:49:56 [INFO] --------------------------------[ jar ]---------------------------------
05:49:56 [INFO] 
05:49:56 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-job ---
05:49:56 [INFO] 
05:49:56 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-job ---
05:49:56 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:56 [INFO] 
05:49:56 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-job ---
05:49:56 [INFO] Required toolchain: jdk [ version='11' ]
05:49:56 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:56 [INFO] 
05:49:56 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-job ---
05:49:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/job
05:49:56 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358596260
05:49:56 [WARNING] Cannot get the branch information from the git repository: 
05:49:56 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:56 
05:49:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/asset/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/job
05:49:56 [INFO] Storing buildScmBranch: UNKNOWN
05:49:56 [INFO] 
05:49:56 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-job ---
05:49:56 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/asset/job/target/jacoco.exec
05:49:56 [INFO] 
05:49:56 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-job ---
05:49:56 [INFO] Copying 10 resources
05:49:56 [INFO] 
05:49:56 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-job ---
05:49:56 [INFO] Copying 1 resource
05:49:56 [INFO] 
05:49:56 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-job ---
05:49:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:56 [INFO] Changes detected - recompiling the module!
05:49:56 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/asset/job/target/classes
05:49:57 [INFO] 
05:49:57 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-job ---
05:49:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/asset/job/src/test/resources
05:49:57 [INFO] 
05:49:57 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-job ---
05:49:57 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:57 [INFO] No sources to compile
05:49:57 [INFO] 
05:49:57 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-job ---
05:49:57 [INFO] Tests are skipped.
05:49:57 [INFO] 
05:49:57 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-job ---
05:49:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:57 [INFO] 
05:49:57 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-job ---
05:49:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/job/target/kapua-device-management-asset-job-2.1.0-SNAPSHOT.jar
05:49:57 [INFO] 
05:49:57 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-job ---
05:49:57 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/asset/job/target/kapua-device-management-asset-job-2.1.0-SNAPSHOT-sources.jar
05:49:57 [INFO] 
05:49:57 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-job ---
05:49:57 [INFO] 
05:49:57 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-job ---
05:49:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/job/target/kapua-device-management-asset-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-job/2.1.0-SNAPSHOT/kapua-device-management-asset-job-2.1.0-SNAPSHOT.jar
05:49:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/job/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-job/2.1.0-SNAPSHOT/kapua-device-management-asset-job-2.1.0-SNAPSHOT.pom
05:49:57 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/asset/job/target/kapua-device-management-asset-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-asset-job/2.1.0-SNAPSHOT/kapua-device-management-asset-job-2.1.0-SNAPSHOT-sources.jar
05:49:57 [INFO] 
05:49:57 [INFO] -------< org.eclipse.kapua:kapua-device-management-packages-job >-------
05:49:57 [INFO] Building kapua-device-management-packages-job 2.1.0-SNAPSHOT   [167/229]
05:49:57 [INFO]   from service/device/management/packages/job/pom.xml
05:49:57 [INFO] --------------------------------[ jar ]---------------------------------
05:49:57 [INFO] 
05:49:57 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages-job ---
05:49:57 [INFO] 
05:49:57 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-job ---
05:49:57 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:49:57 [INFO] 
05:49:57 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-job ---
05:49:57 [INFO] Required toolchain: jdk [ version='11' ]
05:49:57 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:57 [INFO] 
05:49:57 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-job ---
05:49:58 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/packages/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:58 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/job
05:49:58 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358597995
05:49:58 [WARNING] Cannot get the branch information from the git repository: 
05:49:58 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:49:58 
05:49:58 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/packages/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:49:58 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/job
05:49:58 [INFO] Storing buildScmBranch: UNKNOWN
05:49:58 [INFO] 
05:49:58 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-job ---
05:49:58 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/packages/job/target/jacoco.exec
05:49:58 [INFO] 
05:49:58 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-job ---
05:49:58 [INFO] Copying 11 resources
05:49:58 [INFO] 
05:49:58 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-job ---
05:49:58 [INFO] Copying 1 resource
05:49:58 [INFO] 
05:49:58 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-job ---
05:49:58 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:58 [INFO] Changes detected - recompiling the module!
05:49:58 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/packages/job/target/classes
05:49:59 [INFO] 
05:49:59 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-packages-job ---
05:49:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/packages/job/src/test/resources
05:49:59 [INFO] 
05:49:59 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-packages-job ---
05:49:59 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:49:59 [INFO] No sources to compile
05:49:59 [INFO] 
05:49:59 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-packages-job ---
05:49:59 [INFO] Tests are skipped.
05:49:59 [INFO] 
05:49:59 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages-job ---
05:49:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:49:59 [INFO] 
05:49:59 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-packages-job ---
05:49:59 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/job/target/kapua-device-management-packages-job-2.1.0-SNAPSHOT.jar
05:49:59 [INFO] 
05:49:59 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages-job ---
05:49:59 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/packages/job/target/kapua-device-management-packages-job-2.1.0-SNAPSHOT-sources.jar
05:49:59 [INFO] 
05:49:59 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages-job ---
05:49:59 [INFO] 
05:49:59 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages-job ---
05:49:59 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/job/target/kapua-device-management-packages-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages-job/2.1.0-SNAPSHOT/kapua-device-management-packages-job-2.1.0-SNAPSHOT.jar
05:50:00 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/job/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages-job/2.1.0-SNAPSHOT/kapua-device-management-packages-job-2.1.0-SNAPSHOT.pom
05:50:00 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/packages/job/target/kapua-device-management-packages-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-packages-job/2.1.0-SNAPSHOT/kapua-device-management-packages-job-2.1.0-SNAPSHOT-sources.jar
05:50:00 [INFO] 
05:50:00 [INFO] -------< org.eclipse.kapua:kapua-device-management-command-job >--------
05:50:00 [INFO] Building kapua-device-management-command-job 2.1.0-SNAPSHOT    [168/229]
05:50:00 [INFO]   from service/device/management/command/job/pom.xml
05:50:00 [INFO] --------------------------------[ jar ]---------------------------------
05:50:00 [INFO] 
05:50:00 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command-job ---
05:50:00 [INFO] 
05:50:00 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-job ---
05:50:00 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:00 [INFO] 
05:50:00 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-job ---
05:50:00 [INFO] Required toolchain: jdk [ version='11' ]
05:50:00 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:00 [INFO] 
05:50:00 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-job ---
05:50:00 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/command/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:00 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/command/job
05:50:00 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358600092
05:50:00 [WARNING] Cannot get the branch information from the git repository: 
05:50:00 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:00 
05:50:00 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/command/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:00 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/command/job
05:50:00 [INFO] Storing buildScmBranch: UNKNOWN
05:50:00 [INFO] 
05:50:00 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-job ---
05:50:00 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/command/job/target/jacoco.exec
05:50:00 [INFO] 
05:50:00 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-job ---
05:50:00 [INFO] Copying 10 resources
05:50:00 [INFO] 
05:50:00 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-job ---
05:50:00 [INFO] Copying 1 resource
05:50:00 [INFO] 
05:50:00 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-job ---
05:50:00 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:00 [INFO] Changes detected - recompiling the module!
05:50:00 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/command/job/target/classes
05:50:01 [INFO] 
05:50:01 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-command-job ---
05:50:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/command/job/src/test/resources
05:50:01 [INFO] 
05:50:01 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-command-job ---
05:50:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:01 [INFO] No sources to compile
05:50:01 [INFO] 
05:50:01 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-command-job ---
05:50:01 [INFO] Tests are skipped.
05:50:01 [INFO] 
05:50:01 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command-job ---
05:50:01 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:01 [INFO] 
05:50:01 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-command-job ---
05:50:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/command/job/target/kapua-device-management-command-job-2.1.0-SNAPSHOT.jar
05:50:01 [INFO] 
05:50:01 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command-job ---
05:50:01 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/command/job/target/kapua-device-management-command-job-2.1.0-SNAPSHOT-sources.jar
05:50:01 [INFO] 
05:50:01 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command-job ---
05:50:01 [INFO] 
05:50:01 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command-job ---
05:50:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/job/target/kapua-device-management-command-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command-job/2.1.0-SNAPSHOT/kapua-device-management-command-job-2.1.0-SNAPSHOT.jar
05:50:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/job/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command-job/2.1.0-SNAPSHOT/kapua-device-management-command-job-2.1.0-SNAPSHOT.pom
05:50:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/command/job/target/kapua-device-management-command-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-command-job/2.1.0-SNAPSHOT/kapua-device-management-command-job-2.1.0-SNAPSHOT-sources.jar
05:50:01 [INFO] 
05:50:01 [INFO] ----< org.eclipse.kapua:kapua-device-management-configuration-job >-----
05:50:01 [INFO] Building kapua-device-management-configuration-job 2.1.0-SNAPSHOT [169/229]
05:50:01 [INFO]   from service/device/management/configuration/job/pom.xml
05:50:01 [INFO] --------------------------------[ jar ]---------------------------------
05:50:01 [INFO] 
05:50:01 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-job ---
05:50:01 [INFO] 
05:50:01 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-job ---
05:50:01 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:01 [INFO] 
05:50:01 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-job ---
05:50:01 [INFO] Required toolchain: jdk [ version='11' ]
05:50:01 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:01 [INFO] 
05:50:01 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-job ---
05:50:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job
05:50:01 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358601812
05:50:01 [WARNING] Cannot get the branch information from the git repository: 
05:50:01 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:01 
05:50:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job
05:50:01 [INFO] Storing buildScmBranch: UNKNOWN
05:50:01 [INFO] 
05:50:01 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-job ---
05:50:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job/target/jacoco.exec
05:50:01 [INFO] 
05:50:01 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-job ---
05:50:01 [INFO] Copying 10 resources
05:50:01 [INFO] 
05:50:01 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-job ---
05:50:01 [INFO] Copying 1 resource
05:50:01 [INFO] 
05:50:01 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-job ---
05:50:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:01 [INFO] Changes detected - recompiling the module!
05:50:01 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job/target/classes
05:50:03 [INFO] 
05:50:03 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-job ---
05:50:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job/src/test/resources
05:50:03 [INFO] 
05:50:03 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-job ---
05:50:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:03 [INFO] No sources to compile
05:50:03 [INFO] 
05:50:03 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-job ---
05:50:03 [INFO] Tests are skipped.
05:50:03 [INFO] 
05:50:03 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-job ---
05:50:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:03 [INFO] 
05:50:03 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-job ---
05:50:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job/target/kapua-device-management-configuration-job-2.1.0-SNAPSHOT.jar
05:50:03 [INFO] 
05:50:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-job ---
05:50:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job/target/kapua-device-management-configuration-job-2.1.0-SNAPSHOT-sources.jar
05:50:03 [INFO] 
05:50:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-job ---
05:50:03 [INFO] 
05:50:03 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-job ---
05:50:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job/target/kapua-device-management-configuration-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-job/2.1.0-SNAPSHOT/kapua-device-management-configuration-job-2.1.0-SNAPSHOT.jar
05:50:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-job/2.1.0-SNAPSHOT/kapua-device-management-configuration-job-2.1.0-SNAPSHOT.pom
05:50:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/configuration/job/target/kapua-device-management-configuration-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-configuration-job/2.1.0-SNAPSHOT/kapua-device-management-configuration-job-2.1.0-SNAPSHOT-sources.jar
05:50:03 [INFO] 
05:50:03 [INFO] -------< org.eclipse.kapua:kapua-device-management-keystore-job >-------
05:50:03 [INFO] Building kapua-device-management-keystore-job 2.1.0-SNAPSHOT   [170/229]
05:50:03 [INFO]   from service/device/management/keystore/job/pom.xml
05:50:03 [INFO] --------------------------------[ jar ]---------------------------------
05:50:03 [INFO] 
05:50:03 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore-job ---
05:50:03 [INFO] 
05:50:03 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-job ---
05:50:03 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:03 [INFO] 
05:50:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-job ---
05:50:03 [INFO] Required toolchain: jdk [ version='11' ]
05:50:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:03 [INFO] 
05:50:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-job ---
05:50:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job
05:50:03 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358603487
05:50:03 [WARNING] Cannot get the branch information from the git repository: 
05:50:03 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:03 
05:50:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job
05:50:03 [INFO] Storing buildScmBranch: UNKNOWN
05:50:03 [INFO] 
05:50:03 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-job ---
05:50:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job/target/jacoco.exec
05:50:03 [INFO] 
05:50:03 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-job ---
05:50:03 [INFO] Copying 3 resources
05:50:03 [INFO] 
05:50:03 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-job ---
05:50:03 [INFO] Copying 1 resource
05:50:03 [INFO] 
05:50:03 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-job ---
05:50:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:03 [INFO] Changes detected - recompiling the module!
05:50:03 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job/target/classes
05:50:05 [INFO] 
05:50:05 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-keystore-job ---
05:50:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job/src/test/resources
05:50:05 [INFO] 
05:50:05 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-keystore-job ---
05:50:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:05 [INFO] No sources to compile
05:50:05 [INFO] 
05:50:05 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-keystore-job ---
05:50:05 [INFO] Tests are skipped.
05:50:05 [INFO] 
05:50:05 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore-job ---
05:50:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:05 [INFO] 
05:50:05 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-keystore-job ---
05:50:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job/target/kapua-device-management-keystore-job-2.1.0-SNAPSHOT.jar
05:50:05 [INFO] 
05:50:05 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore-job ---
05:50:05 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job/target/kapua-device-management-keystore-job-2.1.0-SNAPSHOT-sources.jar
05:50:05 [INFO] 
05:50:05 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore-job ---
05:50:05 [INFO] 
05:50:05 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore-job ---
05:50:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job/target/kapua-device-management-keystore-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore-job/2.1.0-SNAPSHOT/kapua-device-management-keystore-job-2.1.0-SNAPSHOT.jar
05:50:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore-job/2.1.0-SNAPSHOT/kapua-device-management-keystore-job-2.1.0-SNAPSHOT.pom
05:50:05 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/keystore/job/target/kapua-device-management-keystore-job-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-keystore-job/2.1.0-SNAPSHOT/kapua-device-management-keystore-job-2.1.0-SNAPSHOT-sources.jar
05:50:05 [INFO] 
05:50:05 [INFO] ------------< org.eclipse.kapua:kapua-scheduler-test-steps >------------
05:50:05 [INFO] Building kapua-scheduler-test-steps 2.1.0-SNAPSHOT             [171/229]
05:50:05 [INFO]   from service/scheduler/test-steps/pom.xml
05:50:05 [INFO] --------------------------------[ jar ]---------------------------------
05:50:05 [INFO] 
05:50:05 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-test-steps ---
05:50:05 [INFO] 
05:50:05 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-test-steps ---
05:50:05 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:05 [INFO] 
05:50:05 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-test-steps ---
05:50:05 [INFO] Required toolchain: jdk [ version='11' ]
05:50:05 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:05 [INFO] 
05:50:05 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-test-steps ---
05:50:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps
05:50:05 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358605372
05:50:05 [WARNING] Cannot get the branch information from the git repository: 
05:50:05 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:05 
05:50:05 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:05 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps
05:50:05 [INFO] Storing buildScmBranch: UNKNOWN
05:50:05 [INFO] 
05:50:05 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-test-steps ---
05:50:05 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps/target/jacoco.exec
05:50:05 [INFO] 
05:50:05 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-test-steps ---
05:50:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps/src/main/resources
05:50:05 [INFO] 
05:50:05 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-test-steps ---
05:50:05 [INFO] Copying 1 resource
05:50:05 [INFO] 
05:50:05 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-test-steps ---
05:50:05 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:05 [INFO] Changes detected - recompiling the module!
05:50:05 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps/target/classes
05:50:07 [INFO] 
05:50:07 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-test-steps ---
05:50:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps/src/test/resources
05:50:07 [INFO] 
05:50:07 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-test-steps ---
05:50:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:07 [INFO] No sources to compile
05:50:07 [INFO] 
05:50:07 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-test-steps ---
05:50:07 [INFO] Tests are skipped.
05:50:07 [INFO] 
05:50:07 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-test-steps ---
05:50:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:07 [INFO] 
05:50:07 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-test-steps ---
05:50:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT.jar
05:50:07 [INFO] 
05:50:07 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-test-steps ---
05:50:07 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT-sources.jar
05:50:07 [INFO] 
05:50:07 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-test-steps ---
05:50:07 [INFO] 
05:50:07 [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-test-steps ---
05:50:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-test-steps/2.1.0-SNAPSHOT/kapua-scheduler-test-steps-2.1.0-SNAPSHOT.jar
05:50:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-test-steps/2.1.0-SNAPSHOT/kapua-scheduler-test-steps-2.1.0-SNAPSHOT.pom
05:50:07 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-test-steps/2.1.0-SNAPSHOT/kapua-scheduler-test-steps-2.1.0-SNAPSHOT-sources.jar
05:50:07 [INFO] 
05:50:07 [INFO] ------------< org.eclipse.kapua:kapua-datastore-test-steps >------------
05:50:07 [INFO] Building kapua-datastore-test-steps 2.1.0-SNAPSHOT             [172/229]
05:50:07 [INFO]   from service/datastore/test-steps/pom.xml
05:50:07 [INFO] --------------------------------[ jar ]---------------------------------
05:50:07 [INFO] 
05:50:07 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-test-steps ---
05:50:07 [INFO] 
05:50:07 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-test-steps ---
05:50:07 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:07 [INFO] 
05:50:07 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-test-steps ---
05:50:07 [INFO] Required toolchain: jdk [ version='11' ]
05:50:07 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:07 [INFO] 
05:50:07 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-test-steps ---
05:50:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps
05:50:07 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358607715
05:50:07 [WARNING] Cannot get the branch information from the git repository: 
05:50:07 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:07 
05:50:07 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:07 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps
05:50:07 [INFO] Storing buildScmBranch: UNKNOWN
05:50:07 [INFO] 
05:50:07 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-test-steps ---
05:50:07 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/datastore/test-steps/target/jacoco.exec
05:50:07 [INFO] 
05:50:07 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-test-steps ---
05:50:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps/src/main/resources
05:50:07 [INFO] 
05:50:07 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-test-steps ---
05:50:07 [INFO] Copying 1 resource
05:50:07 [INFO] 
05:50:07 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-test-steps ---
05:50:07 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:07 [INFO] Changes detected - recompiling the module!
05:50:07 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps/target/classes
05:50:10 [INFO] 
05:50:10 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-test-steps ---
05:50:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps/src/test/resources
05:50:10 [INFO] 
05:50:10 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-test-steps ---
05:50:10 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:10 [INFO] No sources to compile
05:50:10 [INFO] 
05:50:10 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-test-steps ---
05:50:10 [INFO] Tests are skipped.
05:50:10 [INFO] 
05:50:10 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-test-steps ---
05:50:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:10 [INFO] 
05:50:10 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-test-steps ---
05:50:10 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT.jar
05:50:10 [INFO] 
05:50:10 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-test-steps ---
05:50:10 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT-sources.jar
05:50:10 [INFO] 
05:50:10 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-test-steps ---
05:50:10 [INFO] 
05:50:10 [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-test-steps ---
05:50:10 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-test-steps/2.1.0-SNAPSHOT/kapua-datastore-test-steps-2.1.0-SNAPSHOT.jar
05:50:10 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-test-steps/2.1.0-SNAPSHOT/kapua-datastore-test-steps-2.1.0-SNAPSHOT.pom
05:50:10 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-test-steps/2.1.0-SNAPSHOT/kapua-datastore-test-steps-2.1.0-SNAPSHOT-sources.jar
05:50:10 [INFO] 
05:50:10 [INFO] ---------------< org.eclipse.kapua:kapua-service-camel >----------------
05:50:10 [INFO] Building kapua-service-camel 2.1.0-SNAPSHOT                    [173/229]
05:50:10 [INFO]   from service/camel/pom.xml
05:50:10 [INFO] --------------------------------[ jar ]---------------------------------
05:50:10 [INFO] 
05:50:10 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-camel ---
05:50:10 [INFO] 
05:50:10 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-camel ---
05:50:10 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:10 [INFO] 
05:50:10 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-camel ---
05:50:10 [INFO] Required toolchain: jdk [ version='11' ]
05:50:10 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:10 [INFO] 
05:50:10 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-camel ---
05:50:10 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/camel' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:10 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/camel
05:50:10 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358610579
05:50:10 [WARNING] Cannot get the branch information from the git repository: 
05:50:10 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:10 
05:50:10 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/camel' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:10 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/camel
05:50:10 [INFO] Storing buildScmBranch: UNKNOWN
05:50:10 [INFO] 
05:50:10 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-camel ---
05:50:10 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/camel/target/jacoco.exec
05:50:10 [INFO] 
05:50:10 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-camel ---
05:50:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/camel/src/main/resources
05:50:10 [INFO] 
05:50:10 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-camel ---
05:50:10 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:10 [INFO] Changes detected - recompiling the module!
05:50:10 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-build/service/camel/target/classes
05:50:12 [INFO] 
05:50:12 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-camel ---
05:50:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/camel/src/test/resources
05:50:12 [INFO] 
05:50:12 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-camel ---
05:50:12 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:12 [INFO] No sources to compile
05:50:12 [INFO] 
05:50:12 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-camel ---
05:50:12 [INFO] Tests are skipped.
05:50:12 [INFO] 
05:50:12 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-camel ---
05:50:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:12 [INFO] 
05:50:12 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-camel ---
05:50:12 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] 
05:50:12 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-camel ---
05:50:12 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT-sources.jar
05:50:12 [INFO] 
05:50:12 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-service-camel ---
05:50:12 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/javax.json-1.0.4.jar
05:50:12 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/httpclient-4.5.13.jar
05:50:12 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/httpcore-4.4.15.jar
05:50:12 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/commons-logging-1.2.jar
05:50:12 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jose4j-0.7.10.jar
05:50:12 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/googleauth-1.5.0.jar
05:50:12 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/commons-codec-1.15.jar
05:50:12 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/shiro-core-1.12.0.jar
05:50:12 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/shiro-lang-1.12.0.jar
05:50:12 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/shiro-cache-1.12.0.jar
05:50:12 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/shiro-config-core-1.12.0.jar
05:50:12 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/shiro-config-ogdl-1.12.0.jar
05:50:12 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/commons-beanutils-1.9.4.jar
05:50:12 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/commons-collections-3.2.2.jar
05:50:12 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/shiro-event-1.12.0.jar
05:50:12 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-security-core-5.7.5.jar
05:50:12 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-security-crypto-5.7.5.jar
05:50:12 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
05:50:12 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/protobuf-java-3.23.2.jar
05:50:12 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/guava-32.1.2-jre.jar
05:50:12 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/failureaccess-1.0.1.jar
05:50:12 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
05:50:12 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/commons-pool2-2.3.jar
05:50:12 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/qpid-jms-client-1.7.0.jar
05:50:12 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jakarta.jms-api-2.0.3.jar
05:50:12 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/proton-j-0.34.0.jar
05:50:12 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-buffer-4.1.100.Final.jar
05:50:12 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-common-4.1.100.Final.jar
05:50:12 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-handler-4.1.100.Final.jar
05:50:12 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-resolver-4.1.100.Final.jar
05:50:12 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
05:50:12 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-codec-4.1.100.Final.jar
05:50:12 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-transport-4.1.100.Final.jar
05:50:12 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
05:50:12 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
05:50:12 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
05:50:12 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
05:50:12 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/netty-codec-http-4.1.100.Final.jar
05:50:12 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/junit-4.13.2.jar
05:50:12 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/hamcrest-core-2.2.jar
05:50:12 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/hamcrest-2.2.jar
05:50:12 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/javax.batch-api-1.0.1.jar
05:50:12 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/mapstruct-1.5.5.Final.jar
05:50:12 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/javase-3.4.1.jar
05:50:12 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/core-3.4.1.jar
05:50:12 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jcommander-1.78.jar
05:50:12 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jai-imageio-core-1.4.0.jar
05:50:12 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/guice-5.1.0.jar
05:50:12 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/javax.inject-1.jar
05:50:12 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/aopalliance-1.0.jar
05:50:12 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/guice-multibindings-4.2.3.jar
05:50:12 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/commons-configuration-1.9.jar
05:50:12 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/commons-lang-2.6.jar
05:50:12 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/commons-io-2.11.0.jar
05:50:12 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/metrics-core-3.2.2.jar
05:50:12 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/joda-time-2.9.4.jar
05:50:12 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/commons-lang3-3.4.jar
05:50:12 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
05:50:12 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jakarta.persistence-2.2.3.jar
05:50:12 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
05:50:12 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
05:50:12 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
05:50:12 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/org.eclipse.persistence.core-2.7.12.jar
05:50:12 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
05:50:12 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
05:50:12 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/liquibase-core-3.6.3.jar
05:50:12 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/snakeyaml-2.2.jar
05:50:12 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/reflections-0.10.2.jar
05:50:12 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/javassist-3.26.0-GA.jar
05:50:12 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jsr305-3.0.2.jar
05:50:12 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/checker-qual-3.15.0.jar
05:50:12 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
05:50:12 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jboss-logging-3.4.2.Final.jar
05:50:12 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jaxb-api-2.3.1.jar
05:50:12 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/javax.activation-api-1.2.0.jar
05:50:12 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jaxb-runtime-2.3.1.jar
05:50:12 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/txw2-2.3.1.jar
05:50:12 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/istack-commons-runtime-3.0.7.jar
05:50:12 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/stax-ex-1.8.jar
05:50:12 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/FastInfoset-1.2.15.jar
05:50:12 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/cache-api-1.1.1.jar
05:50:12 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/HikariCP-4.0.3.jar
05:50:12 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jakarta.xml.bind-api-2.3.3.jar
05:50:12 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jakarta.activation-api-1.2.2.jar
05:50:12 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jaxb-impl-2.3.3.jar
05:50:12 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jakarta.activation-1.2.2.jar
05:50:12 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jackson-databind-2.15.2.jar
05:50:12 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jackson-annotations-2.15.2.jar
05:50:12 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jackson-core-2.15.2.jar
05:50:12 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/javax.annotation-api-1.2.jar
05:50:12 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/validation-api-2.0.1.Final.jar
05:50:12 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Copying camel-core-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-core-3.21.0.jar
05:50:12 [INFO] Copying camel-core-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-core-engine-3.21.0.jar
05:50:12 [INFO] Copying camel-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-api-3.21.0.jar
05:50:12 [INFO] Copying camel-base-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-base-engine-3.21.0.jar
05:50:12 [INFO] Copying camel-base-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-base-3.21.0.jar
05:50:12 [INFO] Copying camel-core-reifier-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-core-reifier-3.21.0.jar
05:50:12 [INFO] Copying camel-core-processor-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-core-processor-3.21.0.jar
05:50:12 [INFO] Copying camel-management-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-management-api-3.21.0.jar
05:50:12 [INFO] Copying camel-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-util-3.21.0.jar
05:50:12 [INFO] Copying camel-core-languages-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-core-languages-3.21.0.jar
05:50:12 [INFO] Copying camel-core-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-core-model-3.21.0.jar
05:50:12 [INFO] Copying camel-bean-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-bean-3.21.0.jar
05:50:12 [INFO] Copying camel-browse-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-browse-3.21.0.jar
05:50:12 [INFO] Copying camel-cluster-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-cluster-3.21.0.jar
05:50:12 [INFO] Copying camel-controlbus-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-controlbus-3.21.0.jar
05:50:12 [INFO] Copying camel-dataformat-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-dataformat-3.21.0.jar
05:50:12 [INFO] Copying camel-dataset-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-dataset-3.21.0.jar
05:50:12 [INFO] Copying camel-direct-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-direct-3.21.0.jar
05:50:12 [INFO] Copying camel-directvm-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-directvm-3.21.0.jar
05:50:12 [INFO] Copying camel-file-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-file-3.21.0.jar
05:50:12 [INFO] Copying camel-health-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-health-3.21.0.jar
05:50:12 [INFO] Copying camel-language-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-language-3.21.0.jar
05:50:12 [INFO] Copying camel-log-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-log-3.21.0.jar
05:50:12 [INFO] Copying camel-mock-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-mock-3.21.0.jar
05:50:12 [INFO] Copying camel-ref-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-ref-3.21.0.jar
05:50:12 [INFO] Copying camel-rest-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-rest-3.21.0.jar
05:50:12 [INFO] Copying camel-tooling-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-tooling-model-3.21.0.jar
05:50:12 [INFO] Copying camel-saga-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-saga-3.21.0.jar
05:50:12 [INFO] Copying camel-scheduler-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-scheduler-3.21.0.jar
05:50:12 [INFO] Copying camel-seda-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-seda-3.21.0.jar
05:50:12 [INFO] Copying camel-stub-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-stub-3.21.0.jar
05:50:12 [INFO] Copying camel-timer-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-timer-3.21.0.jar
05:50:12 [INFO] Copying camel-validator-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-validator-3.21.0.jar
05:50:12 [INFO] Copying camel-vm-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-vm-3.21.0.jar
05:50:12 [INFO] Copying camel-xpath-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-xpath-3.21.0.jar
05:50:12 [INFO] Copying camel-xslt-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-xslt-3.21.0.jar
05:50:12 [INFO] Copying camel-xml-jaxb-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-xml-jaxb-3.21.0.jar
05:50:12 [INFO] Copying jaxb-core-2.3.0.1.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/jaxb-core-2.3.0.1.jar
05:50:12 [INFO] Copying camel-xml-jaxp-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-xml-jaxp-3.21.0.jar
05:50:12 [INFO] Copying camel-xml-io-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-xml-io-util-3.21.0.jar
05:50:12 [INFO] Copying camel-jms-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-jms-3.21.0.jar
05:50:12 [INFO] Copying camel-support-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-support-3.21.0.jar
05:50:12 [INFO] Copying camel-util-json-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-util-json-3.21.0.jar
05:50:12 [INFO] Copying camel-spring-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/camel-spring-3.21.0.jar
05:50:12 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-core-5.3.23.jar
05:50:12 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-jcl-5.3.23.jar
05:50:12 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-aop-5.3.23.jar
05:50:12 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-expression-5.3.23.jar
05:50:12 [INFO] Copying spring-jms-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-jms-5.3.23.jar
05:50:12 [INFO] Copying spring-messaging-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-messaging-5.3.23.jar
05:50:12 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-context-5.3.23.jar
05:50:12 [INFO] Copying spring-tx-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-tx-5.3.23.jar
05:50:12 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/spring-beans-5.3.23.jar
05:50:12 [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/geronimo-jms_2.0_spec-1.0-alpha-2.jar
05:50:12 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/service/camel/target/dependency/slf4j-api-1.7.33.jar
05:50:12 [INFO] 
05:50:12 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-camel ---
05:50:12 [INFO] 
05:50:12 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-camel ---
05:50:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-camel/2.1.0-SNAPSHOT/kapua-service-camel-2.1.0-SNAPSHOT.jar
05:50:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/camel/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-camel/2.1.0-SNAPSHOT/kapua-service-camel-2.1.0-SNAPSHOT.pom
05:50:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-camel/2.1.0-SNAPSHOT/kapua-service-camel-2.1.0-SNAPSHOT-sources.jar
05:50:12 [INFO] 
05:50:12 [INFO] ------------------< org.eclipse.kapua:kapua-consumer >------------------
05:50:12 [INFO] Building kapua-consumer 2.1.0-SNAPSHOT                         [174/229]
05:50:12 [INFO]   from consumer/pom.xml
05:50:12 [INFO] --------------------------------[ pom ]---------------------------------
05:50:12 [INFO] 
05:50:12 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer ---
05:50:12 [INFO] 
05:50:12 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer ---
05:50:12 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:12 [INFO] 
05:50:12 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer ---
05:50:12 [INFO] Required toolchain: jdk [ version='11' ]
05:50:12 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:12 [INFO] 
05:50:12 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer ---
05:50:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer
05:50:12 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358612794
05:50:12 [WARNING] Cannot get the branch information from the git repository: 
05:50:12 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:12 
05:50:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer
05:50:12 [INFO] Storing buildScmBranch: UNKNOWN
05:50:12 [INFO] 
05:50:12 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer ---
05:50:12 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/consumer/target/jacoco.exec
05:50:12 [INFO] 
05:50:12 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer ---
05:50:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:12 [INFO] 
05:50:12 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer ---
05:50:12 [INFO] 
05:50:12 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer ---
05:50:12 [INFO] 
05:50:12 [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer ---
05:50:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer/2.1.0-SNAPSHOT/kapua-consumer-2.1.0-SNAPSHOT.pom
05:50:12 [INFO] 
05:50:12 [INFO] -------------< org.eclipse.kapua:kapua-consumer-lifecycle >-------------
05:50:12 [INFO] Building kapua-consumer-lifecycle 2.1.0-SNAPSHOT               [175/229]
05:50:12 [INFO]   from consumer/lifecycle/pom.xml
05:50:12 [INFO] --------------------------------[ jar ]---------------------------------
05:50:13 [INFO] 
05:50:13 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer-lifecycle ---
05:50:13 [INFO] 
05:50:13 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-lifecycle ---
05:50:13 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:13 [INFO] 
05:50:13 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-lifecycle ---
05:50:13 [INFO] Required toolchain: jdk [ version='11' ]
05:50:13 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:13 [INFO] 
05:50:13 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-lifecycle ---
05:50:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer/lifecycle
05:50:13 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358613114
05:50:13 [WARNING] Cannot get the branch information from the git repository: 
05:50:13 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:13 
05:50:13 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:13 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer/lifecycle
05:50:13 [INFO] Storing buildScmBranch: UNKNOWN
05:50:13 [INFO] 
05:50:13 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-lifecycle ---
05:50:13 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/jacoco.exec
05:50:13 [INFO] 
05:50:13 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-lifecycle ---
05:50:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/src/main/resources
05:50:13 [INFO] 
05:50:13 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-lifecycle ---
05:50:13 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:13 [INFO] Changes detected - recompiling the module!
05:50:13 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/classes
05:50:14 [INFO] 
05:50:14 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-consumer-lifecycle ---
05:50:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/src/test/resources
05:50:14 [INFO] 
05:50:14 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-consumer-lifecycle ---
05:50:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:14 [INFO] No sources to compile
05:50:14 [INFO] 
05:50:14 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-consumer-lifecycle ---
05:50:14 [INFO] Tests are skipped.
05:50:14 [INFO] 
05:50:14 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer-lifecycle ---
05:50:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:14 [INFO] 
05:50:14 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-consumer-lifecycle ---
05:50:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] 
05:50:14 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer-lifecycle ---
05:50:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT-sources.jar
05:50:14 [INFO] 
05:50:14 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-consumer-lifecycle ---
05:50:14 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/mapstruct-1.5.5.Final.jar
05:50:14 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/javase-3.4.1.jar
05:50:14 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/core-3.4.1.jar
05:50:14 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jcommander-1.78.jar
05:50:14 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jai-imageio-core-1.4.0.jar
05:50:14 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/guice-5.1.0.jar
05:50:14 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/javax.inject-1.jar
05:50:14 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/aopalliance-1.0.jar
05:50:14 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/guice-multibindings-4.2.3.jar
05:50:14 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/commons-configuration-1.9.jar
05:50:14 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/commons-lang-2.6.jar
05:50:14 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/commons-io-2.11.0.jar
05:50:14 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/metrics-core-3.2.2.jar
05:50:14 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/joda-time-2.9.4.jar
05:50:14 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/commons-lang3-3.4.jar
05:50:14 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
05:50:14 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jakarta.persistence-2.2.3.jar
05:50:14 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
05:50:14 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
05:50:14 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
05:50:14 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/liquibase-core-3.6.3.jar
05:50:14 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/snakeyaml-2.2.jar
05:50:14 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/reflections-0.10.2.jar
05:50:14 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/javassist-3.26.0-GA.jar
05:50:14 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jsr305-3.0.2.jar
05:50:14 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/checker-qual-3.15.0.jar
05:50:14 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
05:50:14 [INFO] Copying jboss-logging-3.4.3.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jboss-logging-3.4.3.Final.jar
05:50:14 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jaxb-api-2.3.1.jar
05:50:14 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/javax.activation-api-1.2.0.jar
05:50:14 [INFO] Copying jaxb-runtime-2.3.6.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jaxb-runtime-2.3.6.jar
05:50:14 [INFO] Copying txw2-2.3.6.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/txw2-2.3.6.jar
05:50:14 [INFO] Copying istack-commons-runtime-3.0.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/istack-commons-runtime-3.0.12.jar
05:50:14 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/cache-api-1.1.1.jar
05:50:14 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/HikariCP-4.0.3.jar
05:50:14 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/qpid-jms-client-1.7.0.jar
05:50:14 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jakarta.jms-api-2.0.3.jar
05:50:14 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/proton-j-0.34.0.jar
05:50:14 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-buffer-4.1.100.Final.jar
05:50:14 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-common-4.1.100.Final.jar
05:50:14 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-handler-4.1.100.Final.jar
05:50:14 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-resolver-4.1.100.Final.jar
05:50:14 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
05:50:14 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-codec-4.1.100.Final.jar
05:50:14 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-transport-4.1.100.Final.jar
05:50:14 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
05:50:14 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
05:50:14 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
05:50:14 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
05:50:14 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/netty-codec-http-4.1.100.Final.jar
05:50:14 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/junit-4.13.2.jar
05:50:14 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/hamcrest-core-2.2.jar
05:50:14 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/hamcrest-2.2.jar
05:50:14 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/javax.batch-api-1.0.1.jar
05:50:14 [INFO] Copying kapua-service-camel-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-service-camel-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying camel-jms-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-jms-3.21.0.jar
05:50:14 [INFO] Copying camel-support-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-support-3.21.0.jar
05:50:14 [INFO] Copying camel-util-json-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-util-json-3.21.0.jar
05:50:14 [INFO] Copying camel-spring-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-spring-3.21.0.jar
05:50:14 [INFO] Copying spring-jms-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-jms-5.3.23.jar
05:50:14 [INFO] Copying spring-messaging-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-messaging-5.3.23.jar
05:50:14 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-context-5.3.23.jar
05:50:14 [INFO] Copying spring-tx-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-tx-5.3.23.jar
05:50:14 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-beans-5.3.23.jar
05:50:14 [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/geronimo-jms_2.0_spec-1.0-alpha-2.jar
05:50:14 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jakarta.xml.bind-api-2.3.3.jar
05:50:14 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jakarta.activation-api-1.2.2.jar
05:50:14 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jaxb-impl-2.3.3.jar
05:50:14 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jakarta.activation-1.2.2.jar
05:50:14 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jackson-databind-2.15.2.jar
05:50:14 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jackson-annotations-2.15.2.jar
05:50:14 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jackson-core-2.15.2.jar
05:50:14 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/javax.annotation-api-1.2.jar
05:50:14 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/validation-api-2.0.1.Final.jar
05:50:14 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/javax.json-1.0.4.jar
05:50:14 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/httpclient-4.5.13.jar
05:50:14 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/httpcore-4.4.15.jar
05:50:14 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/commons-logging-1.2.jar
05:50:14 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jose4j-0.7.10.jar
05:50:14 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/googleauth-1.5.0.jar
05:50:14 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/commons-codec-1.15.jar
05:50:14 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/shiro-core-1.12.0.jar
05:50:14 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/shiro-lang-1.12.0.jar
05:50:14 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/shiro-cache-1.12.0.jar
05:50:14 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/shiro-config-core-1.12.0.jar
05:50:14 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/shiro-config-ogdl-1.12.0.jar
05:50:14 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/commons-beanutils-1.9.4.jar
05:50:14 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/commons-collections-3.2.2.jar
05:50:14 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/shiro-event-1.12.0.jar
05:50:14 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-security-core-5.7.5.jar
05:50:14 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-aop-5.3.23.jar
05:50:14 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-core-5.3.23.jar
05:50:14 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-jcl-5.3.23.jar
05:50:14 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-expression-5.3.23.jar
05:50:14 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/spring-security-crypto-5.7.5.jar
05:50:14 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
05:50:14 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/protobuf-java-3.23.2.jar
05:50:14 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
05:50:14 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/org.eclipse.persistence.core-2.7.12.jar
05:50:14 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
05:50:14 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Copying camel-core-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-core-3.21.0.jar
05:50:14 [INFO] Copying camel-core-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-core-engine-3.21.0.jar
05:50:14 [INFO] Copying camel-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-api-3.21.0.jar
05:50:14 [INFO] Copying camel-base-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-base-engine-3.21.0.jar
05:50:14 [INFO] Copying camel-base-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-base-3.21.0.jar
05:50:14 [INFO] Copying camel-core-reifier-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-core-reifier-3.21.0.jar
05:50:14 [INFO] Copying camel-core-processor-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-core-processor-3.21.0.jar
05:50:14 [INFO] Copying camel-management-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-management-api-3.21.0.jar
05:50:14 [INFO] Copying camel-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-util-3.21.0.jar
05:50:14 [INFO] Copying camel-core-languages-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-core-languages-3.21.0.jar
05:50:14 [INFO] Copying camel-core-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-core-model-3.21.0.jar
05:50:14 [INFO] Copying camel-bean-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-bean-3.21.0.jar
05:50:14 [INFO] Copying camel-browse-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-browse-3.21.0.jar
05:50:14 [INFO] Copying camel-cluster-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-cluster-3.21.0.jar
05:50:14 [INFO] Copying camel-controlbus-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-controlbus-3.21.0.jar
05:50:14 [INFO] Copying camel-dataformat-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-dataformat-3.21.0.jar
05:50:14 [INFO] Copying camel-dataset-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-dataset-3.21.0.jar
05:50:14 [INFO] Copying camel-direct-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-direct-3.21.0.jar
05:50:14 [INFO] Copying camel-directvm-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-directvm-3.21.0.jar
05:50:14 [INFO] Copying camel-file-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-file-3.21.0.jar
05:50:14 [INFO] Copying camel-health-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-health-3.21.0.jar
05:50:14 [INFO] Copying camel-language-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-language-3.21.0.jar
05:50:14 [INFO] Copying camel-log-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-log-3.21.0.jar
05:50:14 [INFO] Copying camel-mock-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-mock-3.21.0.jar
05:50:14 [INFO] Copying camel-ref-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-ref-3.21.0.jar
05:50:14 [INFO] Copying camel-rest-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-rest-3.21.0.jar
05:50:14 [INFO] Copying camel-tooling-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-tooling-model-3.21.0.jar
05:50:14 [INFO] Copying camel-saga-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-saga-3.21.0.jar
05:50:14 [INFO] Copying camel-scheduler-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-scheduler-3.21.0.jar
05:50:14 [INFO] Copying camel-seda-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-seda-3.21.0.jar
05:50:14 [INFO] Copying camel-stub-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-stub-3.21.0.jar
05:50:14 [INFO] Copying camel-timer-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-timer-3.21.0.jar
05:50:14 [INFO] Copying camel-validator-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-validator-3.21.0.jar
05:50:14 [INFO] Copying camel-vm-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-vm-3.21.0.jar
05:50:14 [INFO] Copying camel-xpath-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-xpath-3.21.0.jar
05:50:14 [INFO] Copying camel-xslt-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-xslt-3.21.0.jar
05:50:14 [INFO] Copying camel-xml-jaxb-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-xml-jaxb-3.21.0.jar
05:50:14 [INFO] Copying jaxb-core-2.3.0.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/jaxb-core-2.3.0.1.jar
05:50:14 [INFO] Copying camel-xml-jaxp-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-xml-jaxp-3.21.0.jar
05:50:14 [INFO] Copying camel-xml-io-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/camel-xml-io-util-3.21.0.jar
05:50:14 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/slf4j-api-1.7.33.jar
05:50:14 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/guava-32.1.2-jre.jar
05:50:14 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/failureaccess-1.0.1.jar
05:50:14 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
05:50:14 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/dependency/commons-pool2-2.3.jar
05:50:14 [INFO] 
05:50:14 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer-lifecycle ---
05:50:14 [INFO] 
05:50:14 [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer-lifecycle ---
05:50:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-lifecycle/2.1.0-SNAPSHOT/kapua-consumer-lifecycle-2.1.0-SNAPSHOT.jar
05:50:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-lifecycle/2.1.0-SNAPSHOT/kapua-consumer-lifecycle-2.1.0-SNAPSHOT.pom
05:50:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-lifecycle/2.1.0-SNAPSHOT/kapua-consumer-lifecycle-2.1.0-SNAPSHOT-sources.jar
05:50:14 [INFO] 
05:50:14 [INFO] -------------< org.eclipse.kapua:kapua-consumer-telemetry >-------------
05:50:14 [INFO] Building kapua-consumer-telemetry 2.1.0-SNAPSHOT               [176/229]
05:50:14 [INFO]   from consumer/telemetry/pom.xml
05:50:14 [INFO] --------------------------------[ jar ]---------------------------------
05:50:15 [INFO] 
05:50:15 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer-telemetry ---
05:50:15 [INFO] 
05:50:15 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-telemetry ---
05:50:15 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:15 [INFO] 
05:50:15 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-telemetry ---
05:50:15 [INFO] Required toolchain: jdk [ version='11' ]
05:50:15 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:15 [INFO] 
05:50:15 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-telemetry ---
05:50:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer/telemetry
05:50:15 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358615279
05:50:15 [WARNING] Cannot get the branch information from the git repository: 
05:50:15 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:15 
05:50:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer/telemetry
05:50:15 [INFO] Storing buildScmBranch: UNKNOWN
05:50:15 [INFO] 
05:50:15 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-telemetry ---
05:50:15 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/jacoco.exec
05:50:15 [INFO] 
05:50:15 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-telemetry ---
05:50:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/consumer/telemetry/src/main/resources
05:50:15 [INFO] 
05:50:15 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-telemetry ---
05:50:15 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:15 [INFO] Changes detected - recompiling the module!
05:50:15 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/classes
05:50:16 [INFO] 
05:50:16 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-consumer-telemetry ---
05:50:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/consumer/telemetry/src/test/resources
05:50:16 [INFO] 
05:50:16 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-consumer-telemetry ---
05:50:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:16 [INFO] No sources to compile
05:50:16 [INFO] 
05:50:16 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-consumer-telemetry ---
05:50:16 [INFO] Tests are skipped.
05:50:16 [INFO] 
05:50:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer-telemetry ---
05:50:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:16 [INFO] 
05:50:16 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-consumer-telemetry ---
05:50:16 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] 
05:50:17 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer-telemetry ---
05:50:17 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT-sources.jar
05:50:17 [INFO] 
05:50:17 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-consumer-telemetry ---
05:50:17 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
05:50:17 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/protobuf-java-3.23.2.jar
05:50:17 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/qpid-jms-client-1.7.0.jar
05:50:17 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jakarta.jms-api-2.0.3.jar
05:50:17 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/proton-j-0.34.0.jar
05:50:17 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/junit-4.13.2.jar
05:50:17 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/hamcrest-core-2.2.jar
05:50:17 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/hamcrest-2.2.jar
05:50:17 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/javax.batch-api-1.0.1.jar
05:50:17 [INFO] Copying kapua-service-camel-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-service-camel-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying camel-jms-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-jms-3.21.0.jar
05:50:17 [INFO] Copying camel-support-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-support-3.21.0.jar
05:50:17 [INFO] Copying camel-util-json-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-util-json-3.21.0.jar
05:50:17 [INFO] Copying camel-spring-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-spring-3.21.0.jar
05:50:17 [INFO] Copying spring-jms-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-jms-5.3.23.jar
05:50:17 [INFO] Copying spring-messaging-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-messaging-5.3.23.jar
05:50:17 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-context-5.3.23.jar
05:50:17 [INFO] Copying spring-tx-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-tx-5.3.23.jar
05:50:17 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-beans-5.3.23.jar
05:50:17 [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/geronimo-jms_2.0_spec-1.0-alpha-2.jar
05:50:17 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/mapstruct-1.5.5.Final.jar
05:50:17 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/javase-3.4.1.jar
05:50:17 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/core-3.4.1.jar
05:50:17 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jcommander-1.78.jar
05:50:17 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jai-imageio-core-1.4.0.jar
05:50:17 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/guice-5.1.0.jar
05:50:17 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/javax.inject-1.jar
05:50:17 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/aopalliance-1.0.jar
05:50:17 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/guice-multibindings-4.2.3.jar
05:50:17 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/commons-configuration-1.9.jar
05:50:17 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/commons-lang-2.6.jar
05:50:17 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/commons-io-2.11.0.jar
05:50:17 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/metrics-core-3.2.2.jar
05:50:17 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/joda-time-2.9.4.jar
05:50:17 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/commons-lang3-3.4.jar
05:50:17 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
05:50:17 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jakarta.persistence-2.2.3.jar
05:50:17 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
05:50:17 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
05:50:17 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
05:50:17 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/org.eclipse.persistence.core-2.7.12.jar
05:50:17 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
05:50:17 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
05:50:17 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/liquibase-core-3.6.3.jar
05:50:17 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/snakeyaml-2.2.jar
05:50:17 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/reflections-0.10.2.jar
05:50:17 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/javassist-3.26.0-GA.jar
05:50:17 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jsr305-3.0.2.jar
05:50:17 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/checker-qual-3.15.0.jar
05:50:17 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
05:50:17 [INFO] Copying jboss-logging-3.4.3.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jboss-logging-3.4.3.Final.jar
05:50:17 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jaxb-api-2.3.1.jar
05:50:17 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/javax.activation-api-1.2.0.jar
05:50:17 [INFO] Copying jaxb-runtime-2.3.6.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jaxb-runtime-2.3.6.jar
05:50:17 [INFO] Copying txw2-2.3.6.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/txw2-2.3.6.jar
05:50:17 [INFO] Copying istack-commons-runtime-3.0.12.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/istack-commons-runtime-3.0.12.jar
05:50:17 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/cache-api-1.1.1.jar
05:50:17 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/HikariCP-4.0.3.jar
05:50:17 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jakarta.xml.bind-api-2.3.3.jar
05:50:17 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jakarta.activation-api-1.2.2.jar
05:50:17 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jaxb-impl-2.3.3.jar
05:50:17 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jakarta.activation-1.2.2.jar
05:50:17 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jackson-databind-2.15.2.jar
05:50:17 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jackson-annotations-2.15.2.jar
05:50:17 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/javax.annotation-api-1.2.jar
05:50:17 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/validation-api-2.0.1.Final.jar
05:50:17 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/javax.json-1.0.4.jar
05:50:17 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jose4j-0.7.10.jar
05:50:17 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/googleauth-1.5.0.jar
05:50:17 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/commons-codec-1.15.jar
05:50:17 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/shiro-core-1.12.0.jar
05:50:17 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/shiro-lang-1.12.0.jar
05:50:17 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/shiro-cache-1.12.0.jar
05:50:17 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/shiro-config-core-1.12.0.jar
05:50:17 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/shiro-config-ogdl-1.12.0.jar
05:50:17 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/commons-beanutils-1.9.4.jar
05:50:17 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/commons-collections-3.2.2.jar
05:50:17 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/shiro-event-1.12.0.jar
05:50:17 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-security-core-5.7.5.jar
05:50:17 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-aop-5.3.23.jar
05:50:17 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-core-5.3.23.jar
05:50:17 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-jcl-5.3.23.jar
05:50:17 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-expression-5.3.23.jar
05:50:17 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/spring-security-crypto-5.7.5.jar
05:50:17 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-datastore-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jackson-core-2.15.2.jar
05:50:17 [INFO] Copying kapua-datastore-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-datastore-internal-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-service-storable-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-service-storable-internal-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-locator-guice-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-locator-guice-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying jcl-over-slf4j-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jcl-over-slf4j-1.7.33.jar
05:50:17 [INFO] Copying kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/httpclient-4.5.13.jar
05:50:17 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/httpcore-4.4.15.jar
05:50:17 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/commons-logging-1.2.jar
05:50:17 [INFO] Copying kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying elasticsearch-rest-client-7.8.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/elasticsearch-rest-client-7.8.1.jar
05:50:17 [INFO] Copying httpasyncclient-4.1.5.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/httpasyncclient-4.1.5.jar
05:50:17 [INFO] Copying httpcore-nio-4.4.15.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/httpcore-nio-4.4.15.jar
05:50:17 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-registry-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-authentication-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-authentication-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-client-security-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-client-security-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Copying camel-core-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-core-3.21.0.jar
05:50:17 [INFO] Copying camel-core-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-core-engine-3.21.0.jar
05:50:17 [INFO] Copying camel-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-api-3.21.0.jar
05:50:17 [INFO] Copying camel-base-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-base-engine-3.21.0.jar
05:50:17 [INFO] Copying camel-base-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-base-3.21.0.jar
05:50:17 [INFO] Copying camel-core-reifier-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-core-reifier-3.21.0.jar
05:50:17 [INFO] Copying camel-core-processor-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-core-processor-3.21.0.jar
05:50:17 [INFO] Copying camel-management-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-management-api-3.21.0.jar
05:50:17 [INFO] Copying camel-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-util-3.21.0.jar
05:50:17 [INFO] Copying camel-core-languages-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-core-languages-3.21.0.jar
05:50:17 [INFO] Copying camel-core-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-core-model-3.21.0.jar
05:50:17 [INFO] Copying camel-bean-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-bean-3.21.0.jar
05:50:17 [INFO] Copying camel-browse-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-browse-3.21.0.jar
05:50:17 [INFO] Copying camel-cluster-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-cluster-3.21.0.jar
05:50:17 [INFO] Copying camel-controlbus-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-controlbus-3.21.0.jar
05:50:17 [INFO] Copying camel-dataformat-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-dataformat-3.21.0.jar
05:50:17 [INFO] Copying camel-dataset-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-dataset-3.21.0.jar
05:50:17 [INFO] Copying camel-direct-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-direct-3.21.0.jar
05:50:17 [INFO] Copying camel-directvm-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-directvm-3.21.0.jar
05:50:17 [INFO] Copying camel-file-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-file-3.21.0.jar
05:50:17 [INFO] Copying camel-health-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-health-3.21.0.jar
05:50:17 [INFO] Copying camel-language-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-language-3.21.0.jar
05:50:17 [INFO] Copying camel-log-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-log-3.21.0.jar
05:50:17 [INFO] Copying camel-mock-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-mock-3.21.0.jar
05:50:17 [INFO] Copying camel-ref-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-ref-3.21.0.jar
05:50:17 [INFO] Copying camel-rest-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-rest-3.21.0.jar
05:50:17 [INFO] Copying camel-tooling-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-tooling-model-3.21.0.jar
05:50:17 [INFO] Copying camel-saga-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-saga-3.21.0.jar
05:50:17 [INFO] Copying camel-scheduler-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-scheduler-3.21.0.jar
05:50:17 [INFO] Copying camel-seda-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-seda-3.21.0.jar
05:50:17 [INFO] Copying camel-stub-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-stub-3.21.0.jar
05:50:17 [INFO] Copying camel-timer-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-timer-3.21.0.jar
05:50:17 [INFO] Copying camel-validator-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-validator-3.21.0.jar
05:50:17 [INFO] Copying camel-vm-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-vm-3.21.0.jar
05:50:17 [INFO] Copying camel-xpath-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-xpath-3.21.0.jar
05:50:17 [INFO] Copying camel-xslt-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-xslt-3.21.0.jar
05:50:17 [INFO] Copying camel-xml-jaxb-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-xml-jaxb-3.21.0.jar
05:50:17 [INFO] Copying jaxb-core-2.3.0.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/jaxb-core-2.3.0.1.jar
05:50:17 [INFO] Copying camel-xml-jaxp-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-xml-jaxp-3.21.0.jar
05:50:17 [INFO] Copying camel-xml-io-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/camel-xml-io-util-3.21.0.jar
05:50:17 [INFO] Copying netty-all-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-all-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-buffer-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-dns-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-dns-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-haproxy-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-haproxy-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-http-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-http2-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-http2-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-memcache-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-memcache-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-mqtt-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-mqtt-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-redis-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-redis-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-smtp-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-smtp-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-socks-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-socks-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-stomp-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-stomp-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-codec-xml-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-codec-xml-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-common-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-handler-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-handler-proxy-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-handler-proxy-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-handler-ssl-ocsp-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-handler-ssl-ocsp-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-resolver-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-resolver-dns-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-resolver-dns-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-transport-rxtx-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-rxtx-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-transport-sctp-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-sctp-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-transport-udt-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-udt-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-resolver-dns-classes-macos-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-resolver-dns-classes-macos-4.1.100.Final.jar
05:50:17 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
05:50:17 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-aarch_64.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-aarch_64.jar
05:50:17 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
05:50:17 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-aarch_64.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-aarch_64.jar
05:50:17 [INFO] Copying netty-resolver-dns-native-macos-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-resolver-dns-native-macos-4.1.100.Final-osx-x86_64.jar
05:50:17 [INFO] Copying netty-resolver-dns-native-macos-4.1.100.Final-osx-aarch_64.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/netty-resolver-dns-native-macos-4.1.100.Final-osx-aarch_64.jar
05:50:17 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/slf4j-api-1.7.33.jar
05:50:17 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/guava-32.1.2-jre.jar
05:50:17 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/failureaccess-1.0.1.jar
05:50:17 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
05:50:17 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/dependency/commons-pool2-2.3.jar
05:50:17 [INFO] 
05:50:17 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer-telemetry ---
05:50:17 [INFO] 
05:50:17 [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer-telemetry ---
05:50:17 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-telemetry/2.1.0-SNAPSHOT/kapua-consumer-telemetry-2.1.0-SNAPSHOT.jar
05:50:17 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/telemetry/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-telemetry/2.1.0-SNAPSHOT/kapua-consumer-telemetry-2.1.0-SNAPSHOT.pom
05:50:17 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-telemetry/2.1.0-SNAPSHOT/kapua-consumer-telemetry-2.1.0-SNAPSHOT-sources.jar
05:50:17 [INFO] 
05:50:17 [INFO] -----------< org.eclipse.kapua:kapua-service-authentication >-----------
05:50:17 [INFO] Building kapua-service-authentication 2.1.0-SNAPSHOT           [177/229]
05:50:17 [INFO]   from service/authentication/pom.xml
05:50:17 [INFO] --------------------------------[ jar ]---------------------------------
05:50:17 [INFO] 
05:50:17 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-authentication ---
05:50:17 [INFO] 
05:50:17 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-authentication ---
05:50:17 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:17 [INFO] 
05:50:17 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-authentication ---
05:50:17 [INFO] Required toolchain: jdk [ version='11' ]
05:50:17 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:17 [INFO] 
05:50:17 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-authentication ---
05:50:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/authentication
05:50:17 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358617309
05:50:17 [WARNING] Cannot get the branch information from the git repository: 
05:50:17 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:17 
05:50:17 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:17 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/authentication
05:50:17 [INFO] Storing buildScmBranch: UNKNOWN
05:50:17 [INFO] 
05:50:17 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-authentication ---
05:50:17 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/authentication/target/jacoco.exec
05:50:17 [INFO] 
05:50:17 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-authentication ---
05:50:17 [INFO] Copying 6 resources
05:50:17 [INFO] 
05:50:17 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-authentication ---
05:50:17 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:17 [INFO] Changes detected - recompiling the module!
05:50:17 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/develop-build/service/authentication/target/classes
05:50:19 [INFO] 
05:50:19 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-authentication ---
05:50:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/authentication/src/test/resources
05:50:19 [INFO] 
05:50:19 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-authentication ---
05:50:19 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:19 [INFO] No sources to compile
05:50:19 [INFO] 
05:50:19 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-authentication ---
05:50:19 [INFO] Tests are skipped.
05:50:19 [INFO] 
05:50:19 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-authentication ---
05:50:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:19 [INFO] 
05:50:19 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-authentication ---
05:50:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] 
05:50:19 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-authentication ---
05:50:19 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT-sources.jar
05:50:19 [INFO] 
05:50:19 [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-service-authentication ---
05:50:19 [INFO] Copying kapua-service-camel-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-service-camel-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-service-client-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-service-client-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-call-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-call-kura-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-transport-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying org.eclipse.paho.client.mqttv3-1.2.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/org.eclipse.paho.client.mqttv3-1.2.1.jar
05:50:19 [INFO] Copying protobuf-java-3.23.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/protobuf-java-3.23.2.jar
05:50:19 [INFO] Copying kapua-device-management-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-job-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-job-engine-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-job-engine-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/junit-4.13.2.jar
05:50:19 [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/hamcrest-core-2.2.jar
05:50:19 [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/hamcrest-2.2.jar
05:50:19 [INFO] Copying kapua-scheduler-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-scheduler-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-command-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-command-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-job-engine-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-job-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-job-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying javax.batch-api-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/javax.batch-api-1.0.1.jar
05:50:19 [INFO] Copying kapua-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-commons-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying mapstruct-1.5.5.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/mapstruct-1.5.5.Final.jar
05:50:19 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/javase-3.4.1.jar
05:50:19 [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/core-3.4.1.jar
05:50:19 [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jcommander-1.78.jar
05:50:19 [INFO] Copying jai-imageio-core-1.4.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jai-imageio-core-1.4.0.jar
05:50:19 [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/commons-io-2.11.0.jar
05:50:19 [INFO] Copying metrics-core-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/metrics-core-3.2.2.jar
05:50:19 [INFO] Copying joda-time-2.9.4.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/joda-time-2.9.4.jar
05:50:19 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/commons-lang3-3.4.jar
05:50:19 [INFO] Copying org.eclipse.persistence.jpa-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/org.eclipse.persistence.jpa-2.7.12.jar
05:50:19 [INFO] Copying jakarta.persistence-2.2.3.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jakarta.persistence-2.2.3.jar
05:50:19 [INFO] Copying org.eclipse.persistence.antlr-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/org.eclipse.persistence.antlr-2.7.12.jar
05:50:19 [INFO] Copying org.eclipse.persistence.jpa.jpql-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/org.eclipse.persistence.jpa.jpql-2.7.12.jar
05:50:19 [INFO] Copying org.eclipse.persistence.extension-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/org.eclipse.persistence.extension-2.7.12.jar
05:50:19 [INFO] Copying liquibase-core-3.6.3.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/liquibase-core-3.6.3.jar
05:50:19 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/snakeyaml-2.2.jar
05:50:19 [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/reflections-0.10.2.jar
05:50:19 [INFO] Copying javassist-3.26.0-GA.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/javassist-3.26.0-GA.jar
05:50:19 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jsr305-3.0.2.jar
05:50:19 [INFO] Copying checker-qual-3.15.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/checker-qual-3.15.0.jar
05:50:19 [INFO] Copying cache-api-1.1.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/cache-api-1.1.1.jar
05:50:19 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/HikariCP-4.0.3.jar
05:50:19 [INFO] Copying kapua-account-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-account-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-user-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-user-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-tag-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-tag-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-translator-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-translator-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-transport-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-transport-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-transport-jms-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-transport-jms-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-security-certificate-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying camel-jms-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-jms-3.21.0.jar
05:50:19 [INFO] Copying camel-support-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-support-3.21.0.jar
05:50:19 [INFO] Copying camel-util-json-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-util-json-3.21.0.jar
05:50:19 [INFO] Copying camel-spring-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-spring-3.21.0.jar
05:50:19 [INFO] Copying spring-jms-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-jms-5.3.23.jar
05:50:19 [INFO] Copying spring-messaging-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-messaging-5.3.23.jar
05:50:19 [INFO] Copying spring-context-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-context-5.3.23.jar
05:50:19 [INFO] Copying spring-tx-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-tx-5.3.23.jar
05:50:19 [INFO] Copying spring-beans-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-beans-5.3.23.jar
05:50:19 [INFO] Copying geronimo-jms_2.0_spec-1.0-alpha-2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/geronimo-jms_2.0_spec-1.0-alpha-2.jar
05:50:19 [INFO] Copying kapua-message-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-message-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-service-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-service-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jakarta.xml.bind-api-2.3.3.jar
05:50:19 [INFO] Copying jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jakarta.activation-api-1.2.2.jar
05:50:19 [INFO] Copying jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jaxb-impl-2.3.3.jar
05:50:19 [INFO] Copying jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jakarta.activation-1.2.2.jar
05:50:19 [INFO] Copying jackson-databind-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jackson-databind-2.15.2.jar
05:50:19 [INFO] Copying jackson-annotations-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jackson-annotations-2.15.2.jar
05:50:19 [INFO] Copying javax.annotation-api-1.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/javax.annotation-api-1.2.jar
05:50:19 [INFO] Copying validation-api-2.0.1.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/validation-api-2.0.1.Final.jar
05:50:19 [INFO] Copying kapua-account-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-account-internal-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying hibernate-jpamodelgen-5.5.4.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/hibernate-jpamodelgen-5.5.4.Final.jar
05:50:19 [INFO] Copying jboss-logging-3.4.2.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jboss-logging-3.4.2.Final.jar
05:50:19 [INFO] Copying jaxb-api-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jaxb-api-2.3.1.jar
05:50:19 [INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/javax.activation-api-1.2.0.jar
05:50:19 [INFO] Copying jaxb-runtime-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jaxb-runtime-2.3.1.jar
05:50:19 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/txw2-2.3.1.jar
05:50:19 [INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/istack-commons-runtime-3.0.7.jar
05:50:19 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/stax-ex-1.8.jar
05:50:19 [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/FastInfoset-1.2.15.jar
05:50:19 [INFO] Copying kapua-device-registry-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-call-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-call-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-registry-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-message-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-message-internal-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-security-shiro-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-security-shiro-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-openid-provider-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-openid-provider-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-openid-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-openid-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying javax.json-1.0.4.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/javax.json-1.0.4.jar
05:50:19 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/httpclient-4.5.13.jar
05:50:19 [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/httpcore-4.4.15.jar
05:50:19 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/commons-logging-1.2.jar
05:50:19 [INFO] Copying kapua-security-registration-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-security-registration-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jose4j-0.7.10.jar
05:50:19 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/googleauth-1.5.0.jar
05:50:19 [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/commons-codec-1.15.jar
05:50:19 [INFO] Copying shiro-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/shiro-core-1.12.0.jar
05:50:19 [INFO] Copying shiro-lang-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/shiro-lang-1.12.0.jar
05:50:19 [INFO] Copying shiro-cache-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/shiro-cache-1.12.0.jar
05:50:19 [INFO] Copying shiro-config-core-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/shiro-config-core-1.12.0.jar
05:50:19 [INFO] Copying shiro-config-ogdl-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/shiro-config-ogdl-1.12.0.jar
05:50:19 [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/commons-beanutils-1.9.4.jar
05:50:19 [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/commons-collections-3.2.2.jar
05:50:19 [INFO] Copying shiro-event-1.12.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/shiro-event-1.12.0.jar
05:50:19 [INFO] Copying spring-security-core-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-security-core-5.7.5.jar
05:50:19 [INFO] Copying spring-aop-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-aop-5.3.23.jar
05:50:19 [INFO] Copying spring-core-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-core-5.3.23.jar
05:50:19 [INFO] Copying spring-jcl-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-jcl-5.3.23.jar
05:50:19 [INFO] Copying spring-expression-5.3.23.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-expression-5.3.23.jar
05:50:19 [INFO] Copying spring-security-crypto-5.7.5.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/spring-security-crypto-5.7.5.jar
05:50:19 [INFO] Copying kapua-security-authentication-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-security-authorization-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-user-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-user-internal-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-client-security-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-client-security-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying qpid-jms-client-1.7.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/qpid-jms-client-1.7.0.jar
05:50:19 [INFO] Copying jakarta.jms-api-2.0.3.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jakarta.jms-api-2.0.3.jar
05:50:19 [INFO] Copying proton-j-0.34.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/proton-j-0.34.0.jar
05:50:19 [INFO] Copying netty-buffer-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-buffer-4.1.100.Final.jar
05:50:19 [INFO] Copying netty-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-common-4.1.100.Final.jar
05:50:19 [INFO] Copying netty-handler-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-handler-4.1.100.Final.jar
05:50:19 [INFO] Copying netty-resolver-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-resolver-4.1.100.Final.jar
05:50:19 [INFO] Copying netty-transport-native-unix-common-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-transport-native-unix-common-4.1.100.Final.jar
05:50:19 [INFO] Copying netty-codec-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-codec-4.1.100.Final.jar
05:50:19 [INFO] Copying netty-transport-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-transport-4.1.100.Final.jar
05:50:19 [INFO] Copying netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
05:50:19 [INFO] Copying netty-transport-classes-epoll-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-transport-classes-epoll-4.1.100.Final.jar
05:50:19 [INFO] Copying netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar
05:50:19 [INFO] Copying netty-transport-classes-kqueue-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-transport-classes-kqueue-4.1.100.Final.jar
05:50:19 [INFO] Copying netty-codec-http-4.1.100.Final.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/netty-codec-http-4.1.100.Final.jar
05:50:19 [INFO] Copying kapua-datastore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-datastore-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-service-storable-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-service-storable-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying jackson-core-2.15.2.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jackson-core-2.15.2.jar
05:50:19 [INFO] Copying kapua-locator-guice-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-locator-guice-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/guice-5.1.0.jar
05:50:19 [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/javax.inject-1.jar
05:50:19 [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/aopalliance-1.0.jar
05:50:19 [INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/guice-multibindings-4.2.3.jar
05:50:19 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/commons-configuration-1.9.jar
05:50:19 [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/commons-lang-2.6.jar
05:50:19 [INFO] Copying jcl-over-slf4j-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jcl-over-slf4j-1.7.33.jar
05:50:19 [INFO] Copying kapua-device-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-authentication-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-authentication-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-request-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-request-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-commons-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-commons-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-qa-markers-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-qa-markers-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Copying camel-core-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-core-3.21.0.jar
05:50:19 [INFO] Copying camel-core-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-core-engine-3.21.0.jar
05:50:19 [INFO] Copying camel-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-api-3.21.0.jar
05:50:19 [INFO] Copying camel-base-engine-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-base-engine-3.21.0.jar
05:50:19 [INFO] Copying camel-base-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-base-3.21.0.jar
05:50:19 [INFO] Copying camel-core-reifier-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-core-reifier-3.21.0.jar
05:50:19 [INFO] Copying camel-core-processor-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-core-processor-3.21.0.jar
05:50:19 [INFO] Copying camel-management-api-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-management-api-3.21.0.jar
05:50:19 [INFO] Copying camel-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-util-3.21.0.jar
05:50:19 [INFO] Copying camel-core-languages-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-core-languages-3.21.0.jar
05:50:19 [INFO] Copying camel-core-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-core-model-3.21.0.jar
05:50:19 [INFO] Copying camel-bean-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-bean-3.21.0.jar
05:50:19 [INFO] Copying camel-browse-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-browse-3.21.0.jar
05:50:19 [INFO] Copying camel-cluster-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-cluster-3.21.0.jar
05:50:19 [INFO] Copying camel-controlbus-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-controlbus-3.21.0.jar
05:50:19 [INFO] Copying camel-dataformat-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-dataformat-3.21.0.jar
05:50:19 [INFO] Copying camel-dataset-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-dataset-3.21.0.jar
05:50:19 [INFO] Copying camel-direct-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-direct-3.21.0.jar
05:50:19 [INFO] Copying camel-directvm-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-directvm-3.21.0.jar
05:50:19 [INFO] Copying camel-file-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-file-3.21.0.jar
05:50:19 [INFO] Copying camel-health-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-health-3.21.0.jar
05:50:19 [INFO] Copying camel-language-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-language-3.21.0.jar
05:50:19 [INFO] Copying camel-log-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-log-3.21.0.jar
05:50:19 [INFO] Copying camel-mock-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-mock-3.21.0.jar
05:50:19 [INFO] Copying camel-ref-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-ref-3.21.0.jar
05:50:19 [INFO] Copying camel-rest-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-rest-3.21.0.jar
05:50:19 [INFO] Copying camel-tooling-model-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-tooling-model-3.21.0.jar
05:50:19 [INFO] Copying camel-saga-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-saga-3.21.0.jar
05:50:19 [INFO] Copying camel-scheduler-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-scheduler-3.21.0.jar
05:50:19 [INFO] Copying camel-seda-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-seda-3.21.0.jar
05:50:19 [INFO] Copying camel-stub-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-stub-3.21.0.jar
05:50:19 [INFO] Copying camel-timer-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-timer-3.21.0.jar
05:50:19 [INFO] Copying camel-validator-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-validator-3.21.0.jar
05:50:19 [INFO] Copying camel-vm-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-vm-3.21.0.jar
05:50:19 [INFO] Copying camel-xpath-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-xpath-3.21.0.jar
05:50:19 [INFO] Copying camel-xslt-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-xslt-3.21.0.jar
05:50:19 [INFO] Copying camel-xml-jaxb-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-xml-jaxb-3.21.0.jar
05:50:19 [INFO] Copying jaxb-core-2.3.0.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/jaxb-core-2.3.0.1.jar
05:50:19 [INFO] Copying camel-xml-jaxp-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-xml-jaxp-3.21.0.jar
05:50:19 [INFO] Copying camel-xml-io-util-3.21.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/camel-xml-io-util-3.21.0.jar
05:50:19 [INFO] Copying slf4j-api-1.7.33.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/slf4j-api-1.7.33.jar
05:50:19 [INFO] Copying guava-32.1.2-jre.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/guava-32.1.2-jre.jar
05:50:19 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/failureaccess-1.0.1.jar
05:50:19 [INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
05:50:19 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/commons-pool2-2.3.jar
05:50:19 [INFO] Copying org.eclipse.persistence.moxy-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/org.eclipse.persistence.moxy-2.7.12.jar
05:50:19 [INFO] Copying org.eclipse.persistence.core-2.7.12.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/org.eclipse.persistence.core-2.7.12.jar
05:50:19 [INFO] Copying org.eclipse.persistence.asm-9.4.0.jar to /home/jenkins/agent/workspace/develop-build/service/authentication/target/dependency/org.eclipse.persistence.asm-9.4.0.jar
05:50:19 [INFO] 
05:50:19 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-authentication ---
05:50:19 [INFO] 
05:50:19 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-authentication ---
05:50:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-authentication/2.1.0-SNAPSHOT/kapua-service-authentication-2.1.0-SNAPSHOT.jar
05:50:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/authentication/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-authentication/2.1.0-SNAPSHOT/kapua-service-authentication-2.1.0-SNAPSHOT.pom
05:50:19 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-authentication/2.1.0-SNAPSHOT/kapua-service-authentication-2.1.0-SNAPSHOT-sources.jar
05:50:19 [INFO] 
05:50:19 [INFO] ---------------< org.eclipse.kapua:kapua-qa-integration >---------------
05:50:19 [INFO] Building kapua-qa-integration 2.1.0-SNAPSHOT                   [178/229]
05:50:19 [INFO]   from qa/integration/pom.xml
05:50:19 [INFO] --------------------------------[ jar ]---------------------------------
05:50:19 [INFO] 
05:50:19 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-integration ---
05:50:19 [INFO] 
05:50:19 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-integration ---
05:50:19 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:20 [INFO] 
05:50:20 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-integration ---
05:50:20 [INFO] Required toolchain: jdk [ version='11' ]
05:50:20 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:20 [INFO] 
05:50:20 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-integration ---
05:50:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa/integration' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa/integration
05:50:20 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358620141
05:50:20 [WARNING] Cannot get the branch information from the git repository: 
05:50:20 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:20 
05:50:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/qa/integration' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/qa/integration
05:50:20 [INFO] Storing buildScmBranch: UNKNOWN
05:50:20 [INFO] 
05:50:20 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-integration ---
05:50:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/qa/integration/target/jacoco.exec
05:50:20 [INFO] 
05:50:20 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-integration ---
05:50:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/qa/integration/src/main/resources
05:50:20 [INFO] 
05:50:20 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-integration ---
05:50:20 [INFO] Copying 1 resource
05:50:20 [INFO] 
05:50:20 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-integration ---
05:50:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:20 [INFO] No sources to compile
05:50:20 [INFO] 
05:50:20 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-integration ---
05:50:20 [INFO] Copying 110 resources
05:50:20 [INFO] 
05:50:20 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-integration ---
05:50:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:20 [INFO] Changes detected - recompiling the module!
05:50:20 [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/develop-build/qa/integration/target/test-classes
05:50:23 [INFO] 
05:50:23 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-integration ---
05:50:23 [INFO] Tests are skipped.
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-integration ---
05:50:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:23 [INFO] 
05:50:23 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-integration ---
05:50:23 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/qa/integration/target/kapua-qa-integration-2.1.0-SNAPSHOT.jar
05:50:23 [INFO] 
05:50:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-integration ---
05:50:23 [INFO] No sources in project. Archive not created.
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-integration ---
05:50:23 [INFO] 
05:50:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-integration ---
05:50:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/integration/target/kapua-qa-integration-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-integration/2.1.0-SNAPSHOT/kapua-qa-integration-2.1.0-SNAPSHOT.jar
05:50:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/qa/integration/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-qa-integration/2.1.0-SNAPSHOT/kapua-qa-integration-2.1.0-SNAPSHOT.pom
05:50:23 [INFO] 
05:50:23 [INFO] -----------------< org.eclipse.kapua:kapua-dev-tools >------------------
05:50:23 [INFO] Building kapua-dev-tools 2.1.0-SNAPSHOT                        [179/229]
05:50:23 [INFO]   from dev-tools/pom.xml
05:50:23 [INFO] --------------------------------[ pom ]---------------------------------
05:50:23 [INFO] 
05:50:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-dev-tools ---
05:50:23 [INFO] 
05:50:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-dev-tools ---
05:50:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:23 [INFO] 
05:50:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-dev-tools ---
05:50:23 [INFO] Required toolchain: jdk [ version='11' ]
05:50:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:23 [INFO] 
05:50:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-dev-tools ---
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/dev-tools' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/dev-tools
05:50:23 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358623129
05:50:23 [WARNING] Cannot get the branch information from the git repository: 
05:50:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:23 
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/dev-tools' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/dev-tools
05:50:23 [INFO] Storing buildScmBranch: UNKNOWN
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-dev-tools ---
05:50:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/dev-tools/target/jacoco.exec
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-dev-tools ---
05:50:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:23 [INFO] 
05:50:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-dev-tools ---
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-dev-tools ---
05:50:23 [INFO] 
05:50:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-dev-tools ---
05:50:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/dev-tools/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-dev-tools/2.1.0-SNAPSHOT/kapua-dev-tools-2.1.0-SNAPSHOT.pom
05:50:23 [INFO] 
05:50:23 [INFO] --------------< org.eclipse.kapua:kapua-cucumber-reports >--------------
05:50:23 [INFO] Building kapua-cucumber-reports 2.1.0-SNAPSHOT                 [180/229]
05:50:23 [INFO]   from dev-tools/cucumber-reports/pom.xml
05:50:23 [INFO] --------------------------------[ pom ]---------------------------------
05:50:23 [INFO] 
05:50:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-cucumber-reports ---
05:50:23 [INFO] 
05:50:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-cucumber-reports ---
05:50:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:23 [INFO] 
05:50:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-cucumber-reports ---
05:50:23 [INFO] Required toolchain: jdk [ version='11' ]
05:50:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:23 [INFO] 
05:50:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-cucumber-reports ---
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/dev-tools/cucumber-reports' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/dev-tools/cucumber-reports
05:50:23 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358623334
05:50:23 [WARNING] Cannot get the branch information from the git repository: 
05:50:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:23 
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/dev-tools/cucumber-reports' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/dev-tools/cucumber-reports
05:50:23 [INFO] Storing buildScmBranch: UNKNOWN
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-cucumber-reports ---
05:50:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/dev-tools/cucumber-reports/target/jacoco.exec
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-cucumber-reports ---
05:50:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:23 [INFO] 
05:50:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-cucumber-reports ---
05:50:23 [INFO] 
05:50:23 [INFO] --- assembly:3.0.0:single (kapua-cucumber-report) @ kapua-cucumber-reports ---
05:50:23 [INFO] Reading assembly descriptor: src/main/descriptors/kapua-cucumber-report.xml
05:50:23 [INFO] Copying files to /home/jenkins/agent/workspace/develop-build/dev-tools/cucumber-reports/target/kapua-cucumber-report
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-cucumber-reports ---
05:50:23 [INFO] 
05:50:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-cucumber-reports ---
05:50:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/dev-tools/cucumber-reports/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-cucumber-reports/2.1.0-SNAPSHOT/kapua-cucumber-reports-2.1.0-SNAPSHOT.pom
05:50:23 [INFO] 
05:50:23 [INFO] -----------------< org.eclipse.kapua:kapua-deployment >-----------------
05:50:23 [INFO] Building kapua-deployment 2.1.0-SNAPSHOT                       [181/229]
05:50:23 [INFO]   from deployment/pom.xml
05:50:23 [INFO] --------------------------------[ pom ]---------------------------------
05:50:23 [INFO] 
05:50:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-deployment ---
05:50:23 [INFO] 
05:50:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-deployment ---
05:50:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:23 [INFO] 
05:50:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-deployment ---
05:50:23 [INFO] Required toolchain: jdk [ version='11' ]
05:50:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:23 [INFO] 
05:50:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-deployment ---
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment
05:50:23 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358623860
05:50:23 [WARNING] Cannot get the branch information from the git repository: 
05:50:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:23 
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment
05:50:23 [INFO] Storing buildScmBranch: UNKNOWN
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-deployment ---
05:50:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/deployment/target/jacoco.exec
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-deployment ---
05:50:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:23 [INFO] 
05:50:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-deployment ---
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-deployment ---
05:50:23 [INFO] 
05:50:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-deployment ---
05:50:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/deployment/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-deployment/2.1.0-SNAPSHOT/kapua-deployment-2.1.0-SNAPSHOT.pom
05:50:23 [INFO] 
05:50:23 [INFO] -------------< org.eclipse.kapua:kapua-deployment-commons >-------------
05:50:23 [INFO] Building kapua-deployment-commons 2.1.0-SNAPSHOT               [182/229]
05:50:23 [INFO]   from deployment/commons/pom.xml
05:50:23 [INFO] --------------------------------[ pom ]---------------------------------
05:50:23 [INFO] 
05:50:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-deployment-commons ---
05:50:23 [INFO] 
05:50:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-deployment-commons ---
05:50:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:23 [INFO] 
05:50:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-deployment-commons ---
05:50:23 [INFO] Required toolchain: jdk [ version='11' ]
05:50:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:23 [INFO] 
05:50:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-deployment-commons ---
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment/commons
05:50:23 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358623916
05:50:23 [WARNING] Cannot get the branch information from the git repository: 
05:50:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:23 
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment/commons' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment/commons
05:50:23 [INFO] Storing buildScmBranch: UNKNOWN
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-deployment-commons ---
05:50:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/deployment/commons/target/jacoco.exec
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-deployment-commons ---
05:50:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:23 [INFO] 
05:50:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-deployment-commons ---
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-deployment-commons ---
05:50:23 [INFO] 
05:50:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-deployment-commons ---
05:50:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/deployment/commons/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-deployment-commons/2.1.0-SNAPSHOT/kapua-deployment-commons-2.1.0-SNAPSHOT.pom
05:50:23 [INFO] 
05:50:23 [INFO] -------------------< org.eclipse.kapua:kapua-docker >-------------------
05:50:23 [INFO] Building kapua-docker 2.1.0-SNAPSHOT                           [183/229]
05:50:23 [INFO]   from deployment/docker/pom.xml
05:50:23 [INFO] --------------------------------[ pom ]---------------------------------
05:50:23 [INFO] 
05:50:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-docker ---
05:50:23 [INFO] 
05:50:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-docker ---
05:50:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:23 [INFO] 
05:50:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-docker ---
05:50:23 [INFO] Required toolchain: jdk [ version='11' ]
05:50:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:23 [INFO] 
05:50:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-docker ---
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment/docker' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment/docker
05:50:23 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358623957
05:50:23 [WARNING] Cannot get the branch information from the git repository: 
05:50:23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:23 
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment/docker' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment/docker
05:50:23 [INFO] Storing buildScmBranch: UNKNOWN
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-docker ---
05:50:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/deployment/docker/target/jacoco.exec
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-docker ---
05:50:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:23 [INFO] 
05:50:23 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-docker ---
05:50:23 [INFO] 
05:50:23 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-docker ---
05:50:23 [INFO] 
05:50:23 [INFO] --- install:2.5.2:install (default-install) @ kapua-docker ---
05:50:23 [INFO] Installing /home/jenkins/agent/workspace/develop-build/deployment/docker/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-docker/2.1.0-SNAPSHOT/kapua-docker-2.1.0-SNAPSHOT.pom
05:50:23 [INFO] 
05:50:23 [INFO] -----------------< org.eclipse.kapua:kapua-minishift >------------------
05:50:23 [INFO] Building kapua-minishift 2.1.0-SNAPSHOT                        [184/229]
05:50:23 [INFO]   from deployment/minishift/pom.xml
05:50:23 [INFO] --------------------------------[ pom ]---------------------------------
05:50:23 [INFO] 
05:50:23 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-minishift ---
05:50:23 [INFO] 
05:50:23 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-minishift ---
05:50:23 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:23 [INFO] 
05:50:23 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-minishift ---
05:50:23 [INFO] Required toolchain: jdk [ version='11' ]
05:50:23 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:23 [INFO] 
05:50:23 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-minishift ---
05:50:23 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment/minishift' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:23 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment/minishift
05:50:23 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358623997
05:50:24 [WARNING] Cannot get the branch information from the git repository: 
05:50:24 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:24 
05:50:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment/minishift' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment/minishift
05:50:24 [INFO] Storing buildScmBranch: UNKNOWN
05:50:24 [INFO] 
05:50:24 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-minishift ---
05:50:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/deployment/minishift/target/jacoco.exec
05:50:24 [INFO] 
05:50:24 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-minishift ---
05:50:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:24 [INFO] 
05:50:24 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-minishift ---
05:50:24 [INFO] 
05:50:24 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-minishift ---
05:50:24 [INFO] 
05:50:24 [INFO] --- install:2.5.2:install (default-install) @ kapua-minishift ---
05:50:24 [INFO] Installing /home/jenkins/agent/workspace/develop-build/deployment/minishift/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-minishift/2.1.0-SNAPSHOT/kapua-minishift-2.1.0-SNAPSHOT.pom
05:50:24 [INFO] 
05:50:24 [INFO] -----------------< org.eclipse.kapua:kapua-openshift >------------------
05:50:24 [INFO] Building kapua-openshift 2.1.0-SNAPSHOT                        [185/229]
05:50:24 [INFO]   from deployment/openshift/pom.xml
05:50:24 [INFO] --------------------------------[ pom ]---------------------------------
05:50:24 [INFO] 
05:50:24 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openshift ---
05:50:24 [INFO] 
05:50:24 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openshift ---
05:50:24 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:24 [INFO] 
05:50:24 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openshift ---
05:50:24 [INFO] Required toolchain: jdk [ version='11' ]
05:50:24 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:24 [INFO] 
05:50:24 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openshift ---
05:50:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment/openshift' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment/openshift
05:50:24 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358624040
05:50:24 [WARNING] Cannot get the branch information from the git repository: 
05:50:24 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:24 
05:50:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/deployment/openshift' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/deployment/openshift
05:50:24 [INFO] Storing buildScmBranch: UNKNOWN
05:50:24 [INFO] 
05:50:24 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openshift ---
05:50:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/deployment/openshift/target/jacoco.exec
05:50:24 [INFO] 
05:50:24 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openshift ---
05:50:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:24 [INFO] 
05:50:24 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openshift ---
05:50:24 [INFO] 
05:50:24 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openshift ---
05:50:24 [INFO] 
05:50:24 [INFO] --- install:2.5.2:install (default-install) @ kapua-openshift ---
05:50:24 [INFO] Installing /home/jenkins/agent/workspace/develop-build/deployment/openshift/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openshift/2.1.0-SNAPSHOT/kapua-openshift-2.1.0-SNAPSHOT.pom
05:50:24 [INFO] 
05:50:24 [INFO] ---------------< org.eclipse.kapua:kapua-datastore-test >---------------
05:50:24 [INFO] Building kapua-datastore-test 2.1.0-SNAPSHOT                   [186/229]
05:50:24 [INFO]   from service/datastore/test/pom.xml
05:50:24 [INFO] --------------------------------[ jar ]---------------------------------
05:50:24 [INFO] 
05:50:24 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-test ---
05:50:24 [INFO] 
05:50:24 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-test ---
05:50:24 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:24 [INFO] 
05:50:24 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-test ---
05:50:24 [INFO] Required toolchain: jdk [ version='11' ]
05:50:24 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:24 [INFO] 
05:50:24 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-test ---
05:50:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore/test
05:50:24 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358624140
05:50:24 [WARNING] Cannot get the branch information from the git repository: 
05:50:24 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:24 
05:50:24 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/datastore/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:24 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/datastore/test
05:50:24 [INFO] Storing buildScmBranch: UNKNOWN
05:50:24 [INFO] 
05:50:24 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-test ---
05:50:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/datastore/test/target/jacoco.exec
05:50:24 [INFO] 
05:50:24 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-test ---
05:50:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/datastore/test/src/main/resources
05:50:24 [INFO] 
05:50:24 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-test ---
05:50:24 [INFO] Copying 1 resource
05:50:24 [INFO] 
05:50:24 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-test ---
05:50:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:24 [INFO] No sources to compile
05:50:24 [INFO] 
05:50:24 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-test ---
05:50:24 [INFO] Copying 8 resources
05:50:24 [INFO] 
05:50:24 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-test ---
05:50:24 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:24 [INFO] Changes detected - recompiling the module!
05:50:24 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/service/datastore/test/target/test-classes
05:50:26 [INFO] 
05:50:26 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-test ---
05:50:26 [INFO] Tests are skipped.
05:50:26 [INFO] 
05:50:26 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-test ---
05:50:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:26 [INFO] 
05:50:26 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-test ---
05:50:26 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/datastore/test/target/kapua-datastore-test-2.1.0-SNAPSHOT.jar
05:50:26 [INFO] 
05:50:26 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-test ---
05:50:26 [INFO] No sources in project. Archive not created.
05:50:26 [INFO] 
05:50:26 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-test ---
05:50:26 [INFO] 
05:50:26 [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-test ---
05:50:26 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/test/target/kapua-datastore-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-test/2.1.0-SNAPSHOT/kapua-datastore-test-2.1.0-SNAPSHOT.jar
05:50:26 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/datastore/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-datastore-test/2.1.0-SNAPSHOT/kapua-datastore-test-2.1.0-SNAPSHOT.pom
05:50:26 [INFO] 
05:50:26 [INFO] ---------< org.eclipse.kapua:kapua-device-management-all-job >----------
05:50:26 [INFO] Building kapua-device-management-all-job 2.1.0-SNAPSHOT        [187/229]
05:50:26 [INFO]   from service/device/management/all/job/pom.xml
05:50:26 [INFO] --------------------------------[ jar ]---------------------------------
05:50:26 [INFO] 
05:50:26 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all-job ---
05:50:26 [INFO] 
05:50:26 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-job ---
05:50:26 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:26 [INFO] 
05:50:26 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-job ---
05:50:26 [INFO] Required toolchain: jdk [ version='11' ]
05:50:26 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:26 [INFO] 
05:50:26 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-job ---
05:50:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/all/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/all/job
05:50:26 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358626312
05:50:26 [WARNING] Cannot get the branch information from the git repository: 
05:50:26 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:26 
05:50:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/device/management/all/job' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/device/management/all/job
05:50:26 [INFO] Storing buildScmBranch: UNKNOWN
05:50:26 [INFO] 
05:50:26 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-job ---
05:50:26 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/device/management/all/job/target/jacoco.exec
05:50:26 [INFO] 
05:50:26 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-job ---
05:50:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/all/job/src/main/resources
05:50:26 [INFO] 
05:50:26 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-job ---
05:50:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:26 [INFO] No sources to compile
05:50:26 [INFO] 
05:50:26 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-all-job ---
05:50:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/device/management/all/job/src/test/resources
05:50:26 [INFO] 
05:50:26 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-all-job ---
05:50:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:26 [INFO] No sources to compile
05:50:26 [INFO] 
05:50:26 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-all-job ---
05:50:26 [INFO] Tests are skipped.
05:50:26 [INFO] 
05:50:26 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all-job ---
05:50:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:26 [INFO] 
05:50:26 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-all-job ---
05:50:26 [WARNING] JAR will be empty - no content was marked for inclusion!
05:50:26 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/device/management/all/job/target/kapua-device-management-all-job-2.1.0-SNAPSHOT.jar
05:50:26 [INFO] 
05:50:26 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all-job ---
05:50:26 [INFO] No sources in project. Archive not created.
05:50:26 [INFO] 
05:50:26 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all-job ---
05:50:26 [INFO] 
05:50:26 [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all-job ---
05:50:26 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/all/job/target/kapua-device-management-all-job-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-all-job/2.1.0-SNAPSHOT/kapua-device-management-all-job-2.1.0-SNAPSHOT.jar
05:50:26 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/device/management/all/job/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-device-management-all-job/2.1.0-SNAPSHOT/kapua-device-management-all-job-2.1.0-SNAPSHOT.pom
05:50:26 [INFO] 
05:50:26 [INFO] ---------------< org.eclipse.kapua:kapua-scheduler-test >---------------
05:50:26 [INFO] Building kapua-scheduler-test 2.1.0-SNAPSHOT                   [188/229]
05:50:26 [INFO]   from service/scheduler/test/pom.xml
05:50:26 [INFO] --------------------------------[ jar ]---------------------------------
05:50:26 [INFO] 
05:50:26 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-test ---
05:50:26 [INFO] 
05:50:26 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-test ---
05:50:26 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:26 [INFO] 
05:50:26 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-test ---
05:50:26 [INFO] Required toolchain: jdk [ version='11' ]
05:50:26 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:26 [INFO] 
05:50:26 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-test ---
05:50:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler/test
05:50:26 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358626491
05:50:26 [WARNING] Cannot get the branch information from the git repository: 
05:50:26 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:26 
05:50:26 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/scheduler/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:26 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/scheduler/test
05:50:26 [INFO] Storing buildScmBranch: UNKNOWN
05:50:26 [INFO] 
05:50:26 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-test ---
05:50:26 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/scheduler/test/target/jacoco.exec
05:50:26 [INFO] 
05:50:26 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-test ---
05:50:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/scheduler/test/src/main/resources
05:50:26 [INFO] 
05:50:26 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-test ---
05:50:26 [INFO] Copying 1 resource
05:50:26 [INFO] 
05:50:26 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-test ---
05:50:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:26 [INFO] No sources to compile
05:50:26 [INFO] 
05:50:26 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-test ---
05:50:26 [INFO] Copying 5 resources
05:50:26 [INFO] 
05:50:26 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-test ---
05:50:26 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:26 [INFO] Changes detected - recompiling the module!
05:50:26 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/scheduler/test/target/test-classes
05:50:28 [INFO] 
05:50:28 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-test ---
05:50:28 [INFO] Tests are skipped.
05:50:28 [INFO] 
05:50:28 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-test ---
05:50:28 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:28 [INFO] 
05:50:28 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-test ---
05:50:28 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/scheduler/test/target/kapua-scheduler-test-2.1.0-SNAPSHOT.jar
05:50:28 [INFO] 
05:50:28 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-test ---
05:50:28 [INFO] No sources in project. Archive not created.
05:50:28 [INFO] 
05:50:28 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-test ---
05:50:28 [INFO] 
05:50:28 [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-test ---
05:50:28 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/test/target/kapua-scheduler-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-test/2.1.0-SNAPSHOT/kapua-scheduler-test-2.1.0-SNAPSHOT.jar
05:50:28 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/scheduler/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-scheduler-test/2.1.0-SNAPSHOT/kapua-scheduler-test-2.1.0-SNAPSHOT.pom
05:50:28 [INFO] 
05:50:28 [INFO] ---------------< org.eclipse.kapua:kapua-security-test >----------------
05:50:28 [INFO] Building kapua-security-test 2.1.0-SNAPSHOT                    [189/229]
05:50:28 [INFO]   from service/security/test/pom.xml
05:50:28 [INFO] --------------------------------[ jar ]---------------------------------
05:50:28 [INFO] 
05:50:28 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-test ---
05:50:28 [INFO] 
05:50:28 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-test ---
05:50:28 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:28 [INFO] 
05:50:28 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-test ---
05:50:28 [INFO] Required toolchain: jdk [ version='11' ]
05:50:28 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:28 [INFO] 
05:50:28 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-test ---
05:50:28 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:28 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/test
05:50:28 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358628594
05:50:28 [WARNING] Cannot get the branch information from the git repository: 
05:50:28 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:28 
05:50:28 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/security/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:28 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/security/test
05:50:28 [INFO] Storing buildScmBranch: UNKNOWN
05:50:28 [INFO] 
05:50:28 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-test ---
05:50:28 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/security/test/target/jacoco.exec
05:50:28 [INFO] 
05:50:28 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-test ---
05:50:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/security/test/src/main/resources
05:50:28 [INFO] 
05:50:28 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-test ---
05:50:28 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:28 [INFO] No sources to compile
05:50:28 [INFO] 
05:50:28 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-test ---
05:50:28 [INFO] Copying 6 resources
05:50:28 [INFO] 
05:50:28 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-test ---
05:50:28 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:28 [INFO] Changes detected - recompiling the module!
05:50:28 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/security/test/target/test-classes
05:50:30 [INFO] 
05:50:30 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-test ---
05:50:30 [INFO] Tests are skipped.
05:50:30 [INFO] 
05:50:30 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-test ---
05:50:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:30 [INFO] 
05:50:30 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-test ---
05:50:30 [WARNING] JAR will be empty - no content was marked for inclusion!
05:50:30 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/security/test/target/kapua-security-test-2.1.0-SNAPSHOT.jar
05:50:30 [INFO] 
05:50:30 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-test ---
05:50:30 [INFO] No sources in project. Archive not created.
05:50:30 [INFO] 
05:50:30 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-test ---
05:50:30 [INFO] 
05:50:30 [INFO] --- install:2.5.2:install (default-install) @ kapua-security-test ---
05:50:30 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/test/target/kapua-security-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-test/2.1.0-SNAPSHOT/kapua-security-test-2.1.0-SNAPSHOT.jar
05:50:30 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/security/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-security-test/2.1.0-SNAPSHOT/kapua-security-test-2.1.0-SNAPSHOT.pom
05:50:30 [INFO] 
05:50:30 [INFO] -------------< org.eclipse.kapua:kapua-system-test-steps >--------------
05:50:30 [INFO] Building kapua-system-test-steps 2.1.0-SNAPSHOT                [190/229]
05:50:30 [INFO]   from service/system/test-steps/pom.xml
05:50:30 [INFO] --------------------------------[ jar ]---------------------------------
05:50:30 [INFO] 
05:50:30 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system-test-steps ---
05:50:30 [INFO] 
05:50:30 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-test-steps ---
05:50:30 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:30 [INFO] 
05:50:30 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-test-steps ---
05:50:30 [INFO] Required toolchain: jdk [ version='11' ]
05:50:30 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:30 [INFO] 
05:50:30 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-test-steps ---
05:50:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system/test-steps
05:50:30 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358630548
05:50:30 [WARNING] Cannot get the branch information from the git repository: 
05:50:30 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:30 
05:50:30 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:30 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system/test-steps
05:50:30 [INFO] Storing buildScmBranch: UNKNOWN
05:50:30 [INFO] 
05:50:30 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-test-steps ---
05:50:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/system/test-steps/target/jacoco.exec
05:50:30 [INFO] 
05:50:30 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-test-steps ---
05:50:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/system/test-steps/src/main/resources
05:50:30 [INFO] 
05:50:30 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-test-steps ---
05:50:30 [INFO] Copying 1 resource
05:50:30 [INFO] 
05:50:30 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-test-steps ---
05:50:30 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:30 [INFO] Changes detected - recompiling the module!
05:50:30 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/service/system/test-steps/target/classes
05:50:32 [INFO] 
05:50:32 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-system-test-steps ---
05:50:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/system/test-steps/src/test/resources
05:50:32 [INFO] 
05:50:32 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-system-test-steps ---
05:50:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:32 [INFO] No sources to compile
05:50:32 [INFO] 
05:50:32 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-system-test-steps ---
05:50:32 [INFO] Tests are skipped.
05:50:32 [INFO] 
05:50:32 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system-test-steps ---
05:50:32 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:32 [INFO] 
05:50:32 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-system-test-steps ---
05:50:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/system/test-steps/target/kapua-system-test-steps-2.1.0-SNAPSHOT.jar
05:50:32 [INFO] 
05:50:32 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system-test-steps ---
05:50:32 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/system/test-steps/target/kapua-system-test-steps-2.1.0-SNAPSHOT-sources.jar
05:50:32 [INFO] 
05:50:32 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system-test-steps ---
05:50:32 [INFO] 
05:50:32 [INFO] --- install:2.5.2:install (default-install) @ kapua-system-test-steps ---
05:50:32 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/test-steps/target/kapua-system-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-test-steps/2.1.0-SNAPSHOT/kapua-system-test-steps-2.1.0-SNAPSHOT.jar
05:50:32 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-test-steps/2.1.0-SNAPSHOT/kapua-system-test-steps-2.1.0-SNAPSHOT.pom
05:50:32 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/test-steps/target/kapua-system-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-test-steps/2.1.0-SNAPSHOT/kapua-system-test-steps-2.1.0-SNAPSHOT-sources.jar
05:50:32 [INFO] 
05:50:32 [INFO] ----------------< org.eclipse.kapua:kapua-system-test >-----------------
05:50:32 [INFO] Building kapua-system-test 2.1.0-SNAPSHOT                      [191/229]
05:50:32 [INFO]   from service/system/test/pom.xml
05:50:32 [INFO] --------------------------------[ jar ]---------------------------------
05:50:32 [INFO] 
05:50:32 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system-test ---
05:50:32 [INFO] 
05:50:32 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-test ---
05:50:32 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:32 [INFO] 
05:50:32 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-test ---
05:50:32 [INFO] Required toolchain: jdk [ version='11' ]
05:50:32 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:32 [INFO] 
05:50:32 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-test ---
05:50:32 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:32 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system/test
05:50:32 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358632297
05:50:32 [WARNING] Cannot get the branch information from the git repository: 
05:50:32 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:32 
05:50:32 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/system/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:32 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/system/test
05:50:32 [INFO] Storing buildScmBranch: UNKNOWN
05:50:32 [INFO] 
05:50:32 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-test ---
05:50:32 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/system/test/target/jacoco.exec
05:50:32 [INFO] 
05:50:32 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-test ---
05:50:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/system/test/src/main/resources
05:50:32 [INFO] 
05:50:32 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-test ---
05:50:32 [INFO] Copying 1 resource
05:50:32 [INFO] 
05:50:32 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-test ---
05:50:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:32 [INFO] No sources to compile
05:50:32 [INFO] 
05:50:32 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-system-test ---
05:50:32 [INFO] Copying 6 resources
05:50:32 [INFO] 
05:50:32 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-system-test ---
05:50:32 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:32 [INFO] Changes detected - recompiling the module!
05:50:32 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/service/system/test/target/test-classes
05:50:33 [INFO] 
05:50:33 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-system-test ---
05:50:33 [INFO] Tests are skipped.
05:50:33 [INFO] 
05:50:33 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system-test ---
05:50:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:33 [INFO] 
05:50:33 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-system-test ---
05:50:33 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/system/test/target/kapua-system-test-2.1.0-SNAPSHOT.jar
05:50:33 [INFO] 
05:50:33 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system-test ---
05:50:33 [INFO] No sources in project. Archive not created.
05:50:33 [INFO] 
05:50:33 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system-test ---
05:50:33 [INFO] 
05:50:33 [INFO] --- install:2.5.2:install (default-install) @ kapua-system-test ---
05:50:33 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/test/target/kapua-system-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-test/2.1.0-SNAPSHOT/kapua-system-test-2.1.0-SNAPSHOT.jar
05:50:33 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/system/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-system-test/2.1.0-SNAPSHOT/kapua-system-test-2.1.0-SNAPSHOT.pom
05:50:33 [INFO] 
05:50:33 [INFO] ---------< org.eclipse.kapua:kapua-service-authentication-app >---------
05:50:33 [INFO] Building kapua-service-authentication-app 2.1.0-SNAPSHOT       [192/229]
05:50:33 [INFO]   from service/authentication-app/pom.xml
05:50:33 [INFO] --------------------------------[ jar ]---------------------------------
05:50:36 [INFO] 
05:50:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-authentication-app ---
05:50:36 [INFO] 
05:50:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-authentication-app ---
05:50:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:36 [INFO] 
05:50:36 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-authentication-app ---
05:50:36 [INFO] Required toolchain: jdk [ version='11' ]
05:50:36 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:36 [INFO] 
05:50:36 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-authentication-app ---
05:50:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/authentication-app' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/authentication-app
05:50:36 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358636400
05:50:36 [WARNING] Cannot get the branch information from the git repository: 
05:50:36 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:36 
05:50:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/service/authentication-app' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/service/authentication-app
05:50:36 [INFO] Storing buildScmBranch: UNKNOWN
05:50:36 [INFO] 
05:50:36 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-authentication-app ---
05:50:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/service/authentication-app/target/jacoco.exec
05:50:36 [INFO] 
05:50:36 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-authentication-app ---
05:50:36 [INFO] Copying 6 resources
05:50:36 [INFO] 
05:50:36 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-authentication-app ---
05:50:36 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:36 [INFO] Changes detected - recompiling the module!
05:50:36 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/service/authentication-app/target/classes
05:50:38 [INFO] 
05:50:38 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-authentication-app ---
05:50:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/service/authentication-app/src/test/resources
05:50:38 [INFO] 
05:50:38 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-authentication-app ---
05:50:38 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:38 [INFO] No sources to compile
05:50:38 [INFO] 
05:50:38 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-authentication-app ---
05:50:38 [INFO] Tests are skipped.
05:50:38 [INFO] 
05:50:38 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-authentication-app ---
05:50:38 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:38 [INFO] 
05:50:38 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-authentication-app ---
05:50:38 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/authentication-app/target/kapua-service-authentication-app-2.1.0-SNAPSHOT.jar
05:50:38 [INFO] 
05:50:38 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-authentication-app ---
05:50:38 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/service/authentication-app/target/kapua-service-authentication-app-2.1.0-SNAPSHOT-sources.jar
05:50:38 [INFO] 
05:50:38 [INFO] --- shade:3.4.1:shade (default) @ kapua-service-authentication-app ---
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-account-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-registry-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-registry-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-message-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-call-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-transport-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-translator-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-message-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including javax.validation:validation-api:jar:2.0.1.Final in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.mapstruct:mapstruct:jar:1.5.5.Final in the shaded jar.
05:50:39 [INFO] Including com.google.zxing:javase:jar:3.4.1 in the shaded jar.
05:50:39 [INFO] Including com.google.zxing:core:jar:3.4.1 in the shaded jar.
05:50:39 [INFO] Including com.beust:jcommander:jar:1.78 in the shaded jar.
05:50:39 [INFO] Including com.github.jai-imageio:jai-imageio-core:jar:1.4.0 in the shaded jar.
05:50:39 [INFO] Including com.google.inject:guice:jar:5.1.0 in the shaded jar.
05:50:39 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
05:50:39 [INFO] Including com.google.inject.extensions:guice-multibindings:jar:4.2.3 in the shaded jar.
05:50:39 [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.extension:jar:2.7.12 in the shaded jar.
05:50:39 [INFO] Including org.checkerframework:checker-qual:jar:3.15.0 in the shaded jar.
05:50:39 [INFO] Including org.hibernate:hibernate-jpamodelgen:jar:5.5.4.Final in the shaded jar.
05:50:39 [INFO] Including org.jboss.logging:jboss-logging:jar:3.4.3.Final in the shaded jar.
05:50:39 [INFO] Including javax.xml.bind:jaxb-api:jar:2.3.1 in the shaded jar.
05:50:39 [INFO] Including javax.activation:javax.activation-api:jar:1.2.0 in the shaded jar.
05:50:39 [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.6 in the shaded jar.
05:50:39 [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.6 in the shaded jar.
05:50:39 [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.12 in the shaded jar.
05:50:39 [INFO] Including com.zaxxer:HikariCP:jar:4.0.3 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-qa-markers:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including junit:junit:jar:4.13.2 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-service-authentication:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-service-camel:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-service-client:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-call-kura:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-transport-mqtt:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.2.1 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-job-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-job-engine-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-scheduler-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-command-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-command-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-store-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-bundle-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-store-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-packages-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-job-engine-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-job-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-user-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-transport-jms:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-security-certificate-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-service-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar.
05:50:39 [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar.
05:50:39 [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.3.3 in the shaded jar.
05:50:39 [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar.
05:50:39 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 in the shaded jar.
05:50:39 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 in the shaded jar.
05:50:39 [INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-account-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-registry-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-security-shiro:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-openid-provider:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-openid-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.glassfish:javax.json:jar:1.0.4 in the shaded jar.
05:50:39 [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar.
05:50:39 [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar.
05:50:39 [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
05:50:39 [INFO] Including com.warrenstrange:googleauth:jar:1.5.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.shiro:shiro-core:jar:1.12.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.shiro:shiro-lang:jar:1.12.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.shiro:shiro-cache:jar:1.12.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.shiro:shiro-config-core:jar:1.12.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.shiro:shiro-config-ogdl:jar:1.12.0 in the shaded jar.
05:50:39 [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar.
05:50:39 [INFO] Including org.apache.shiro:shiro-event:jar:1.12.0 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-security-authentication-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-security-authorization-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-user-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-client-security:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.15.2 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-locator-guice:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.33 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-authentication:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-request-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-request-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-security-certificate-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-service-commons-utils-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-service-commons-utils-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.slf4j:slf4j-api:jar:1.7.33 in the shaded jar.
05:50:39 [INFO] Including org.apache.commons:commons-pool2:jar:2.3 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-tag-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-tag-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-foreignkeys:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-security-registration-simple:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-datastore-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-service-storable-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-service-elasticsearch-client-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-security-registration-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.bitbucket.b_c:jose4j:jar:0.7.10 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-registry-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-keystore-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including org.eclipse.kapua:kapua-device-management-keystore-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:39 [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
05:50:39 [INFO] Including com.google.protobuf:protobuf-java:jar:3.23.2 in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-common:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-buffer:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-transport:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-resolver:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including org.eclipse.persistence:javax.persistence:jar:2.1.1 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.7.12 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.persistence:jakarta.persistence:jar:2.2.3 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.4.0 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.7.12 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.12 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.7.12 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.7.12 in the shaded jar.
05:50:39 [INFO] Including com.google.guava:guava:jar:32.1.2-jre in the shaded jar.
05:50:39 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
05:50:39 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
05:50:39 [INFO] Including commons-configuration:commons-configuration:jar:1.9 in the shaded jar.
05:50:39 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
05:50:39 [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.2 in the shaded jar.
05:50:39 [INFO] Including org.reflections:reflections:jar:0.10.2 in the shaded jar.
05:50:39 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
05:50:39 [INFO] Including org.javassist:javassist:jar:3.26.0-GA in the shaded jar.
05:50:39 [INFO] Including com.h2database:h2:jar:1.4.200 in the shaded jar.
05:50:39 [INFO] Including commons-io:commons-io:jar:2.11.0 in the shaded jar.
05:50:39 [INFO] Including javax.batch:javax.batch-api:jar:1.0.1 in the shaded jar.
05:50:39 [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
05:50:39 [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar.
05:50:39 [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar.
05:50:39 [INFO] Including org.liquibase:liquibase-core:jar:3.6.3 in the shaded jar.
05:50:39 [INFO] Including org.yaml:snakeyaml:jar:2.2 in the shaded jar.
05:50:39 [INFO] Including org.jolokia:jolokia-jvm:jar:agent:1.3.4 in the shaded jar.
05:50:39 [INFO] Including org.jolokia:jolokia-core:jar:1.6.2 in the shaded jar.
05:50:39 [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar.
05:50:39 [INFO] Including ch.qos.logback:logback-core:jar:1.2.13 in the shaded jar.
05:50:39 [INFO] Including ch.qos.logback:logback-classic:jar:1.2.13 in the shaded jar.
05:50:39 [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.33 in the shaded jar.
05:50:39 [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.17.1 in the shaded jar.
05:50:39 [INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.1 in the shaded jar.
05:50:39 [INFO] Including javax.cache:cache-api:jar:1.1.1 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-core:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-core-engine:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-api:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-base-engine:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-base:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-core-reifier:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-core-processor:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-management-api:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-support:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-util:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-core-languages:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-core-model:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-bean:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-browse:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-cluster:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-controlbus:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-dataformat:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-dataset:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-direct:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-directvm:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-file:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-health:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-language:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-log:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-mock:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-ref:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-rest:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-tooling-model:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-saga:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-scheduler:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-seda:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-stub:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-timer:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-validator:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-vm:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-xpath:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-xslt:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-xml-jaxb:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.3.0.1 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-xml-jaxp:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-xml-io-util:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-jms-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot-starter:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.33 in the shaded jar.
05:50:39 [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-jms:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0-alpha-2 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-core-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-amqp-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-amqp:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-spring-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-spring:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:spi-annotations:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-spring-boot-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-spring-boot:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-spring-main:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-main:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-util-json:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-cloud:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-bean-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-browse-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-controlbus-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-dataformat-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-dataset-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-direct-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-directvm-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-file-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-language-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-log-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-mock-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-ref-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-rest-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-saga-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-scheduler-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-seda-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-stub-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-timer-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-validator-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-vm-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-xpath-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-xslt-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-xml-jaxp-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-spring-boot-xml-starter:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel.springboot:camel-spring-boot-xml:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-spring-xml:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-core-xml:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-xml-jaxb-dsl:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.apache.camel:camel-dsl-support:jar:3.21.0 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot-starter-web:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot-starter-json:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.15.2 in the shaded jar.
05:50:39 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.2 in the shaded jar.
05:50:39 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.15.2 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-web:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-webmvc:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot-starter-jetty:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including jakarta.servlet:jakarta.servlet-api:jar:4.0.4 in the shaded jar.
05:50:39 [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:1.1.2 in the shaded jar.
05:50:39 [INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.63 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-servlets:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-continuation:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-http:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-util:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-io:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-webapp:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-xml:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-servlet:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-security:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-server:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-util-ajax:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty.websocket:websocket-server:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty.websocket:websocket-common:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty.websocket:websocket-api:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty.websocket:websocket-client:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-client:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty.websocket:javax-websocket-server-impl:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-annotations:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty:jetty-plus:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.ow2.asm:asm:jar:9.4 in the shaded jar.
05:50:39 [INFO] Including org.ow2.asm:asm-commons:jar:9.4 in the shaded jar.
05:50:39 [INFO] Including org.ow2.asm:asm-tree:jar:9.4 in the shaded jar.
05:50:39 [INFO] Including org.eclipse.jetty.websocket:javax-websocket-client-impl:jar:9.4.53.v20231009 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot-starter-actuator:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including org.springframework.boot:spring-boot-actuator:jar:2.5.14 in the shaded jar.
05:50:39 [INFO] Including io.micrometer:micrometer-core:jar:1.7.12 in the shaded jar.
05:50:39 [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.12 in the shaded jar.
05:50:39 [INFO] Including org.latencyutils:LatencyUtils:jar:2.0.3 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-aop:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-beans:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-context:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-core:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-jcl:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-expression:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-jms:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-messaging:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework:spring-tx:jar:5.3.23 in the shaded jar.
05:50:39 [INFO] Including org.springframework.security:spring-security-core:jar:5.7.5 in the shaded jar.
05:50:39 [INFO] Including org.springframework.security:spring-security-crypto:jar:5.7.5 in the shaded jar.
05:50:39 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.7.0 in the shaded jar.
05:50:39 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
05:50:39 [INFO] Including org.apache.qpid:proton-j:jar:0.34.0 in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-handler:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-codec:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Including io.netty:netty-codec-http:jar:4.1.100.Final in the shaded jar.
05:50:39 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/develop-build/service/authentication-app/target/dependency-reduced-pom.xml
05:50:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:44 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:46 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, jakarta.jms-api-2.0.3.jar define 81 overlapping classes: 
05:50:46 [WARNING]   - javax.jms.BytesMessage
05:50:46 [WARNING]   - javax.jms.CompletionListener
05:50:46 [WARNING]   - javax.jms.Connection
05:50:46 [WARNING]   - javax.jms.ConnectionConsumer
05:50:46 [WARNING]   - javax.jms.ConnectionFactory
05:50:46 [WARNING]   - javax.jms.ConnectionMetaData
05:50:46 [WARNING]   - javax.jms.DeliveryMode
05:50:46 [WARNING]   - javax.jms.Destination
05:50:46 [WARNING]   - javax.jms.ExceptionListener
05:50:46 [WARNING]   - javax.jms.IllegalStateException
05:50:46 [WARNING]   - 71 more...
05:50:46 [WARNING] jakarta.annotation-api-1.3.5.jar, javax.annotation-api-1.2.jar define 15 overlapping classes: 
05:50:46 [WARNING]   - javax.annotation.Generated
05:50:46 [WARNING]   - javax.annotation.ManagedBean
05:50:46 [WARNING]   - javax.annotation.PostConstruct
05:50:46 [WARNING]   - javax.annotation.PreDestroy
05:50:46 [WARNING]   - javax.annotation.Priority
05:50:46 [WARNING]   - javax.annotation.Resource
05:50:46 [WARNING]   - javax.annotation.Resource$AuthenticationType
05:50:46 [WARNING]   - javax.annotation.Resources
05:50:46 [WARNING]   - javax.annotation.security.DeclareRoles
05:50:46 [WARNING]   - javax.annotation.security.DenyAll
05:50:46 [WARNING]   - 5 more...
05:50:46 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/DEPENDENCIES
05:50:46 [WARNING] log4j-api-2.17.1.jar, spring-boot-2.5.14.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/services/org.apache.logging.log4j.util.PropertySource
05:50:46 [WARNING] aopalliance-1.0.jar, spring-aop-5.3.23.jar define 9 overlapping classes: 
05:50:46 [WARNING]   - org.aopalliance.aop.Advice
05:50:46 [WARNING]   - org.aopalliance.aop.AspectException
05:50:46 [WARNING]   - org.aopalliance.intercept.ConstructorInterceptor
05:50:46 [WARNING]   - org.aopalliance.intercept.ConstructorInvocation
05:50:46 [WARNING]   - org.aopalliance.intercept.Interceptor
05:50:46 [WARNING]   - org.aopalliance.intercept.Invocation
05:50:46 [WARNING]   - org.aopalliance.intercept.Joinpoint
05:50:46 [WARNING]   - org.aopalliance.intercept.MethodInterceptor
05:50:46 [WARNING]   - org.aopalliance.intercept.MethodInvocation
05:50:46 [WARNING] camel-amqp-starter-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-starter-3.21.0.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/spring.provides
05:50:46 [WARNING] jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, javax.activation-api-1.2.0.jar define 31 overlapping classes: 
05:50:46 [WARNING]   - javax.activation.ActivationDataFlavor
05:50:46 [WARNING]   - javax.activation.CommandInfo
05:50:46 [WARNING]   - javax.activation.CommandInfo$Beans
05:50:46 [WARNING]   - javax.activation.CommandInfo$Beans$1
05:50:46 [WARNING]   - javax.activation.CommandMap
05:50:46 [WARNING]   - javax.activation.CommandObject
05:50:46 [WARNING]   - javax.activation.DataContentHandler
05:50:46 [WARNING]   - javax.activation.DataContentHandlerFactory
05:50:46 [WARNING]   - javax.activation.DataHandler
05:50:46 [WARNING]   - javax.activation.DataHandler$1
05:50:46 [WARNING]   - 21 more...
05:50:46 [WARNING] camel-amqp-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-browse-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-core-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataset-3.21.0.jar, camel-direct-3.21.0.jar, camel-directvm-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-language-3.21.0.jar, camel-log-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-ref-3.21.0.jar, camel-rest-3.21.0.jar, camel-saga-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-seda-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-util-3.21.0.jar, camel-validator-3.21.0.jar, camel-vm-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xslt-3.21.0.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/jandex.idx
05:50:46 [WARNING] netty-common-4.1.100.Final.jar, spring-core-5.3.23.jar, spring-web-5.3.23.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/services/reactor.blockhound.integration.BlockHoundIntegration
05:50:46 [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.33.jar, spring-jcl-5.3.23.jar define 4 overlapping classes: 
05:50:46 [WARNING]   - org.apache.commons.logging.Log
05:50:46 [WARNING]   - org.apache.commons.logging.LogFactory
05:50:46 [WARNING]   - org.apache.commons.logging.impl.NoOpLog
05:50:46 [WARNING]   - org.apache.commons.logging.impl.SimpleLog
05:50:46 [WARNING] istack-commons-runtime-3.0.12.jar, jaxb-impl-2.3.3.jar define 2 overlapping classes: 
05:50:46 [WARNING]   - META-INF.versions.9.com.sun.istack.logging.StackHelper
05:50:46 [WARNING]   - com.sun.istack.logging.StackHelper
05:50:46 [WARNING] jakarta.persistence-2.2.3.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, javax.persistence-2.1.1.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, kapua-account-api-2.1.0-SNAPSHOT.jar, kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-datastore-api-2.1.0-SNAPSHOT.jar, kapua-device-api-2.1.0-SNAPSHOT.jar, kapua-device-call-api-2.1.0-SNAPSHOT.jar, kapua-device-call-kura-2.1.0-SNAPSHOT.jar, kapua-device-commons-2.1.0-SNAPSHOT.jar, kapua-device-management-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar, kapua-device-management-command-api-2.1.0-SNAPSHOT.jar, kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar, kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-management-request-api-2.1.0-SNAPSHOT.jar, kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar, kapua-device-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-registry-internal-2.1.0-SNAPSHOT.jar, kapua-foreignkeys-2.1.0-SNAPSHOT.jar, kapua-job-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-commons-2.1.0-SNAPSHOT.jar, kapua-locator-guice-2.1.0-SNAPSHOT.jar, kapua-message-api-2.1.0-SNAPSHOT.jar, kapua-message-internal-2.1.0-SNAPSHOT.jar, kapua-openid-api-2.1.0-SNAPSHOT.jar, kapua-openid-provider-2.1.0-SNAPSHOT.jar, kapua-qa-markers-2.1.0-SNAPSHOT.jar, kapua-scheduler-api-2.1.0-SNAPSHOT.jar, kapua-security-authentication-api-2.1.0-SNAPSHOT.jar, kapua-security-authorization-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-simple-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-service-api-2.1.0-SNAPSHOT.jar, kapua-service-client-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar, kapua-tag-api-2.1.0-SNAPSHOT.jar, kapua-tag-internal-2.1.0-SNAPSHOT.jar, kapua-translator-api-2.1.0-SNAPSHOT.jar, kapua-transport-api-2.1.0-SNAPSHOT.jar, kapua-transport-jms-2.1.0-SNAPSHOT.jar, kapua-transport-mqtt-2.1.0-SNAPSHOT.jar, kapua-user-api-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar, org.eclipse.paho.client.mqttv3-1.2.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - about.html
05:50:46 [WARNING] istack-commons-runtime-3.0.12.jar, jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar define 23 overlapping classes and resources: 
05:50:46 [WARNING]   - META-INF/maven/com.sun.istack/istack-commons-runtime/pom.properties
05:50:46 [WARNING]   - META-INF/maven/com.sun.istack/istack-commons-runtime/pom.xml
05:50:46 [WARNING]   - com.sun.istack.Builder
05:50:46 [WARNING]   - com.sun.istack.ByteArrayDataSource
05:50:46 [WARNING]   - com.sun.istack.FinalArrayList
05:50:46 [WARNING]   - com.sun.istack.FragmentContentHandler
05:50:46 [WARNING]   - com.sun.istack.Interned
05:50:46 [WARNING]   - com.sun.istack.NotNull
05:50:46 [WARNING]   - com.sun.istack.Nullable
05:50:46 [WARNING]   - com.sun.istack.Pool
05:50:46 [WARNING]   - 13 more...
05:50:46 [WARNING] jakarta.persistence-2.2.3.jar, javax.persistence-2.1.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - readme.html
05:50:46 [WARNING] camel-amqp-starter-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-boot-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-starter-3.21.0.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/spring-autoconfigure-metadata.properties
05:50:46 [WARNING] jakarta.persistence-2.2.3.jar, javax.persistence-2.1.1.jar define 218 overlapping classes and resources: 
05:50:46 [WARNING]   - META-INF/eclipse.inf
05:50:46 [WARNING]   - javax.persistence.Access
05:50:46 [WARNING]   - javax.persistence.AccessType
05:50:46 [WARNING]   - javax.persistence.AssociationOverride
05:50:46 [WARNING]   - javax.persistence.AssociationOverrides
05:50:46 [WARNING]   - javax.persistence.AttributeConverter
05:50:46 [WARNING]   - javax.persistence.AttributeNode
05:50:46 [WARNING]   - javax.persistence.AttributeOverride
05:50:46 [WARNING]   - javax.persistence.AttributeOverrides
05:50:46 [WARNING]   - javax.persistence.Basic
05:50:46 [WARNING]   - 208 more...
05:50:46 [WARNING] camel-api-3.21.0.jar, spi-annotations-3.21.0.jar define 30 overlapping classes: 
05:50:46 [WARNING]   - org.apache.camel.Category
05:50:46 [WARNING]   - org.apache.camel.spi.ApiMethod
05:50:46 [WARNING]   - org.apache.camel.spi.ApiParam
05:50:46 [WARNING]   - org.apache.camel.spi.ApiParams
05:50:46 [WARNING]   - org.apache.camel.spi.AsEndpointUri
05:50:46 [WARNING]   - org.apache.camel.spi.AsPredicate
05:50:46 [WARNING]   - org.apache.camel.spi.Metadata
05:50:46 [WARNING]   - org.apache.camel.spi.UriEndpoint
05:50:46 [WARNING]   - org.apache.camel.spi.UriParam
05:50:46 [WARNING]   - org.apache.camel.spi.UriParams
05:50:46 [WARNING]   - 20 more...
05:50:46 [WARNING] kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-device-registry-internal-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-tag-internal-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - liquibase/common-properties.xml
05:50:46 [WARNING] jolokia-jvm-1.3.4-agent.jar, json-simple-1.1.1.jar define 14 overlapping classes and resources: 
05:50:46 [WARNING]   - META-INF/maven/com.googlecode.json-simple/json-simple/pom.properties
05:50:46 [WARNING]   - META-INF/maven/com.googlecode.json-simple/json-simple/pom.xml
05:50:46 [WARNING]   - org.json.simple.ItemList
05:50:46 [WARNING]   - org.json.simple.JSONArray
05:50:46 [WARNING]   - org.json.simple.JSONAware
05:50:46 [WARNING]   - org.json.simple.JSONObject
05:50:46 [WARNING]   - org.json.simple.JSONStreamAware
05:50:46 [WARNING]   - org.json.simple.JSONValue
05:50:46 [WARNING]   - org.json.simple.parser.ContainerFactory
05:50:46 [WARNING]   - org.json.simple.parser.ContentHandler
05:50:46 [WARNING]   - 4 more...
05:50:46 [WARNING] shiro-core-1.12.0.jar, shiro-event-1.12.0.jar define 13 overlapping classes: 
05:50:46 [WARNING]   - org.apache.shiro.event.Event
05:50:46 [WARNING]   - org.apache.shiro.event.EventBus
05:50:46 [WARNING]   - org.apache.shiro.event.EventBusAware
05:50:46 [WARNING]   - org.apache.shiro.event.Subscribe
05:50:46 [WARNING]   - org.apache.shiro.event.support.AnnotationEventListenerResolver
05:50:46 [WARNING]   - org.apache.shiro.event.support.DefaultEventBus
05:50:46 [WARNING]   - org.apache.shiro.event.support.DefaultEventBus$Subscription
05:50:46 [WARNING]   - org.apache.shiro.event.support.EventClassComparator
05:50:46 [WARNING]   - org.apache.shiro.event.support.EventListener
05:50:46 [WARNING]   - org.apache.shiro.event.support.EventListenerComparator
05:50:46 [WARNING]   - 3 more...
05:50:46 [WARNING] spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-context-5.3.23.jar, spring-core-5.3.23.jar, spring-expression-5.3.23.jar, spring-jcl-5.3.23.jar, spring-jms-5.3.23.jar, spring-messaging-5.3.23.jar, spring-tx-5.3.23.jar, spring-web-5.3.23.jar, spring-webmvc-5.3.23.jar define 2 overlapping resources: 
05:50:46 [WARNING]   - META-INF/license.txt
05:50:46 [WARNING]   - META-INF/notice.txt
05:50:46 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, guava-32.1.2-jre.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, jai-imageio-core-1.4.0.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, micrometer-core-1.7.12.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, tomcat-embed-el-9.0.63.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/LICENSE
05:50:46 [WARNING] spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-context-5.3.23.jar, spring-jms-5.3.23.jar, spring-tx-5.3.23.jar, spring-webmvc-5.3.23.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/spring.tooling
05:50:46 [WARNING] commons-logging-1.2.jar, spring-jcl-5.3.23.jar define 1 overlapping classes: 
05:50:46 [WARNING]   - org.apache.commons.logging.LogFactory$1
05:50:46 [WARNING] spring-web-5.3.23.jar, tomcat-embed-el-9.0.63.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/web-fragment.xml
05:50:46 [WARNING] netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-epoll-4.1.100.Final.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/io.netty.versions.properties
05:50:46 [WARNING] jolokia-core-1.6.2.jar, jolokia-jvm-1.3.4-agent.jar define 231 overlapping classes and resources: 
05:50:46 [WARNING]   - META-INF/detectors-default
05:50:46 [WARNING]   - META-INF/maven/org.jolokia/jolokia-core/pom.properties
05:50:46 [WARNING]   - META-INF/maven/org.jolokia/jolokia-core/pom.xml
05:50:46 [WARNING]   - META-INF/simplifiers-default
05:50:46 [WARNING]   - org.jolokia.Version
05:50:46 [WARNING]   - org.jolokia.backend.BackendManager
05:50:46 [WARNING]   - org.jolokia.backend.BackendManager$1
05:50:46 [WARNING]   - org.jolokia.backend.BackendManager$Initializer
05:50:46 [WARNING]   - org.jolokia.backend.Config
05:50:46 [WARNING]   - org.jolokia.backend.ConfigMBean
05:50:46 [WARNING]   - 221 more...
05:50:46 [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.33.jar define 2 overlapping classes: 
05:50:46 [WARNING]   - org.apache.commons.logging.LogConfigurationException
05:50:46 [WARNING]   - org.apache.commons.logging.impl.SimpleLog$1
05:50:46 [WARNING] jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar, txw2-2.3.6.jar define 55 overlapping classes and resources: 
05:50:46 [WARNING]   - META-INF/maven/org.glassfish.jaxb/txw2/pom.properties
05:50:46 [WARNING]   - META-INF/maven/org.glassfish.jaxb/txw2/pom.xml
05:50:46 [WARNING]   - com.sun.xml.txw2.Attribute
05:50:46 [WARNING]   - com.sun.xml.txw2.Cdata
05:50:46 [WARNING]   - com.sun.xml.txw2.Comment
05:50:46 [WARNING]   - com.sun.xml.txw2.ContainerElement
05:50:46 [WARNING]   - com.sun.xml.txw2.Content
05:50:46 [WARNING]   - com.sun.xml.txw2.ContentVisitor
05:50:46 [WARNING]   - com.sun.xml.txw2.DatatypeWriter
05:50:46 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1
05:50:46 [WARNING]   - 45 more...
05:50:46 [WARNING] camel-amqp-starter-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-boot-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-starter-3.21.0.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/spring-configuration-metadata.json
05:50:46 [WARNING] shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar define 6 overlapping classes: 
05:50:46 [WARNING]   - org.apache.shiro.config.ConfigurationException
05:50:46 [WARNING]   - org.apache.shiro.config.Ini
05:50:46 [WARNING]   - org.apache.shiro.config.Ini$1
05:50:46 [WARNING]   - org.apache.shiro.config.Ini$Section
05:50:46 [WARNING]   - org.apache.shiro.config.ResourceConfigurable
05:50:46 [WARNING]   - org.apache.shiro.config.package-info
05:50:46 [WARNING] shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar define 17 overlapping classes: 
05:50:46 [WARNING]   - org.apache.shiro.config.CommonsInterpolator
05:50:46 [WARNING]   - org.apache.shiro.config.DefaultInterpolator
05:50:46 [WARNING]   - org.apache.shiro.config.Interpolator
05:50:46 [WARNING]   - org.apache.shiro.config.ReflectionBuilder
05:50:46 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$1
05:50:46 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$AssignmentStatement
05:50:46 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$BeanConfiguration
05:50:46 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$BeanConfigurationProcessor
05:50:46 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$InstantiationStatement
05:50:46 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$Statement
05:50:46 [WARNING]   - 7 more...
05:50:46 [WARNING] shiro-cache-1.12.0.jar, shiro-core-1.12.0.jar define 8 overlapping classes: 
05:50:46 [WARNING]   - org.apache.shiro.cache.AbstractCacheManager
05:50:46 [WARNING]   - org.apache.shiro.cache.Cache
05:50:46 [WARNING]   - org.apache.shiro.cache.CacheException
05:50:46 [WARNING]   - org.apache.shiro.cache.CacheManager
05:50:46 [WARNING]   - org.apache.shiro.cache.CacheManagerAware
05:50:46 [WARNING]   - org.apache.shiro.cache.MapCache
05:50:46 [WARNING]   - org.apache.shiro.cache.MemoryConstrainedCacheManager
05:50:46 [WARNING]   - org.apache.shiro.cache.package-info
05:50:46 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, jai-imageio-core-1.4.0.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, micrometer-core-1.7.12.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, tomcat-embed-el-9.0.63.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/NOTICE
05:50:46 [WARNING] jcl-over-slf4j-1.7.33.jar, spring-jcl-5.3.23.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/services/org.apache.commons.logging.LogFactory
05:50:46 [WARNING] jakarta.xml.bind-api-2.3.3.jar, jaxb-api-2.3.1.jar define 114 overlapping classes and resources: 
05:50:46 [WARNING]   - META-INF.versions.9.javax.xml.bind.ModuleUtil
05:50:46 [WARNING]   - javax.xml.bind.Binder
05:50:46 [WARNING]   - javax.xml.bind.ContextFinder
05:50:46 [WARNING]   - javax.xml.bind.ContextFinder$1
05:50:46 [WARNING]   - javax.xml.bind.ContextFinder$2
05:50:46 [WARNING]   - javax.xml.bind.ContextFinder$3
05:50:46 [WARNING]   - javax.xml.bind.ContextFinder$4
05:50:46 [WARNING]   - javax.xml.bind.ContextFinder$5
05:50:46 [WARNING]   - javax.xml.bind.DataBindingException
05:50:46 [WARNING]   - javax.xml.bind.DatatypeConverter
05:50:46 [WARNING]   - 104 more...
05:50:46 [WARNING] camel-spring-boot-3.21.0.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/additional-spring-configuration-metadata.json
05:50:46 [WARNING] netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-epoll-4.1.100.Final.jar define 2 overlapping resources: 
05:50:46 [WARNING]   - META-INF/maven/io.netty/netty-transport-native-epoll/pom.properties
05:50:46 [WARNING]   - META-INF/maven/io.netty/netty-transport-native-epoll/pom.xml
05:50:46 [WARNING] shiro-core-1.12.0.jar, shiro-lang-1.12.0.jar define 37 overlapping classes: 
05:50:46 [WARNING]   - org.apache.shiro.ShiroException
05:50:46 [WARNING]   - org.apache.shiro.codec.Base64
05:50:46 [WARNING]   - org.apache.shiro.codec.CodecException
05:50:46 [WARNING]   - org.apache.shiro.codec.CodecSupport
05:50:46 [WARNING]   - org.apache.shiro.codec.H64
05:50:46 [WARNING]   - org.apache.shiro.codec.Hex
05:50:46 [WARNING]   - org.apache.shiro.codec.package-info
05:50:46 [WARNING]   - org.apache.shiro.io.ClassResolvingObjectInputStream
05:50:46 [WARNING]   - org.apache.shiro.io.DefaultSerializer
05:50:46 [WARNING]   - org.apache.shiro.io.ResourceUtils
05:50:46 [WARNING]   - 27 more...
05:50:46 [WARNING] camel-bean-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-spring-3.21.0.jar, camel-xpath-3.21.0.jar define 2 overlapping resources: 
05:50:46 [WARNING]   - META-INF/services/org/apache/camel/language.properties
05:50:46 [WARNING]   - language.properties
05:50:46 [WARNING] jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, log4j-api-2.17.1.jar, snakeyaml-2.2.jar define 1 overlapping classes: 
05:50:46 [WARNING]   - META-INF.versions.9.module-info
05:50:46 [WARNING] camel-amqp-3.21.0.jar, camel-amqp-starter-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-tooling-model-3.21.0.jar, camel-util-3.21.0.jar, camel-util-json-3.21.0.jar, camel-validator-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-3.21.0.jar, camel-xslt-starter-3.21.0.jar, checker-qual-3.15.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, javax.activation-api-1.2.0.jar, javax.annotation-api-1.2.jar, jaxb-api-2.3.1.jar, jboss-logging-3.4.3.Final.jar, joda-time-2.9.4.jar, mapstruct-1.5.5.Final.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar, spring-boot-starter-2.5.14.jar, spring-boot-starter-actuator-2.5.14.jar, spring-boot-starter-jetty-2.5.14.jar, spring-boot-starter-json-2.5.14.jar, spring-boot-starter-logging-2.5.14.jar, spring-boot-starter-web-2.5.14.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/LICENSE.txt
05:50:46 [WARNING] camel-amqp-3.21.0.jar, camel-bean-3.21.0.jar, camel-browse-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataset-3.21.0.jar, camel-direct-3.21.0.jar, camel-directvm-3.21.0.jar, camel-file-3.21.0.jar, camel-jms-3.21.0.jar, camel-language-3.21.0.jar, camel-log-3.21.0.jar, camel-mock-3.21.0.jar, camel-ref-3.21.0.jar, camel-rest-3.21.0.jar, camel-saga-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-seda-3.21.0.jar, camel-spring-3.21.0.jar, camel-stub-3.21.0.jar, camel-timer-3.21.0.jar, camel-validator-3.21.0.jar, camel-vm-3.21.0.jar, camel-xslt-3.21.0.jar define 2 overlapping resources: 
05:50:46 [WARNING]   - META-INF/services/org/apache/camel/component.properties
05:50:46 [WARNING]   - component.properties
05:50:46 [WARNING] jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar define 134 overlapping classes and resources: 
05:50:46 [WARNING]   - com.sun.xml.bind.Locatable
05:50:46 [WARNING]   - com.sun.xml.bind.Messages
05:50:46 [WARNING]   - com.sun.xml.bind.WhiteSpaceProcessor
05:50:46 [WARNING]   - com.sun.xml.bind.annotation.OverrideAnnotationOf
05:50:46 [WARNING]   - com.sun.xml.bind.annotation.XmlIsSet
05:50:46 [WARNING]   - com.sun.xml.bind.annotation.XmlLocation
05:50:46 [WARNING]   - com.sun.xml.bind.api.ErrorListener
05:50:46 [WARNING]   - com.sun.xml.bind.api.impl.NameConverter
05:50:46 [WARNING]   - com.sun.xml.bind.api.impl.NameConverter$1
05:50:46 [WARNING]   - com.sun.xml.bind.api.impl.NameConverter$2
05:50:46 [WARNING]   - 124 more...
05:50:46 [WARNING] camel-amqp-3.21.0.jar, camel-amqp-starter-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-tooling-model-3.21.0.jar, camel-util-3.21.0.jar, camel-util-json-3.21.0.jar, camel-validator-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-3.21.0.jar, camel-xslt-starter-3.21.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, joda-time-2.9.4.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar, spring-boot-starter-2.5.14.jar, spring-boot-starter-actuator-2.5.14.jar, spring-boot-starter-jetty-2.5.14.jar, spring-boot-starter-json-2.5.14.jar, spring-boot-starter-logging-2.5.14.jar, spring-boot-starter-web-2.5.14.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/NOTICE.txt
05:50:46 [WARNING] jakarta.persistence-2.2.3.jar, javax.persistence-2.1.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - license.html
05:50:46 [WARNING] camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-core-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-health-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-support-3.21.0.jar, camel-util-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar define 2 overlapping resources: 
05:50:46 [WARNING]   - META-INF/services/org/apache/camel/other.properties
05:50:46 [WARNING]   - other.properties
05:50:46 [WARNING] HdrHistogram-2.1.12.jar, HikariCP-4.0.3.jar, LatencyUtils-2.0.3.jar, aopalliance-1.0.jar, asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, cache-api-1.1.1.jar, camel-amqp-3.21.0.jar, camel-amqp-starter-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-boot-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-tooling-model-3.21.0.jar, camel-util-3.21.0.jar, camel-util-json-3.21.0.jar, camel-validator-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-3.21.0.jar, camel-xslt-starter-3.21.0.jar, checker-qual-3.15.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, core-3.4.1.jar, failureaccess-1.0.1.jar, geronimo-jms_2.0_spec-1.0-alpha-2.jar, googleauth-1.5.0.jar, guava-32.1.2-jre.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, h2-1.4.200.jar, hibernate-jpamodelgen-5.5.4.Final.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, istack-commons-runtime-3.0.12.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, jai-imageio-core-1.4.0.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.jms-api-2.0.3.jar, jakarta.persistence-2.2.3.jar, jakarta.servlet-api-4.0.4.jar, jakarta.websocket-api-1.1.2.jar, jakarta.xml.bind-api-2.3.3.jar, javase-3.4.1.jar, javassist-3.26.0-GA.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, javax.activation-api-1.2.0.jar, javax.annotation-api-1.2.jar, javax.batch-api-1.0.1.jar, javax.json-1.0.4.jar, javax.persistence-2.1.1.jar, jaxb-api-2.3.1.jar, jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar, jboss-logging-3.4.3.Final.jar, jcl-over-slf4j-1.7.33.jar, jcommander-1.78.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, joda-time-2.9.4.jar, jolokia-core-1.6.2.jar, jolokia-jvm-1.3.4-agent.jar, jose4j-0.7.10.jar, json-simple-1.1.1.jar, jsr305-3.0.2.jar, jul-to-slf4j-1.7.33.jar, junit-4.13.2.jar, kapua-account-api-2.1.0-SNAPSHOT.jar, kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-client-security-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-datastore-api-2.1.0-SNAPSHOT.jar, kapua-device-api-2.1.0-SNAPSHOT.jar, kapua-device-authentication-2.1.0-SNAPSHOT.jar, kapua-device-call-api-2.1.0-SNAPSHOT.jar, kapua-device-call-kura-2.1.0-SNAPSHOT.jar, kapua-device-commons-2.1.0-SNAPSHOT.jar, kapua-device-management-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar, kapua-device-management-command-api-2.1.0-SNAPSHOT.jar, kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar, kapua-device-management-job-api-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar, kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-management-registry-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-request-api-2.1.0-SNAPSHOT.jar, kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar, kapua-device-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-registry-internal-2.1.0-SNAPSHOT.jar, kapua-foreignkeys-2.1.0-SNAPSHOT.jar, kapua-job-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-commons-2.1.0-SNAPSHOT.jar, kapua-locator-guice-2.1.0-SNAPSHOT.jar, kapua-message-api-2.1.0-SNAPSHOT.jar, kapua-message-internal-2.1.0-SNAPSHOT.jar, kapua-openid-api-2.1.0-SNAPSHOT.jar, kapua-openid-provider-2.1.0-SNAPSHOT.jar, kapua-qa-markers-2.1.0-SNAPSHOT.jar, kapua-scheduler-api-2.1.0-SNAPSHOT.jar, kapua-security-authentication-api-2.1.0-SNAPSHOT.jar, kapua-security-authorization-api-2.1.0-SNAPSHOT.jar, kapua-security-certificate-api-2.1.0-SNAPSHOT.jar, kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar, kapua-security-registration-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-simple-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-service-api-2.1.0-SNAPSHOT.jar, kapua-service-authentication-2.1.0-SNAPSHOT.jar, kapua-service-authentication-app-2.1.0-SNAPSHOT.jar, kapua-service-camel-2.1.0-SNAPSHOT.jar, kapua-service-client-2.1.0-SNAPSHOT.jar, kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar, kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar, kapua-service-storable-api-2.1.0-SNAPSHOT.jar, kapua-tag-api-2.1.0-SNAPSHOT.jar, kapua-tag-internal-2.1.0-SNAPSHOT.jar, kapua-translator-api-2.1.0-SNAPSHOT.jar, kapua-transport-api-2.1.0-SNAPSHOT.jar, kapua-transport-jms-2.1.0-SNAPSHOT.jar, kapua-transport-mqtt-2.1.0-SNAPSHOT.jar, kapua-user-api-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar, liquibase-core-3.6.3.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, log4j-api-2.17.1.jar, log4j-over-slf4j-1.7.33.jar, log4j-to-slf4j-2.17.1.jar, logback-classic-1.2.13.jar, logback-core-1.2.13.jar, mapstruct-1.5.5.Final.jar, metrics-core-3.2.2.jar, micrometer-core-1.7.12.jar, netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-epoll-4.1.100.Final.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar, org.eclipse.paho.client.mqttv3-1.2.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar, protobuf-java-3.23.2.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, reflections-0.10.2.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, slf4j-api-1.7.33.jar, snakeyaml-2.2.jar, spi-annotations-3.21.0.jar, spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar, spring-boot-starter-2.5.14.jar, spring-boot-starter-actuator-2.5.14.jar, spring-boot-starter-jetty-2.5.14.jar, spring-boot-starter-json-2.5.14.jar, spring-boot-starter-logging-2.5.14.jar, spring-boot-starter-web-2.5.14.jar, spring-context-5.3.23.jar, spring-core-5.3.23.jar, spring-expression-5.3.23.jar, spring-jcl-5.3.23.jar, spring-jms-5.3.23.jar, spring-messaging-5.3.23.jar, spring-security-core-5.7.5.jar, spring-security-crypto-5.7.5.jar, spring-tx-5.3.23.jar, spring-web-5.3.23.jar, spring-webmvc-5.3.23.jar, tomcat-embed-el-9.0.63.jar, txw2-2.3.6.jar, validation-api-2.0.1.Final.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/MANIFEST.MF
05:50:46 [WARNING] istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.jms-api-2.0.3.jar, jakarta.websocket-api-1.1.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar, org.eclipse.persistence.asm-9.4.0.jar, txw2-2.3.6.jar define 2 overlapping resources: 
05:50:46 [WARNING]   - META-INF/LICENSE.md
05:50:46 [WARNING]   - META-INF/NOTICE.md
05:50:46 [WARNING] javax-websocket-server-impl-9.4.53.v20231009.jar, logback-classic-1.2.13.jar, spring-web-5.3.23.jar, websocket-server-9.4.53.v20231009.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/services/javax.servlet.ServletContainerInitializer
05:50:46 [WARNING] jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar define 630 overlapping classes and resources: 
05:50:46 [WARNING]   - META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.properties
05:50:46 [WARNING]   - META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.xml
05:50:46 [WARNING]   - META-INF/services/javax.xml.bind.JAXBContext
05:50:46 [WARNING]   - com.sun.xml.bind.AccessorFactory
05:50:46 [WARNING]   - com.sun.xml.bind.AccessorFactoryImpl
05:50:46 [WARNING]   - com.sun.xml.bind.AnyTypeAdapter
05:50:46 [WARNING]   - com.sun.xml.bind.CycleRecoverable
05:50:46 [WARNING]   - com.sun.xml.bind.CycleRecoverable$Context
05:50:46 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl
05:50:46 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl$1
05:50:46 [WARNING]   - 620 more...
05:50:46 [WARNING] jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar define 1 overlapping resource: 
05:50:46 [WARNING]   - META-INF/services/com.fasterxml.jackson.databind.Module
05:50:46 [WARNING] maven-shade-plugin has detected that some class files are
05:50:46 [WARNING] present in two or more JARs. When this happens, only one
05:50:46 [WARNING] single version of the class is copied to the uber jar.
05:50:46 [WARNING] Usually this is not harmful and you can skip these warnings,
05:50:46 [WARNING] otherwise try to manually exclude artifacts based on
05:50:46 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:50:46 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:50:46 [INFO] 
05:50:46 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-authentication-app ---
05:50:46 [INFO] 
05:50:46 [INFO] --- install:2.5.2:install (default-install) @ kapua-service-authentication-app ---
05:50:46 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/authentication-app/target/kapua-service-authentication-app-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-authentication-app/2.1.0-SNAPSHOT/kapua-service-authentication-app-2.1.0-SNAPSHOT.jar
05:50:46 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/authentication-app/target/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-authentication-app/2.1.0-SNAPSHOT/kapua-service-authentication-app-2.1.0-SNAPSHOT.pom
05:50:46 [INFO] Installing /home/jenkins/agent/workspace/develop-build/service/authentication-app/target/kapua-service-authentication-app-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-service-authentication-app/2.1.0-SNAPSHOT/kapua-service-authentication-app-2.1.0-SNAPSHOT-sources.jar
05:50:46 [INFO] 
05:50:46 [INFO] -----------< org.eclipse.kapua:kapua-translator-test-steps >------------
05:50:46 [INFO] Building kapua-translator-test-steps 2.1.0-SNAPSHOT            [193/229]
05:50:46 [INFO]   from translator/test-steps/pom.xml
05:50:46 [INFO] --------------------------------[ jar ]---------------------------------
05:50:46 [INFO] 
05:50:46 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-test-steps ---
05:50:46 [INFO] 
05:50:46 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-test-steps ---
05:50:46 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:46 [INFO] 
05:50:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-test-steps ---
05:50:46 [INFO] Required toolchain: jdk [ version='11' ]
05:50:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:46 [INFO] 
05:50:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-test-steps ---
05:50:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/test-steps
05:50:46 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358646649
05:50:46 [WARNING] Cannot get the branch information from the git repository: 
05:50:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:46 
05:50:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/test-steps
05:50:46 [INFO] Storing buildScmBranch: UNKNOWN
05:50:46 [INFO] 
05:50:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-test-steps ---
05:50:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/translator/test-steps/target/jacoco.exec
05:50:46 [INFO] 
05:50:46 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-test-steps ---
05:50:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/translator/test-steps/src/main/resources
05:50:46 [INFO] 
05:50:46 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-test-steps ---
05:50:46 [INFO] Copying 1 resource
05:50:46 [INFO] 
05:50:46 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-test-steps ---
05:50:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:46 [INFO] Changes detected - recompiling the module!
05:50:46 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/translator/test-steps/target/classes
05:50:48 [INFO] 
05:50:48 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-test-steps ---
05:50:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/translator/test-steps/src/test/resources
05:50:48 [INFO] 
05:50:48 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-test-steps ---
05:50:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:48 [INFO] No sources to compile
05:50:48 [INFO] 
05:50:48 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-test-steps ---
05:50:48 [INFO] Tests are skipped.
05:50:48 [INFO] 
05:50:48 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-test-steps ---
05:50:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:48 [INFO] 
05:50:48 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-test-steps ---
05:50:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/test-steps/target/kapua-translator-test-steps-2.1.0-SNAPSHOT.jar
05:50:48 [INFO] 
05:50:48 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-test-steps ---
05:50:48 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/test-steps/target/kapua-translator-test-steps-2.1.0-SNAPSHOT-sources.jar
05:50:48 [INFO] 
05:50:48 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-test-steps ---
05:50:48 [INFO] 
05:50:48 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-test-steps ---
05:50:48 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/test-steps/target/kapua-translator-test-steps-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-test-steps/2.1.0-SNAPSHOT/kapua-translator-test-steps-2.1.0-SNAPSHOT.jar
05:50:48 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/test-steps/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-test-steps/2.1.0-SNAPSHOT/kapua-translator-test-steps-2.1.0-SNAPSHOT.pom
05:50:48 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/test-steps/target/kapua-translator-test-steps-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-test-steps/2.1.0-SNAPSHOT/kapua-translator-test-steps-2.1.0-SNAPSHOT-sources.jar
05:50:48 [INFO] 
05:50:48 [INFO] --------------< org.eclipse.kapua:kapua-translator-test >---------------
05:50:48 [INFO] Building kapua-translator-test 2.1.0-SNAPSHOT                  [194/229]
05:50:48 [INFO]   from translator/test/pom.xml
05:50:48 [INFO] --------------------------------[ jar ]---------------------------------
05:50:48 [INFO] 
05:50:48 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-test ---
05:50:48 [INFO] 
05:50:48 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-test ---
05:50:48 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:48 [INFO] 
05:50:48 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-test ---
05:50:48 [INFO] Required toolchain: jdk [ version='11' ]
05:50:48 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:48 [INFO] 
05:50:48 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-test ---
05:50:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/test
05:50:48 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358648649
05:50:48 [WARNING] Cannot get the branch information from the git repository: 
05:50:48 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:48 
05:50:48 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/translator/test' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:48 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/translator/test
05:50:48 [INFO] Storing buildScmBranch: UNKNOWN
05:50:48 [INFO] 
05:50:48 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-test ---
05:50:48 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/translator/test/target/jacoco.exec
05:50:48 [INFO] 
05:50:48 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-test ---
05:50:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/translator/test/src/main/resources
05:50:48 [INFO] 
05:50:48 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-test ---
05:50:48 [INFO] Copying 1 resource
05:50:48 [INFO] 
05:50:48 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-test ---
05:50:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:48 [INFO] No sources to compile
05:50:48 [INFO] 
05:50:48 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-test ---
05:50:48 [INFO] Copying 2 resources
05:50:48 [INFO] 
05:50:48 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-test ---
05:50:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:48 [INFO] Changes detected - recompiling the module!
05:50:48 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/translator/test/target/test-classes
05:50:50 [INFO] 
05:50:50 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-test ---
05:50:50 [INFO] Tests are skipped.
05:50:50 [INFO] 
05:50:50 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-test ---
05:50:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:50 [INFO] 
05:50:50 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-test ---
05:50:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/translator/test/target/kapua-translator-test-2.1.0-SNAPSHOT.jar
05:50:50 [INFO] 
05:50:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-test ---
05:50:50 [INFO] No sources in project. Archive not created.
05:50:50 [INFO] 
05:50:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-test ---
05:50:50 [INFO] 
05:50:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-test ---
05:50:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/test/target/kapua-translator-test-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-test/2.1.0-SNAPSHOT/kapua-translator-test-2.1.0-SNAPSHOT.jar
05:50:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/translator/test/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-translator-test/2.1.0-SNAPSHOT/kapua-translator-test-2.1.0-SNAPSHOT.pom
05:50:50 [INFO] 
05:50:50 [INFO] ----------------< org.eclipse.kapua:kapua-es-migrator >-----------------
05:50:50 [INFO] Building kapua-es-migrator 2.1.0-SNAPSHOT                      [195/229]
05:50:50 [INFO]   from extras/es-migrator/pom.xml
05:50:50 [INFO] --------------------------------[ jar ]---------------------------------
05:50:51 [INFO] 
05:50:51 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-es-migrator ---
05:50:51 [INFO] 
05:50:51 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-es-migrator ---
05:50:51 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:50:51 [INFO] 
05:50:51 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-es-migrator ---
05:50:51 [INFO] Required toolchain: jdk [ version='11' ]
05:50:51 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:51 [INFO] 
05:50:51 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-es-migrator ---
05:50:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras/es-migrator' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras/es-migrator
05:50:51 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358651608
05:50:51 [WARNING] Cannot get the branch information from the git repository: 
05:50:51 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:50:51 
05:50:51 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras/es-migrator' && 'git' 'rev-parse' '--verify' 'HEAD'
05:50:51 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras/es-migrator
05:50:51 [INFO] Storing buildScmBranch: UNKNOWN
05:50:51 [INFO] 
05:50:51 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-es-migrator ---
05:50:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/jacoco.exec
05:50:51 [INFO] 
05:50:51 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-es-migrator ---
05:50:51 [INFO] Copying 4 resources
05:50:51 [INFO] 
05:50:51 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-es-migrator ---
05:50:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:51 [INFO] Changes detected - recompiling the module!
05:50:51 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/classes
05:50:53 [INFO] 
05:50:53 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-es-migrator ---
05:50:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/extras/es-migrator/src/test/resources
05:50:53 [INFO] 
05:50:53 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-es-migrator ---
05:50:53 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:50:53 [INFO] Changes detected - recompiling the module!
05:50:53 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/test-classes
05:50:54 [INFO] 
05:50:54 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-es-migrator ---
05:50:54 [INFO] Tests are skipped.
05:50:54 [INFO] 
05:50:54 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-es-migrator ---
05:50:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:50:54 [INFO] 
05:50:54 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-es-migrator ---
05:50:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/kapua-es-migrator-2.1.0-SNAPSHOT.jar
05:50:54 [INFO] 
05:50:54 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-es-migrator ---
05:50:54 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/kapua-es-migrator-2.1.0-SNAPSHOT-sources.jar
05:50:54 [INFO] 
05:50:54 [INFO] --- shade:3.4.1:shade (default) @ kapua-es-migrator ---
05:50:54 [INFO] Including commons-configuration:commons-configuration:jar:1.9 in the shaded jar.
05:50:54 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
05:50:54 [INFO] Including commons-io:commons-io:jar:2.11.0 in the shaded jar.
05:50:54 [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar.
05:50:54 [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
05:50:54 [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar.
05:50:54 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 in the shaded jar.
05:50:54 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 in the shaded jar.
05:50:54 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.15.2 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch.client:elasticsearch-rest-high-level-client:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch:elasticsearch:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch:elasticsearch-core:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch:elasticsearch-secure-sm:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch:elasticsearch-x-content:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.15.2 in the shaded jar.
05:50:54 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.15.2 in the shaded jar.
05:50:54 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.15.2 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch:elasticsearch-geo:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-core:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-grouping:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-highlighter:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-join:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-memory:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-misc:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-queries:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-queryparser:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-sandbox:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-spatial-extras:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-spatial3d:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.lucene:lucene-suggest:jar:8.5.1 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch:elasticsearch-cli:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.2 in the shaded jar.
05:50:54 [INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar.
05:50:54 [INFO] Including com.tdunning:t-digest:jar:3.2 in the shaded jar.
05:50:54 [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.9 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch:jna:jar:5.5.0 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch.client:elasticsearch-rest-client:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar.
05:50:54 [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar.
05:50:54 [INFO] Including org.apache.httpcomponents:httpasyncclient:jar:4.1.5 in the shaded jar.
05:50:54 [INFO] Including org.apache.httpcomponents:httpcore-nio:jar:4.4.15 in the shaded jar.
05:50:54 [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch.plugin:mapper-extras-client:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch.plugin:parent-join-client:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch.plugin:aggs-matrix-stats-client:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch.plugin:rank-eval-client:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including org.elasticsearch.plugin:lang-mustache-client:jar:7.8.1 in the shaded jar.
05:50:54 [INFO] Including com.github.spullara.mustache.java:compiler:jar:0.9.6 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-account-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-service-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar.
05:50:54 [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar.
05:50:54 [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.3.3 in the shaded jar.
05:50:54 [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar.
05:50:54 [INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-security-authentication-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.mapstruct:mapstruct:jar:1.5.5.Final in the shaded jar.
05:50:54 [INFO] Including com.google.zxing:javase:jar:3.4.1 in the shaded jar.
05:50:54 [INFO] Including com.google.zxing:core:jar:3.4.1 in the shaded jar.
05:50:54 [INFO] Including com.beust:jcommander:jar:1.78 in the shaded jar.
05:50:54 [INFO] Including com.github.jai-imageio:jai-imageio-core:jar:1.4.0 in the shaded jar.
05:50:54 [INFO] Including com.google.guava:guava:jar:32.1.2-jre in the shaded jar.
05:50:54 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
05:50:54 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
05:50:54 [INFO] Including com.google.inject:guice:jar:5.1.0 in the shaded jar.
05:50:54 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
05:50:54 [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
05:50:54 [INFO] Including com.google.inject.extensions:guice-multibindings:jar:4.2.3 in the shaded jar.
05:50:54 [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.2 in the shaded jar.
05:50:54 [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
05:50:54 [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
05:50:54 [INFO] Including org.apache.commons:commons-pool2:jar:2.3 in the shaded jar.
05:50:54 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.7.0 in the shaded jar.
05:50:54 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
05:50:54 [INFO] Including org.apache.qpid:proton-j:jar:0.34.0 in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-buffer:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-common:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-handler:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-resolver:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-codec:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-transport:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including io.netty:netty-codec-http:jar:4.1.100.Final in the shaded jar.
05:50:54 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.7.12 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.persistence:jakarta.persistence:jar:2.2.3 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.4.0 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.7.12 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.7.12 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.12 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.7.12 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.extension:jar:2.7.12 in the shaded jar.
05:50:54 [INFO] Including org.liquibase:liquibase-core:jar:3.6.3 in the shaded jar.
05:50:54 [INFO] Including org.yaml:snakeyaml:jar:2.2 in the shaded jar.
05:50:54 [INFO] Including org.reflections:reflections:jar:0.10.2 in the shaded jar.
05:50:54 [INFO] Including org.javassist:javassist:jar:3.26.0-GA in the shaded jar.
05:50:54 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
05:50:54 [INFO] Including org.checkerframework:checker-qual:jar:3.15.0 in the shaded jar.
05:50:54 [INFO] Including org.hibernate:hibernate-jpamodelgen:jar:5.5.4.Final in the shaded jar.
05:50:54 [INFO] Including org.jboss.logging:jboss-logging:jar:3.4.2.Final in the shaded jar.
05:50:54 [INFO] Including javax.xml.bind:jaxb-api:jar:2.3.1 in the shaded jar.
05:50:54 [INFO] Including javax.activation:javax.activation-api:jar:1.2.0 in the shaded jar.
05:50:54 [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.1 in the shaded jar.
05:50:54 [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.1 in the shaded jar.
05:50:54 [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.7 in the shaded jar.
05:50:54 [INFO] Including org.jvnet.staxex:stax-ex:jar:1.8 in the shaded jar.
05:50:54 [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15 in the shaded jar.
05:50:54 [INFO] Including javax.cache:cache-api:jar:1.1.1 in the shaded jar.
05:50:54 [INFO] Including com.zaxxer:HikariCP:jar:4.0.3 in the shaded jar.
05:50:54 [INFO] Including org.slf4j:slf4j-api:jar:1.7.33 in the shaded jar.
05:50:54 [INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.1 in the shaded jar.
05:50:54 [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.17.1 in the shaded jar.
05:50:54 [INFO] Including ch.qos.logback:logback-classic:jar:1.2.13 in the shaded jar.
05:50:54 [INFO] Including ch.qos.logback:logback-core:jar:1.2.13 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-datastore-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-datastore-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-message-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-service-storable-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-security-authorization-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-user-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-message-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including javax.validation:validation-api:jar:2.0.1.Final in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-service-elasticsearch-client-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-service-storable-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-locator-guice:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.33 in the shaded jar.
05:50:54 [INFO] Including org.eclipse.kapua:kapua-service-elasticsearch-client-rest:jar:2.1.0-SNAPSHOT in the shaded jar.
05:50:54 [INFO] Including com.h2database:h2:jar:1.4.200 in the shaded jar.
05:50:54 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/dependency-reduced-pom.xml
05:50:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:58 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:58 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:58 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:58 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:50:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:01 [WARNING] jakarta.persistence-2.2.3.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - readme.html
05:51:01 [WARNING] jakarta.persistence-2.2.3.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - license.html
05:51:01 [WARNING] jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, javax.activation-api-1.2.0.jar define 31 overlapping classes: 
05:51:01 [WARNING]   - javax.activation.ActivationDataFlavor
05:51:01 [WARNING]   - javax.activation.CommandInfo
05:51:01 [WARNING]   - javax.activation.CommandInfo$Beans
05:51:01 [WARNING]   - javax.activation.CommandInfo$Beans$1
05:51:01 [WARNING]   - javax.activation.CommandMap
05:51:01 [WARNING]   - javax.activation.CommandObject
05:51:01 [WARNING]   - javax.activation.DataContentHandler
05:51:01 [WARNING]   - javax.activation.DataContentHandlerFactory
05:51:01 [WARNING]   - javax.activation.DataHandler
05:51:01 [WARNING]   - javax.activation.DataHandler$1
05:51:01 [WARNING]   - 21 more...
05:51:01 [WARNING] lucene-backward-codecs-8.5.1.jar, lucene-core-8.5.1.jar define 2 overlapping resources: 
05:51:01 [WARNING]   - META-INF/services/org.apache.lucene.codecs.Codec
05:51:01 [WARNING]   - META-INF/services/org.apache.lucene.codecs.DocValuesFormat
05:51:01 [WARNING] istack-commons-runtime-3.0.7.jar, jaxb-impl-2.3.3.jar define 21 overlapping classes: 
05:51:01 [WARNING]   - com.sun.istack.Builder
05:51:01 [WARNING]   - com.sun.istack.ByteArrayDataSource
05:51:01 [WARNING]   - com.sun.istack.FinalArrayList
05:51:01 [WARNING]   - com.sun.istack.FragmentContentHandler
05:51:01 [WARNING]   - com.sun.istack.Interned
05:51:01 [WARNING]   - com.sun.istack.NotNull
05:51:01 [WARNING]   - com.sun.istack.Nullable
05:51:01 [WARNING]   - com.sun.istack.Pool
05:51:01 [WARNING]   - com.sun.istack.Pool$Impl
05:51:01 [WARNING]   - com.sun.istack.SAXException2
05:51:01 [WARNING]   - 11 more...
05:51:01 [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.33.jar define 6 overlapping classes: 
05:51:01 [WARNING]   - org.apache.commons.logging.Log
05:51:01 [WARNING]   - org.apache.commons.logging.LogConfigurationException
05:51:01 [WARNING]   - org.apache.commons.logging.LogFactory
05:51:01 [WARNING]   - org.apache.commons.logging.impl.NoOpLog
05:51:01 [WARNING]   - org.apache.commons.logging.impl.SimpleLog
05:51:01 [WARNING]   - org.apache.commons.logging.impl.SimpleLog$1
05:51:01 [WARNING] jackson-core-2.15.2.jar, jackson-dataformat-cbor-2.15.2.jar, jackson-dataformat-smile-2.15.2.jar, jackson-dataformat-yaml-2.15.2.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - META-INF/services/com.fasterxml.jackson.core.JsonFactory
05:51:01 [WARNING] elasticsearch-7.8.1.jar, lucene-backward-codecs-8.5.1.jar, lucene-core-8.5.1.jar, lucene-sandbox-8.5.1.jar, lucene-suggest-8.5.1.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - META-INF/services/org.apache.lucene.codecs.PostingsFormat
05:51:01 [WARNING] jackson-databind-2.15.2.jar, jackson-dataformat-yaml-2.15.2.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - META-INF/services/com.fasterxml.jackson.core.ObjectCodec
05:51:01 [WARNING] lucene-analyzers-common-8.5.1.jar, lucene-suggest-8.5.1.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory
05:51:01 [WARNING] netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - META-INF/io.netty.versions.properties
05:51:01 [WARNING] jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.1.jar define 762 overlapping classes and resources: 
05:51:01 [WARNING]   - META-INF/services/javax.xml.bind.JAXBContext
05:51:01 [WARNING]   - com.sun.xml.bind.AccessorFactory
05:51:01 [WARNING]   - com.sun.xml.bind.AccessorFactoryImpl
05:51:01 [WARNING]   - com.sun.xml.bind.AnyTypeAdapter
05:51:01 [WARNING]   - com.sun.xml.bind.CycleRecoverable
05:51:01 [WARNING]   - com.sun.xml.bind.CycleRecoverable$Context
05:51:01 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl
05:51:01 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl$1
05:51:01 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl$CalendarFormatter
05:51:01 [WARNING]   - com.sun.xml.bind.IDResolver
05:51:01 [WARNING]   - 752 more...
05:51:01 [WARNING] FastInfoset-1.2.15.jar, HdrHistogram-2.1.9.jar, HikariCP-4.0.3.jar, aggs-matrix-stats-client-7.8.1.jar, aopalliance-1.0.jar, cache-api-1.1.1.jar, checker-qual-3.15.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, compiler-0.9.6.jar, core-3.4.1.jar, elasticsearch-7.8.1.jar, elasticsearch-cli-7.8.1.jar, elasticsearch-core-7.8.1.jar, elasticsearch-geo-7.8.1.jar, elasticsearch-rest-client-7.8.1.jar, elasticsearch-rest-high-level-client-7.8.1.jar, elasticsearch-secure-sm-7.8.1.jar, elasticsearch-x-content-7.8.1.jar, failureaccess-1.0.1.jar, guava-32.1.2-jre.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, h2-1.4.200.jar, hibernate-jpamodelgen-5.5.4.Final.jar, hppc-0.8.1.jar, httpasyncclient-4.1.5.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, httpcore-nio-4.4.15.jar, istack-commons-runtime-3.0.7.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-dataformat-cbor-2.15.2.jar, jackson-dataformat-smile-2.15.2.jar, jackson-dataformat-yaml-2.15.2.jar, jai-imageio-core-1.4.0.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.jms-api-2.0.3.jar, jakarta.persistence-2.2.3.jar, jakarta.xml.bind-api-2.3.3.jar, javase-3.4.1.jar, javassist-3.26.0-GA.jar, javax.activation-api-1.2.0.jar, javax.annotation-api-1.2.jar, jaxb-api-2.3.1.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.1.jar, jboss-logging-3.4.2.Final.jar, jcl-over-slf4j-1.7.33.jar, jcommander-1.78.jar, jna-5.5.0.jar, joda-time-2.9.4.jar, jopt-simple-5.0.2.jar, jsr305-3.0.2.jar, kapua-account-api-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-datastore-api-2.1.0-SNAPSHOT.jar, kapua-datastore-internal-2.1.0-SNAPSHOT.jar, kapua-es-migrator-2.1.0-SNAPSHOT.jar, kapua-locator-guice-2.1.0-SNAPSHOT.jar, kapua-message-api-2.1.0-SNAPSHOT.jar, kapua-message-internal-2.1.0-SNAPSHOT.jar, kapua-security-authentication-api-2.1.0-SNAPSHOT.jar, kapua-security-authorization-api-2.1.0-SNAPSHOT.jar, kapua-service-api-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar, kapua-service-storable-api-2.1.0-SNAPSHOT.jar, kapua-service-storable-internal-2.1.0-SNAPSHOT.jar, kapua-user-api-2.1.0-SNAPSHOT.jar, lang-mustache-client-7.8.1.jar, liquibase-core-3.6.3.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, logback-classic-1.2.13.jar, logback-core-1.2.13.jar, lucene-analyzers-common-8.5.1.jar, lucene-backward-codecs-8.5.1.jar, lucene-core-8.5.1.jar, lucene-grouping-8.5.1.jar, lucene-highlighter-8.5.1.jar, lucene-join-8.5.1.jar, lucene-memory-8.5.1.jar, lucene-misc-8.5.1.jar, lucene-queries-8.5.1.jar, lucene-queryparser-8.5.1.jar, lucene-sandbox-8.5.1.jar, lucene-spatial-extras-8.5.1.jar, lucene-spatial3d-8.5.1.jar, lucene-suggest-8.5.1.jar, mapper-extras-client-7.8.1.jar, mapstruct-1.5.5.Final.jar, metrics-core-3.2.2.jar, netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar, parent-join-client-7.8.1.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, rank-eval-client-7.8.1.jar, reflections-0.10.2.jar, slf4j-api-1.7.33.jar, snakeyaml-2.2.jar, stax-ex-1.8.jar, t-digest-3.2.jar, txw2-2.3.1.jar, validation-api-2.0.1.Final.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - META-INF/MANIFEST.MF
05:51:01 [WARNING] aggs-matrix-stats-client-7.8.1.jar, elasticsearch-rest-high-level-client-7.8.1.jar, parent-join-client-7.8.1.jar, rank-eval-client-7.8.1.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - META-INF/services/org.elasticsearch.plugins.spi.NamedXContentProvider
05:51:01 [WARNING] jaxb-impl-2.3.3.jar, txw2-2.3.1.jar define 53 overlapping classes: 
05:51:01 [WARNING]   - com.sun.xml.txw2.Attribute
05:51:01 [WARNING]   - com.sun.xml.txw2.Cdata
05:51:01 [WARNING]   - com.sun.xml.txw2.Comment
05:51:01 [WARNING]   - com.sun.xml.txw2.ContainerElement
05:51:01 [WARNING]   - com.sun.xml.txw2.Content
05:51:01 [WARNING]   - com.sun.xml.txw2.ContentVisitor
05:51:01 [WARNING]   - com.sun.xml.txw2.DatatypeWriter
05:51:01 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1
05:51:01 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1$1
05:51:01 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1$2
05:51:01 [WARNING]   - 43 more...
05:51:01 [WARNING] jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-dataformat-cbor-2.15.2.jar, jackson-dataformat-smile-2.15.2.jar, jackson-dataformat-yaml-2.15.2.jar, log4j-api-2.17.1.jar, snakeyaml-2.2.jar define 1 overlapping classes: 
05:51:01 [WARNING]   - META-INF.versions.9.module-info
05:51:01 [WARNING] kapua-commons-2.1.0-SNAPSHOT.jar, kapua-datastore-internal-2.1.0-SNAPSHOT.jar define 1 overlapping resource: 
05:51:01 [WARNING]   - META-INF/persistence.xml
05:51:01 [WARNING] jakarta.xml.bind-api-2.3.3.jar, jaxb-api-2.3.1.jar define 114 overlapping classes and resources: 
05:51:01 [WARNING]   - META-INF.versions.9.javax.xml.bind.ModuleUtil
05:51:01 [WARNING]   - javax.xml.bind.Binder
05:51:01 [WARNING]   - javax.xml.bind.ContextFinder
05:51:01 [WARNING]   - javax.xml.bind.ContextFinder$1
05:51:01 [WARNING]   - javax.xml.bind.ContextFinder$2
05:51:01 [WARNING]   - javax.xml.bind.ContextFinder$3
05:51:01 [WARNING]   - javax.xml.bind.ContextFinder$4
05:51:01 [WARNING]   - javax.xml.bind.ContextFinder$5
05:51:01 [WARNING]   - javax.xml.bind.DataBindingException
05:51:01 [WARNING]   - javax.xml.bind.DatatypeConverter
05:51:01 [WARNING]   - 104 more...
05:51:01 [WARNING] maven-shade-plugin has detected that some class files are
05:51:01 [WARNING] present in two or more JARs. When this happens, only one
05:51:01 [WARNING] single version of the class is copied to the uber jar.
05:51:01 [WARNING] Usually this is not harmful and you can skip these warnings,
05:51:01 [WARNING] otherwise try to manually exclude artifacts based on
05:51:01 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:51:01 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:51:01 [INFO] Attaching shaded artifact.
05:51:01 [INFO] 
05:51:01 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-es-migrator ---
05:51:01 [INFO] 
05:51:01 [INFO] --- install:2.5.2:install (default-install) @ kapua-es-migrator ---
05:51:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/kapua-es-migrator-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-es-migrator/2.1.0-SNAPSHOT/kapua-es-migrator-2.1.0-SNAPSHOT.jar
05:51:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-es-migrator/2.1.0-SNAPSHOT/kapua-es-migrator-2.1.0-SNAPSHOT.pom
05:51:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/kapua-es-migrator-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-es-migrator/2.1.0-SNAPSHOT/kapua-es-migrator-2.1.0-SNAPSHOT-sources.jar
05:51:01 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/es-migrator/target/kapua-es-migrator-2.1.0-SNAPSHOT-app.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-es-migrator/2.1.0-SNAPSHOT/kapua-es-migrator-2.1.0-SNAPSHOT-app.jar
05:51:01 [INFO] 
05:51:01 [INFO] ------------< org.eclipse.kapua:kapua-encryption-migrator >-------------
05:51:01 [INFO] Building kapua-encryption-migrator 2.1.0-SNAPSHOT              [196/229]
05:51:01 [INFO]   from extras/encryption-migrator/pom.xml
05:51:01 [INFO] --------------------------------[ jar ]---------------------------------
05:51:01 [INFO] 
05:51:01 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-encryption-migrator ---
05:51:01 [INFO] 
05:51:01 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-encryption-migrator ---
05:51:01 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:01 [INFO] 
05:51:01 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-encryption-migrator ---
05:51:01 [INFO] Required toolchain: jdk [ version='11' ]
05:51:01 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:01 [INFO] 
05:51:01 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-encryption-migrator ---
05:51:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras/encryption-migrator' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator
05:51:01 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358661454
05:51:01 [WARNING] Cannot get the branch information from the git repository: 
05:51:01 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:01 
05:51:01 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras/encryption-migrator' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:01 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator
05:51:01 [INFO] Storing buildScmBranch: UNKNOWN
05:51:01 [INFO] 
05:51:01 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-encryption-migrator ---
05:51:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/target/jacoco.exec
05:51:01 [INFO] 
05:51:01 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-encryption-migrator ---
05:51:01 [INFO] Copying 5 resources
05:51:01 [INFO] 
05:51:01 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-encryption-migrator ---
05:51:01 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:01 [INFO] Changes detected - recompiling the module!
05:51:01 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/target/classes
05:51:03 [INFO] 
05:51:03 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-encryption-migrator ---
05:51:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/src/test/resources
05:51:03 [INFO] 
05:51:03 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-encryption-migrator ---
05:51:03 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:03 [INFO] No sources to compile
05:51:03 [INFO] 
05:51:03 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-encryption-migrator ---
05:51:03 [INFO] Tests are skipped.
05:51:03 [INFO] 
05:51:03 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-encryption-migrator ---
05:51:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:03 [INFO] 
05:51:03 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-encryption-migrator ---
05:51:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/target/kapua-encryption-migrator-2.1.0-SNAPSHOT.jar
05:51:03 [INFO] 
05:51:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-encryption-migrator ---
05:51:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/target/kapua-encryption-migrator-2.1.0-SNAPSHOT-sources.jar
05:51:03 [INFO] 
05:51:03 [INFO] --- shade:3.4.1:shade (default) @ kapua-encryption-migrator ---
05:51:03 [INFO] Including org.eclipse.kapua:kapua-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-account-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-security-authentication-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.mapstruct:mapstruct:jar:1.5.5.Final in the shaded jar.
05:51:03 [INFO] Including com.google.zxing:javase:jar:3.4.1 in the shaded jar.
05:51:03 [INFO] Including com.google.zxing:core:jar:3.4.1 in the shaded jar.
05:51:03 [INFO] Including com.beust:jcommander:jar:1.78 in the shaded jar.
05:51:03 [INFO] Including com.github.jai-imageio:jai-imageio-core:jar:1.4.0 in the shaded jar.
05:51:03 [INFO] Including com.google.guava:guava:jar:32.1.2-jre in the shaded jar.
05:51:03 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
05:51:03 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
05:51:03 [INFO] Including com.google.inject:guice:jar:5.1.0 in the shaded jar.
05:51:03 [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
05:51:03 [INFO] Including com.google.inject.extensions:guice-multibindings:jar:4.2.3 in the shaded jar.
05:51:03 [INFO] Including commons-io:commons-io:jar:2.11.0 in the shaded jar.
05:51:03 [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.2 in the shaded jar.
05:51:03 [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
05:51:03 [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
05:51:03 [INFO] Including org.apache.commons:commons-pool2:jar:2.3 in the shaded jar.
05:51:03 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.7.0 in the shaded jar.
05:51:03 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
05:51:03 [INFO] Including org.apache.qpid:proton-j:jar:0.34.0 in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-buffer:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-common:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-handler:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-resolver:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-codec:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-transport:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including io.netty:netty-codec-http:jar:4.1.100.Final in the shaded jar.
05:51:03 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.7.12 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.persistence:jakarta.persistence:jar:2.2.3 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.4.0 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.7.12 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.7.12 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.12 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.7.12 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.extension:jar:2.7.12 in the shaded jar.
05:51:03 [INFO] Including org.liquibase:liquibase-core:jar:3.6.3 in the shaded jar.
05:51:03 [INFO] Including org.yaml:snakeyaml:jar:2.2 in the shaded jar.
05:51:03 [INFO] Including org.reflections:reflections:jar:0.10.2 in the shaded jar.
05:51:03 [INFO] Including org.javassist:javassist:jar:3.26.0-GA in the shaded jar.
05:51:03 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
05:51:03 [INFO] Including org.checkerframework:checker-qual:jar:3.15.0 in the shaded jar.
05:51:03 [INFO] Including org.hibernate:hibernate-jpamodelgen:jar:5.5.4.Final in the shaded jar.
05:51:03 [INFO] Including org.jboss.logging:jboss-logging:jar:3.4.2.Final in the shaded jar.
05:51:03 [INFO] Including javax.xml.bind:jaxb-api:jar:2.3.1 in the shaded jar.
05:51:03 [INFO] Including javax.activation:javax.activation-api:jar:1.2.0 in the shaded jar.
05:51:03 [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.1 in the shaded jar.
05:51:03 [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.1 in the shaded jar.
05:51:03 [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.7 in the shaded jar.
05:51:03 [INFO] Including org.jvnet.staxex:stax-ex:jar:1.8 in the shaded jar.
05:51:03 [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15 in the shaded jar.
05:51:03 [INFO] Including javax.cache:cache-api:jar:1.1.1 in the shaded jar.
05:51:03 [INFO] Including com.zaxxer:HikariCP:jar:4.0.3 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-job-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
05:51:03 [INFO] Including javax.batch:javax.batch-api:jar:1.0.1 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-locator-guice:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.33 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-security-shiro:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-security-authorization-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-user-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-openid-provider:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-openid-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.glassfish:javax.json:jar:1.0.4 in the shaded jar.
05:51:03 [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar.
05:51:03 [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-security-registration-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.bitbucket.b_c:jose4j:jar:0.7.10 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-security-certificate-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-service-commons-utils-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including com.warrenstrange:googleauth:jar:1.5.0 in the shaded jar.
05:51:03 [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar.
05:51:03 [INFO] Including org.apache.shiro:shiro-core:jar:1.12.0 in the shaded jar.
05:51:03 [INFO] Including org.apache.shiro:shiro-lang:jar:1.12.0 in the shaded jar.
05:51:03 [INFO] Including org.apache.shiro:shiro-cache:jar:1.12.0 in the shaded jar.
05:51:03 [INFO] Including org.apache.shiro:shiro-config-core:jar:1.12.0 in the shaded jar.
05:51:03 [INFO] Including org.apache.shiro:shiro-config-ogdl:jar:1.12.0 in the shaded jar.
05:51:03 [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar.
05:51:03 [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar.
05:51:03 [INFO] Including org.apache.shiro:shiro-event:jar:1.12.0 in the shaded jar.
05:51:03 [INFO] Including org.springframework.security:spring-security-core:jar:5.7.5 in the shaded jar.
05:51:03 [INFO] Including org.springframework:spring-aop:jar:5.3.23 in the shaded jar.
05:51:03 [INFO] Including org.springframework:spring-beans:jar:5.3.23 in the shaded jar.
05:51:03 [INFO] Including org.springframework:spring-context:jar:5.3.23 in the shaded jar.
05:51:03 [INFO] Including org.springframework:spring-core:jar:5.3.23 in the shaded jar.
05:51:03 [INFO] Including org.springframework:spring-jcl:jar:5.3.23 in the shaded jar.
05:51:03 [INFO] Including org.springframework:spring-expression:jar:5.3.23 in the shaded jar.
05:51:03 [INFO] Including org.springframework.security:spring-security-crypto:jar:5.7.5 in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-service-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar.
05:51:03 [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar.
05:51:03 [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.3.3 in the shaded jar.
05:51:03 [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar.
05:51:03 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 in the shaded jar.
05:51:03 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 in the shaded jar.
05:51:03 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.15.2 in the shaded jar.
05:51:03 [INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar.
05:51:03 [INFO] Including javax.validation:validation-api:jar:2.0.1.Final in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-user-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including org.eclipse.kapua:kapua-account-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:03 [INFO] Including com.h2database:h2:jar:1.4.200 in the shaded jar.
05:51:03 [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
05:51:03 [INFO] Including commons-configuration:commons-configuration:jar:1.9 in the shaded jar.
05:51:03 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
05:51:03 [INFO] Including org.slf4j:slf4j-api:jar:1.7.33 in the shaded jar.
05:51:03 [INFO] Including ch.qos.logback:logback-classic:jar:1.2.13 in the shaded jar.
05:51:03 [INFO] Including ch.qos.logback:logback-core:jar:1.2.13 in the shaded jar.
05:51:03 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/target/dependency-reduced-pom.xml
05:51:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:07 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:07 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:07 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:07 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:07 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:08 [WARNING] jakarta.persistence-2.2.3.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:08 [WARNING]   - readme.html
05:51:08 [WARNING] netty-common-4.1.100.Final.jar, spring-core-5.3.23.jar define 1 overlapping resource: 
05:51:08 [WARNING]   - META-INF/services/reactor.blockhound.integration.BlockHoundIntegration
05:51:08 [WARNING] shiro-core-1.12.0.jar, shiro-lang-1.12.0.jar define 37 overlapping classes: 
05:51:08 [WARNING]   - org.apache.shiro.ShiroException
05:51:08 [WARNING]   - org.apache.shiro.codec.Base64
05:51:08 [WARNING]   - org.apache.shiro.codec.CodecException
05:51:08 [WARNING]   - org.apache.shiro.codec.CodecSupport
05:51:08 [WARNING]   - org.apache.shiro.codec.H64
05:51:08 [WARNING]   - org.apache.shiro.codec.Hex
05:51:08 [WARNING]   - org.apache.shiro.codec.package-info
05:51:08 [WARNING]   - org.apache.shiro.io.ClassResolvingObjectInputStream
05:51:08 [WARNING]   - org.apache.shiro.io.DefaultSerializer
05:51:08 [WARNING]   - org.apache.shiro.io.ResourceUtils
05:51:08 [WARNING]   - 27 more...
05:51:08 [WARNING] jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, snakeyaml-2.2.jar define 1 overlapping classes: 
05:51:08 [WARNING]   - META-INF.versions.9.module-info
05:51:08 [WARNING] aopalliance-1.0.jar, spring-aop-5.3.23.jar define 9 overlapping classes: 
05:51:08 [WARNING]   - org.aopalliance.aop.Advice
05:51:08 [WARNING]   - org.aopalliance.aop.AspectException
05:51:08 [WARNING]   - org.aopalliance.intercept.ConstructorInterceptor
05:51:08 [WARNING]   - org.aopalliance.intercept.ConstructorInvocation
05:51:08 [WARNING]   - org.aopalliance.intercept.Interceptor
05:51:08 [WARNING]   - org.aopalliance.intercept.Invocation
05:51:08 [WARNING]   - org.aopalliance.intercept.Joinpoint
05:51:08 [WARNING]   - org.aopalliance.intercept.MethodInterceptor
05:51:08 [WARNING]   - org.aopalliance.intercept.MethodInvocation
05:51:08 [WARNING] jakarta.persistence-2.2.3.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:08 [WARNING]   - license.html
05:51:08 [WARNING] spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-context-5.3.23.jar define 3 overlapping resources: 
05:51:08 [WARNING]   - META-INF/spring.handlers
05:51:08 [WARNING]   - META-INF/spring.schemas
05:51:08 [WARNING]   - META-INF/spring.tooling
05:51:08 [WARNING] jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, javax.activation-api-1.2.0.jar define 31 overlapping classes: 
05:51:08 [WARNING]   - javax.activation.ActivationDataFlavor
05:51:08 [WARNING]   - javax.activation.CommandInfo
05:51:08 [WARNING]   - javax.activation.CommandInfo$Beans
05:51:08 [WARNING]   - javax.activation.CommandInfo$Beans$1
05:51:08 [WARNING]   - javax.activation.CommandMap
05:51:08 [WARNING]   - javax.activation.CommandObject
05:51:08 [WARNING]   - javax.activation.DataContentHandler
05:51:08 [WARNING]   - javax.activation.DataContentHandlerFactory
05:51:08 [WARNING]   - javax.activation.DataHandler
05:51:08 [WARNING]   - javax.activation.DataHandler$1
05:51:08 [WARNING]   - 21 more...
05:51:08 [WARNING] istack-commons-runtime-3.0.7.jar, jaxb-impl-2.3.3.jar define 21 overlapping classes: 
05:51:08 [WARNING]   - com.sun.istack.Builder
05:51:08 [WARNING]   - com.sun.istack.ByteArrayDataSource
05:51:08 [WARNING]   - com.sun.istack.FinalArrayList
05:51:08 [WARNING]   - com.sun.istack.FragmentContentHandler
05:51:08 [WARNING]   - com.sun.istack.Interned
05:51:08 [WARNING]   - com.sun.istack.NotNull
05:51:08 [WARNING]   - com.sun.istack.Nullable
05:51:08 [WARNING]   - com.sun.istack.Pool
05:51:08 [WARNING]   - com.sun.istack.Pool$Impl
05:51:08 [WARNING]   - com.sun.istack.SAXException2
05:51:08 [WARNING]   - 11 more...
05:51:08 [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.33.jar define 2 overlapping classes: 
05:51:08 [WARNING]   - org.apache.commons.logging.LogConfigurationException
05:51:08 [WARNING]   - org.apache.commons.logging.impl.SimpleLog$1
05:51:08 [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.33.jar, spring-jcl-5.3.23.jar define 4 overlapping classes: 
05:51:08 [WARNING]   - org.apache.commons.logging.Log
05:51:08 [WARNING]   - org.apache.commons.logging.LogFactory
05:51:08 [WARNING]   - org.apache.commons.logging.impl.NoOpLog
05:51:08 [WARNING]   - org.apache.commons.logging.impl.SimpleLog
05:51:08 [WARNING] FastInfoset-1.2.15.jar, HikariCP-4.0.3.jar, aopalliance-1.0.jar, cache-api-1.1.1.jar, checker-qual-3.15.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, core-3.4.1.jar, failureaccess-1.0.1.jar, googleauth-1.5.0.jar, guava-32.1.2-jre.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, h2-1.4.200.jar, hibernate-jpamodelgen-5.5.4.Final.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, istack-commons-runtime-3.0.7.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jai-imageio-core-1.4.0.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.jms-api-2.0.3.jar, jakarta.persistence-2.2.3.jar, jakarta.xml.bind-api-2.3.3.jar, javase-3.4.1.jar, javassist-3.26.0-GA.jar, javax.activation-api-1.2.0.jar, javax.annotation-api-1.2.jar, javax.batch-api-1.0.1.jar, javax.json-1.0.4.jar, jaxb-api-2.3.1.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.1.jar, jboss-logging-3.4.2.Final.jar, jcl-over-slf4j-1.7.33.jar, jcommander-1.78.jar, joda-time-2.9.4.jar, jose4j-0.7.10.jar, jsr305-3.0.2.jar, kapua-account-api-2.1.0-SNAPSHOT.jar, kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-encryption-migrator-2.1.0-SNAPSHOT.jar, kapua-job-api-2.1.0-SNAPSHOT.jar, kapua-locator-guice-2.1.0-SNAPSHOT.jar, kapua-openid-api-2.1.0-SNAPSHOT.jar, kapua-openid-provider-2.1.0-SNAPSHOT.jar, kapua-security-authentication-api-2.1.0-SNAPSHOT.jar, kapua-security-authorization-api-2.1.0-SNAPSHOT.jar, kapua-security-certificate-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-api-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-service-api-2.1.0-SNAPSHOT.jar, kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar, kapua-user-api-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar, liquibase-core-3.6.3.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, logback-classic-1.2.13.jar, logback-core-1.2.13.jar, mapstruct-1.5.5.Final.jar, metrics-core-3.2.2.jar, netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, reflections-0.10.2.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, slf4j-api-1.7.33.jar, snakeyaml-2.2.jar, spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-context-5.3.23.jar, spring-core-5.3.23.jar, spring-expression-5.3.23.jar, spring-jcl-5.3.23.jar, spring-security-core-5.7.5.jar, spring-security-crypto-5.7.5.jar, stax-ex-1.8.jar, txw2-2.3.1.jar, validation-api-2.0.1.Final.jar define 1 overlapping resource: 
05:51:08 [WARNING]   - META-INF/MANIFEST.MF
05:51:08 [WARNING] shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar define 6 overlapping classes: 
05:51:08 [WARNING]   - org.apache.shiro.config.ConfigurationException
05:51:08 [WARNING]   - org.apache.shiro.config.Ini
05:51:08 [WARNING]   - org.apache.shiro.config.Ini$1
05:51:08 [WARNING]   - org.apache.shiro.config.Ini$Section
05:51:08 [WARNING]   - org.apache.shiro.config.ResourceConfigurable
05:51:08 [WARNING]   - org.apache.shiro.config.package-info
05:51:08 [WARNING] shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar define 17 overlapping classes: 
05:51:08 [WARNING]   - org.apache.shiro.config.CommonsInterpolator
05:51:08 [WARNING]   - org.apache.shiro.config.DefaultInterpolator
05:51:08 [WARNING]   - org.apache.shiro.config.Interpolator
05:51:08 [WARNING]   - org.apache.shiro.config.ReflectionBuilder
05:51:08 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$1
05:51:08 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$AssignmentStatement
05:51:08 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$BeanConfiguration
05:51:08 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$BeanConfigurationProcessor
05:51:08 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$InstantiationStatement
05:51:08 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$Statement
05:51:08 [WARNING]   - 7 more...
05:51:08 [WARNING] netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar define 1 overlapping resource: 
05:51:08 [WARNING]   - META-INF/io.netty.versions.properties
05:51:08 [WARNING] jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.1.jar define 762 overlapping classes and resources: 
05:51:08 [WARNING]   - META-INF/services/javax.xml.bind.JAXBContext
05:51:08 [WARNING]   - com.sun.xml.bind.AccessorFactory
05:51:08 [WARNING]   - com.sun.xml.bind.AccessorFactoryImpl
05:51:08 [WARNING]   - com.sun.xml.bind.AnyTypeAdapter
05:51:08 [WARNING]   - com.sun.xml.bind.CycleRecoverable
05:51:08 [WARNING]   - com.sun.xml.bind.CycleRecoverable$Context
05:51:08 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl
05:51:08 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl$1
05:51:08 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl$CalendarFormatter
05:51:08 [WARNING]   - com.sun.xml.bind.IDResolver
05:51:08 [WARNING]   - 752 more...
05:51:08 [WARNING] shiro-core-1.12.0.jar, shiro-event-1.12.0.jar define 13 overlapping classes: 
05:51:08 [WARNING]   - org.apache.shiro.event.Event
05:51:08 [WARNING]   - org.apache.shiro.event.EventBus
05:51:08 [WARNING]   - org.apache.shiro.event.EventBusAware
05:51:08 [WARNING]   - org.apache.shiro.event.Subscribe
05:51:08 [WARNING]   - org.apache.shiro.event.support.AnnotationEventListenerResolver
05:51:08 [WARNING]   - org.apache.shiro.event.support.DefaultEventBus
05:51:08 [WARNING]   - org.apache.shiro.event.support.DefaultEventBus$Subscription
05:51:08 [WARNING]   - org.apache.shiro.event.support.EventClassComparator
05:51:08 [WARNING]   - org.apache.shiro.event.support.EventListener
05:51:08 [WARNING]   - org.apache.shiro.event.support.EventListenerComparator
05:51:08 [WARNING]   - 3 more...
05:51:08 [WARNING] shiro-cache-1.12.0.jar, shiro-core-1.12.0.jar define 8 overlapping classes: 
05:51:08 [WARNING]   - org.apache.shiro.cache.AbstractCacheManager
05:51:08 [WARNING]   - org.apache.shiro.cache.Cache
05:51:08 [WARNING]   - org.apache.shiro.cache.CacheException
05:51:08 [WARNING]   - org.apache.shiro.cache.CacheManager
05:51:08 [WARNING]   - org.apache.shiro.cache.CacheManagerAware
05:51:08 [WARNING]   - org.apache.shiro.cache.MapCache
05:51:08 [WARNING]   - org.apache.shiro.cache.MemoryConstrainedCacheManager
05:51:08 [WARNING]   - org.apache.shiro.cache.package-info
05:51:08 [WARNING] jcl-over-slf4j-1.7.33.jar, spring-jcl-5.3.23.jar define 1 overlapping resource: 
05:51:08 [WARNING]   - META-INF/services/org.apache.commons.logging.LogFactory
05:51:08 [WARNING] jaxb-impl-2.3.3.jar, txw2-2.3.1.jar define 53 overlapping classes: 
05:51:08 [WARNING]   - com.sun.xml.txw2.Attribute
05:51:08 [WARNING]   - com.sun.xml.txw2.Cdata
05:51:08 [WARNING]   - com.sun.xml.txw2.Comment
05:51:08 [WARNING]   - com.sun.xml.txw2.ContainerElement
05:51:08 [WARNING]   - com.sun.xml.txw2.Content
05:51:08 [WARNING]   - com.sun.xml.txw2.ContentVisitor
05:51:08 [WARNING]   - com.sun.xml.txw2.DatatypeWriter
05:51:08 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1
05:51:08 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1$1
05:51:08 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1$2
05:51:08 [WARNING]   - 43 more...
05:51:08 [WARNING] kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-encryption-migrator-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar define 1 overlapping resource: 
05:51:08 [WARNING]   - META-INF/persistence.xml
05:51:08 [WARNING] commons-logging-1.2.jar, spring-jcl-5.3.23.jar define 1 overlapping classes: 
05:51:08 [WARNING]   - org.apache.commons.logging.LogFactory$1
05:51:08 [WARNING] kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar define 1 overlapping resource: 
05:51:08 [WARNING]   - liquibase/common-properties.xml
05:51:08 [WARNING] jakarta.xml.bind-api-2.3.3.jar, jaxb-api-2.3.1.jar define 114 overlapping classes and resources: 
05:51:08 [WARNING]   - META-INF.versions.9.javax.xml.bind.ModuleUtil
05:51:08 [WARNING]   - javax.xml.bind.Binder
05:51:08 [WARNING]   - javax.xml.bind.ContextFinder
05:51:08 [WARNING]   - javax.xml.bind.ContextFinder$1
05:51:08 [WARNING]   - javax.xml.bind.ContextFinder$2
05:51:08 [WARNING]   - javax.xml.bind.ContextFinder$3
05:51:08 [WARNING]   - javax.xml.bind.ContextFinder$4
05:51:08 [WARNING]   - javax.xml.bind.ContextFinder$5
05:51:08 [WARNING]   - javax.xml.bind.DataBindingException
05:51:08 [WARNING]   - javax.xml.bind.DatatypeConverter
05:51:08 [WARNING]   - 104 more...
05:51:08 [WARNING] maven-shade-plugin has detected that some class files are
05:51:08 [WARNING] present in two or more JARs. When this happens, only one
05:51:08 [WARNING] single version of the class is copied to the uber jar.
05:51:08 [WARNING] Usually this is not harmful and you can skip these warnings,
05:51:08 [WARNING] otherwise try to manually exclude artifacts based on
05:51:08 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:51:08 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:51:08 [INFO] Attaching shaded artifact.
05:51:08 [INFO] 
05:51:08 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-encryption-migrator ---
05:51:08 [INFO] 
05:51:08 [INFO] --- install:2.5.2:install (default-install) @ kapua-encryption-migrator ---
05:51:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/target/kapua-encryption-migrator-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-encryption-migrator/2.1.0-SNAPSHOT/kapua-encryption-migrator-2.1.0-SNAPSHOT.jar
05:51:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/target/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-encryption-migrator/2.1.0-SNAPSHOT/kapua-encryption-migrator-2.1.0-SNAPSHOT.pom
05:51:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/target/kapua-encryption-migrator-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-encryption-migrator/2.1.0-SNAPSHOT/kapua-encryption-migrator-2.1.0-SNAPSHOT-sources.jar
05:51:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/encryption-migrator/target/kapua-encryption-migrator-2.1.0-SNAPSHOT-app.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-encryption-migrator/2.1.0-SNAPSHOT/kapua-encryption-migrator-2.1.0-SNAPSHOT-app.jar
05:51:08 [INFO] 
05:51:08 [INFO] -------------< org.eclipse.kapua:kapua-liquibase-unlocker >-------------
05:51:08 [INFO] Building kapua-liquibase-unlocker 2.1.0-SNAPSHOT               [197/229]
05:51:08 [INFO]   from extras/liquibase-unlocker/pom.xml
05:51:08 [INFO] --------------------------------[ jar ]---------------------------------
05:51:08 [INFO] 
05:51:08 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-liquibase-unlocker ---
05:51:08 [INFO] 
05:51:08 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-liquibase-unlocker ---
05:51:08 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:08 [INFO] 
05:51:08 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-liquibase-unlocker ---
05:51:08 [INFO] Required toolchain: jdk [ version='11' ]
05:51:08 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:08 [INFO] 
05:51:08 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-liquibase-unlocker ---
05:51:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker
05:51:08 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358668162
05:51:08 [WARNING] Cannot get the branch information from the git repository: 
05:51:08 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:08 
05:51:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker
05:51:08 [INFO] Storing buildScmBranch: UNKNOWN
05:51:08 [INFO] 
05:51:08 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-liquibase-unlocker ---
05:51:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker/target/jacoco.exec
05:51:08 [INFO] 
05:51:08 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-liquibase-unlocker ---
05:51:08 [INFO] Copying 1 resource
05:51:08 [INFO] 
05:51:08 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-liquibase-unlocker ---
05:51:08 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:08 [INFO] Changes detected - recompiling the module!
05:51:08 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker/target/classes
05:51:09 [INFO] 
05:51:09 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-liquibase-unlocker ---
05:51:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker/src/test/resources
05:51:09 [INFO] 
05:51:09 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-liquibase-unlocker ---
05:51:09 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:09 [INFO] No sources to compile
05:51:09 [INFO] 
05:51:09 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-liquibase-unlocker ---
05:51:09 [INFO] Tests are skipped.
05:51:09 [INFO] 
05:51:09 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-liquibase-unlocker ---
05:51:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:09 [INFO] 
05:51:09 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-liquibase-unlocker ---
05:51:09 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker/target/kapua-liquibase-unlocker-2.1.0-SNAPSHOT.jar
05:51:09 [INFO] 
05:51:09 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-liquibase-unlocker ---
05:51:09 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker/target/kapua-liquibase-unlocker-2.1.0-SNAPSHOT-sources.jar
05:51:09 [INFO] 
05:51:09 [INFO] --- shade:3.4.1:shade (default) @ kapua-liquibase-unlocker ---
05:51:09 [INFO] Including org.eclipse.kapua:kapua-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:09 [INFO] Including org.eclipse.kapua:kapua-account-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:09 [INFO] Including org.eclipse.kapua:kapua-service-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:09 [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar.
05:51:09 [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar.
05:51:09 [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.3.3 in the shaded jar.
05:51:09 [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar.
05:51:09 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 in the shaded jar.
05:51:09 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 in the shaded jar.
05:51:09 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.15.2 in the shaded jar.
05:51:09 [INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar.
05:51:09 [INFO] Including javax.validation:validation-api:jar:2.0.1.Final in the shaded jar.
05:51:09 [INFO] Including org.eclipse.kapua:kapua-security-authentication-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:09 [INFO] Including org.eclipse.kapua:kapua-security-authorization-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:09 [INFO] Including org.eclipse.kapua:kapua-user-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:09 [INFO] Including org.mapstruct:mapstruct:jar:1.5.5.Final in the shaded jar.
05:51:09 [INFO] Including com.google.zxing:javase:jar:3.4.1 in the shaded jar.
05:51:09 [INFO] Including com.google.zxing:core:jar:3.4.1 in the shaded jar.
05:51:09 [INFO] Including com.beust:jcommander:jar:1.78 in the shaded jar.
05:51:09 [INFO] Including com.github.jai-imageio:jai-imageio-core:jar:1.4.0 in the shaded jar.
05:51:09 [INFO] Including com.google.guava:guava:jar:32.1.2-jre in the shaded jar.
05:51:09 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
05:51:09 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
05:51:09 [INFO] Including com.google.inject:guice:jar:5.1.0 in the shaded jar.
05:51:09 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
05:51:09 [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
05:51:09 [INFO] Including com.google.inject.extensions:guice-multibindings:jar:4.2.3 in the shaded jar.
05:51:09 [INFO] Including commons-configuration:commons-configuration:jar:1.9 in the shaded jar.
05:51:09 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
05:51:09 [INFO] Including commons-io:commons-io:jar:2.11.0 in the shaded jar.
05:51:09 [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.2 in the shaded jar.
05:51:09 [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
05:51:09 [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
05:51:09 [INFO] Including org.apache.commons:commons-pool2:jar:2.3 in the shaded jar.
05:51:09 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.7.0 in the shaded jar.
05:51:09 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
05:51:09 [INFO] Including org.apache.qpid:proton-j:jar:0.34.0 in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-buffer:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-common:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-handler:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-resolver:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-codec:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-transport:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including io.netty:netty-codec-http:jar:4.1.100.Final in the shaded jar.
05:51:09 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.7.12 in the shaded jar.
05:51:09 [INFO] Including org.eclipse.persistence:jakarta.persistence:jar:2.2.3 in the shaded jar.
05:51:09 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.4.0 in the shaded jar.
05:51:09 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.7.12 in the shaded jar.
05:51:09 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.7.12 in the shaded jar.
05:51:09 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.12 in the shaded jar.
05:51:09 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.7.12 in the shaded jar.
05:51:09 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.extension:jar:2.7.12 in the shaded jar.
05:51:09 [INFO] Including org.liquibase:liquibase-core:jar:3.6.3 in the shaded jar.
05:51:09 [INFO] Including org.yaml:snakeyaml:jar:2.2 in the shaded jar.
05:51:09 [INFO] Including org.reflections:reflections:jar:0.10.2 in the shaded jar.
05:51:09 [INFO] Including org.javassist:javassist:jar:3.26.0-GA in the shaded jar.
05:51:09 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
05:51:09 [INFO] Including org.checkerframework:checker-qual:jar:3.15.0 in the shaded jar.
05:51:09 [INFO] Including org.hibernate:hibernate-jpamodelgen:jar:5.5.4.Final in the shaded jar.
05:51:09 [INFO] Including org.jboss.logging:jboss-logging:jar:3.4.2.Final in the shaded jar.
05:51:09 [INFO] Including javax.xml.bind:jaxb-api:jar:2.3.1 in the shaded jar.
05:51:09 [INFO] Including javax.activation:javax.activation-api:jar:1.2.0 in the shaded jar.
05:51:09 [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.1 in the shaded jar.
05:51:09 [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.1 in the shaded jar.
05:51:09 [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.7 in the shaded jar.
05:51:09 [INFO] Including org.jvnet.staxex:stax-ex:jar:1.8 in the shaded jar.
05:51:09 [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15 in the shaded jar.
05:51:09 [INFO] Including javax.cache:cache-api:jar:1.1.1 in the shaded jar.
05:51:09 [INFO] Including com.zaxxer:HikariCP:jar:4.0.3 in the shaded jar.
05:51:09 [INFO] Including com.h2database:h2:jar:1.4.200 in the shaded jar.
05:51:09 [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.33 in the shaded jar.
05:51:09 [INFO] Including org.slf4j:slf4j-api:jar:1.7.33 in the shaded jar.
05:51:09 [INFO] Including ch.qos.logback:logback-classic:jar:1.2.13 in the shaded jar.
05:51:09 [INFO] Including ch.qos.logback:logback-core:jar:1.2.13 in the shaded jar.
05:51:09 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:09 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:09 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:09 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:09 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:11 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:12 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:12 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:12 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:12 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:12 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:12 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:12 [WARNING] jakarta.persistence-2.2.3.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:12 [WARNING]   - readme.html
05:51:12 [WARNING] jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, snakeyaml-2.2.jar define 1 overlapping classes: 
05:51:12 [WARNING]   - META-INF.versions.9.module-info
05:51:12 [WARNING] jakarta.persistence-2.2.3.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:12 [WARNING]   - license.html
05:51:12 [WARNING] jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, javax.activation-api-1.2.0.jar define 31 overlapping classes: 
05:51:12 [WARNING]   - javax.activation.ActivationDataFlavor
05:51:12 [WARNING]   - javax.activation.CommandInfo
05:51:12 [WARNING]   - javax.activation.CommandInfo$Beans
05:51:12 [WARNING]   - javax.activation.CommandInfo$Beans$1
05:51:12 [WARNING]   - javax.activation.CommandMap
05:51:12 [WARNING]   - javax.activation.CommandObject
05:51:12 [WARNING]   - javax.activation.DataContentHandler
05:51:12 [WARNING]   - javax.activation.DataContentHandlerFactory
05:51:12 [WARNING]   - javax.activation.DataHandler
05:51:12 [WARNING]   - javax.activation.DataHandler$1
05:51:12 [WARNING]   - 21 more...
05:51:12 [WARNING] istack-commons-runtime-3.0.7.jar, jaxb-impl-2.3.3.jar define 21 overlapping classes: 
05:51:12 [WARNING]   - com.sun.istack.Builder
05:51:12 [WARNING]   - com.sun.istack.ByteArrayDataSource
05:51:12 [WARNING]   - com.sun.istack.FinalArrayList
05:51:12 [WARNING]   - com.sun.istack.FragmentContentHandler
05:51:12 [WARNING]   - com.sun.istack.Interned
05:51:12 [WARNING]   - com.sun.istack.NotNull
05:51:12 [WARNING]   - com.sun.istack.Nullable
05:51:12 [WARNING]   - com.sun.istack.Pool
05:51:12 [WARNING]   - com.sun.istack.Pool$Impl
05:51:12 [WARNING]   - com.sun.istack.SAXException2
05:51:12 [WARNING]   - 11 more...
05:51:12 [WARNING] netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar define 1 overlapping resource: 
05:51:12 [WARNING]   - META-INF/io.netty.versions.properties
05:51:12 [WARNING] jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.1.jar define 762 overlapping classes and resources: 
05:51:12 [WARNING]   - META-INF/services/javax.xml.bind.JAXBContext
05:51:12 [WARNING]   - com.sun.xml.bind.AccessorFactory
05:51:12 [WARNING]   - com.sun.xml.bind.AccessorFactoryImpl
05:51:12 [WARNING]   - com.sun.xml.bind.AnyTypeAdapter
05:51:12 [WARNING]   - com.sun.xml.bind.CycleRecoverable
05:51:12 [WARNING]   - com.sun.xml.bind.CycleRecoverable$Context
05:51:12 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl
05:51:12 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl$1
05:51:12 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl$CalendarFormatter
05:51:12 [WARNING]   - com.sun.xml.bind.IDResolver
05:51:12 [WARNING]   - 752 more...
05:51:12 [WARNING] FastInfoset-1.2.15.jar, HikariCP-4.0.3.jar, aopalliance-1.0.jar, cache-api-1.1.1.jar, checker-qual-3.15.0.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-pool2-2.3.jar, core-3.4.1.jar, failureaccess-1.0.1.jar, guava-32.1.2-jre.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, h2-1.4.200.jar, hibernate-jpamodelgen-5.5.4.Final.jar, istack-commons-runtime-3.0.7.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jai-imageio-core-1.4.0.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.jms-api-2.0.3.jar, jakarta.persistence-2.2.3.jar, jakarta.xml.bind-api-2.3.3.jar, javase-3.4.1.jar, javassist-3.26.0-GA.jar, javax.activation-api-1.2.0.jar, javax.annotation-api-1.2.jar, jaxb-api-2.3.1.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.1.jar, jboss-logging-3.4.2.Final.jar, jcl-over-slf4j-1.7.33.jar, jcommander-1.78.jar, joda-time-2.9.4.jar, jsr305-3.0.2.jar, kapua-account-api-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-liquibase-unlocker-2.1.0-SNAPSHOT.jar, kapua-security-authentication-api-2.1.0-SNAPSHOT.jar, kapua-security-authorization-api-2.1.0-SNAPSHOT.jar, kapua-service-api-2.1.0-SNAPSHOT.jar, kapua-user-api-2.1.0-SNAPSHOT.jar, liquibase-core-3.6.3.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, logback-classic-1.2.13.jar, logback-core-1.2.13.jar, mapstruct-1.5.5.Final.jar, metrics-core-3.2.2.jar, netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, reflections-0.10.2.jar, slf4j-api-1.7.33.jar, snakeyaml-2.2.jar, stax-ex-1.8.jar, txw2-2.3.1.jar, validation-api-2.0.1.Final.jar define 1 overlapping resource: 
05:51:12 [WARNING]   - META-INF/MANIFEST.MF
05:51:12 [WARNING] jaxb-impl-2.3.3.jar, txw2-2.3.1.jar define 53 overlapping classes: 
05:51:12 [WARNING]   - com.sun.xml.txw2.Attribute
05:51:12 [WARNING]   - com.sun.xml.txw2.Cdata
05:51:12 [WARNING]   - com.sun.xml.txw2.Comment
05:51:12 [WARNING]   - com.sun.xml.txw2.ContainerElement
05:51:12 [WARNING]   - com.sun.xml.txw2.Content
05:51:12 [WARNING]   - com.sun.xml.txw2.ContentVisitor
05:51:12 [WARNING]   - com.sun.xml.txw2.DatatypeWriter
05:51:12 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1
05:51:12 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1$1
05:51:12 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1$2
05:51:12 [WARNING]   - 43 more...
05:51:12 [WARNING] jakarta.xml.bind-api-2.3.3.jar, jaxb-api-2.3.1.jar define 114 overlapping classes and resources: 
05:51:12 [WARNING]   - META-INF.versions.9.javax.xml.bind.ModuleUtil
05:51:12 [WARNING]   - javax.xml.bind.Binder
05:51:12 [WARNING]   - javax.xml.bind.ContextFinder
05:51:12 [WARNING]   - javax.xml.bind.ContextFinder$1
05:51:12 [WARNING]   - javax.xml.bind.ContextFinder$2
05:51:12 [WARNING]   - javax.xml.bind.ContextFinder$3
05:51:12 [WARNING]   - javax.xml.bind.ContextFinder$4
05:51:12 [WARNING]   - javax.xml.bind.ContextFinder$5
05:51:12 [WARNING]   - javax.xml.bind.DataBindingException
05:51:12 [WARNING]   - javax.xml.bind.DatatypeConverter
05:51:12 [WARNING]   - 104 more...
05:51:12 [WARNING] maven-shade-plugin has detected that some class files are
05:51:12 [WARNING] present in two or more JARs. When this happens, only one
05:51:12 [WARNING] single version of the class is copied to the uber jar.
05:51:12 [WARNING] Usually this is not harmful and you can skip these warnings,
05:51:12 [WARNING] otherwise try to manually exclude artifacts based on
05:51:12 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:51:12 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:51:12 [INFO] Attaching shaded artifact.
05:51:12 [INFO] 
05:51:12 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-liquibase-unlocker ---
05:51:12 [INFO] 
05:51:12 [INFO] --- install:2.5.2:install (default-install) @ kapua-liquibase-unlocker ---
05:51:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker/target/kapua-liquibase-unlocker-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-liquibase-unlocker/2.1.0-SNAPSHOT/kapua-liquibase-unlocker-2.1.0-SNAPSHOT.jar
05:51:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-liquibase-unlocker/2.1.0-SNAPSHOT/kapua-liquibase-unlocker-2.1.0-SNAPSHOT.pom
05:51:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker/target/kapua-liquibase-unlocker-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-liquibase-unlocker/2.1.0-SNAPSHOT/kapua-liquibase-unlocker-2.1.0-SNAPSHOT-sources.jar
05:51:12 [INFO] Installing /home/jenkins/agent/workspace/develop-build/extras/liquibase-unlocker/target/kapua-liquibase-unlocker-2.1.0-SNAPSHOT-app.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-liquibase-unlocker/2.1.0-SNAPSHOT/kapua-liquibase-unlocker-2.1.0-SNAPSHOT-app.jar
05:51:12 [INFO] 
05:51:12 [INFO] ----------< org.eclipse.kapua:kapua-openid-provider-generic >-----------
05:51:12 [INFO] Building kapua-openid-provider-generic 2.1.0-SNAPSHOT          [198/229]
05:51:12 [INFO]   from plug-ins/sso/openid-connect/provider-generic/pom.xml
05:51:12 [INFO] --------------------------------[ jar ]---------------------------------
05:51:12 [INFO] 
05:51:12 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-provider-generic ---
05:51:12 [INFO] 
05:51:12 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-provider-generic ---
05:51:12 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:12 [INFO] 
05:51:12 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-provider-generic ---
05:51:12 [INFO] Required toolchain: jdk [ version='11' ]
05:51:12 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:12 [INFO] 
05:51:12 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-provider-generic ---
05:51:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic
05:51:12 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358672888
05:51:12 [WARNING] Cannot get the branch information from the git repository: 
05:51:12 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:12 
05:51:12 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:12 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic
05:51:12 [INFO] Storing buildScmBranch: UNKNOWN
05:51:12 [INFO] 
05:51:12 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-provider-generic ---
05:51:12 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic/target/jacoco.exec
05:51:12 [INFO] 
05:51:12 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-provider-generic ---
05:51:12 [INFO] Copying 1 resource
05:51:12 [INFO] 
05:51:12 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-provider-generic ---
05:51:12 [INFO] Copying 1 resource
05:51:12 [INFO] 
05:51:12 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-provider-generic ---
05:51:12 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:12 [INFO] Changes detected - recompiling the module!
05:51:12 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic/target/classes
05:51:14 [INFO] 
05:51:14 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-openid-provider-generic ---
05:51:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic/src/test/resources
05:51:14 [INFO] 
05:51:14 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-openid-provider-generic ---
05:51:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:14 [INFO] No sources to compile
05:51:14 [INFO] 
05:51:14 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-openid-provider-generic ---
05:51:14 [INFO] Tests are skipped.
05:51:14 [INFO] 
05:51:14 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-provider-generic ---
05:51:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:14 [INFO] 
05:51:14 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-openid-provider-generic ---
05:51:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic/target/kapua-openid-provider-generic-2.1.0-SNAPSHOT.jar
05:51:14 [INFO] 
05:51:14 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-provider-generic ---
05:51:14 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic/target/kapua-openid-provider-generic-2.1.0-SNAPSHOT-sources.jar
05:51:14 [INFO] 
05:51:14 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-provider-generic ---
05:51:14 [INFO] 
05:51:14 [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-provider-generic ---
05:51:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic/target/kapua-openid-provider-generic-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-provider-generic/2.1.0-SNAPSHOT/kapua-openid-provider-generic-2.1.0-SNAPSHOT.jar
05:51:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-provider-generic/2.1.0-SNAPSHOT/kapua-openid-provider-generic-2.1.0-SNAPSHOT.pom
05:51:14 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-generic/target/kapua-openid-provider-generic-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-provider-generic/2.1.0-SNAPSHOT/kapua-openid-provider-generic-2.1.0-SNAPSHOT-sources.jar
05:51:14 [INFO] 
05:51:14 [INFO] ----------< org.eclipse.kapua:kapua-openid-provider-keycloak >----------
05:51:14 [INFO] Building kapua-openid-provider-keycloak 2.1.0-SNAPSHOT         [199/229]
05:51:14 [INFO]   from plug-ins/sso/openid-connect/provider-keycloak/pom.xml
05:51:14 [INFO] --------------------------------[ jar ]---------------------------------
05:51:14 [INFO] 
05:51:14 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-provider-keycloak ---
05:51:14 [INFO] 
05:51:14 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-provider-keycloak ---
05:51:14 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:14 [INFO] 
05:51:14 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-provider-keycloak ---
05:51:14 [INFO] Required toolchain: jdk [ version='11' ]
05:51:14 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:14 [INFO] 
05:51:14 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-provider-keycloak ---
05:51:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak
05:51:14 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358674531
05:51:14 [WARNING] Cannot get the branch information from the git repository: 
05:51:14 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:14 
05:51:14 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:14 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak
05:51:14 [INFO] Storing buildScmBranch: UNKNOWN
05:51:14 [INFO] 
05:51:14 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-provider-keycloak ---
05:51:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak/target/jacoco.exec
05:51:14 [INFO] 
05:51:14 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-provider-keycloak ---
05:51:14 [INFO] Copying 1 resource
05:51:14 [INFO] 
05:51:14 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-provider-keycloak ---
05:51:14 [INFO] Copying 1 resource
05:51:14 [INFO] 
05:51:14 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-provider-keycloak ---
05:51:14 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:14 [INFO] Changes detected - recompiling the module!
05:51:14 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak/target/classes
05:51:15 [INFO] 
05:51:15 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-openid-provider-keycloak ---
05:51:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak/src/test/resources
05:51:15 [INFO] 
05:51:15 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-openid-provider-keycloak ---
05:51:15 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:15 [INFO] No sources to compile
05:51:15 [INFO] 
05:51:15 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-openid-provider-keycloak ---
05:51:15 [INFO] Tests are skipped.
05:51:15 [INFO] 
05:51:15 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-provider-keycloak ---
05:51:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:15 [INFO] 
05:51:15 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-openid-provider-keycloak ---
05:51:15 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak/target/kapua-openid-provider-keycloak-2.1.0-SNAPSHOT.jar
05:51:15 [INFO] 
05:51:15 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-provider-keycloak ---
05:51:15 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak/target/kapua-openid-provider-keycloak-2.1.0-SNAPSHOT-sources.jar
05:51:15 [INFO] 
05:51:15 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-provider-keycloak ---
05:51:15 [INFO] 
05:51:15 [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-provider-keycloak ---
05:51:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak/target/kapua-openid-provider-keycloak-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-provider-keycloak/2.1.0-SNAPSHOT/kapua-openid-provider-keycloak-2.1.0-SNAPSHOT.jar
05:51:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-provider-keycloak/2.1.0-SNAPSHOT/kapua-openid-provider-keycloak-2.1.0-SNAPSHOT.pom
05:51:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/plug-ins/sso/openid-connect/provider-keycloak/target/kapua-openid-provider-keycloak-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-openid-provider-keycloak/2.1.0-SNAPSHOT/kapua-openid-provider-keycloak-2.1.0-SNAPSHOT-sources.jar
05:51:15 [INFO] 
05:51:15 [INFO] -------------< org.eclipse.kapua:kapua-job-engine-jbatch >--------------
05:51:15 [INFO] Building kapua-job-engine-jbatch 2.1.0-SNAPSHOT                [200/229]
05:51:15 [INFO]   from job-engine/jbatch/pom.xml
05:51:15 [INFO] --------------------------------[ jar ]---------------------------------
05:51:16 [INFO] 
05:51:16 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-jbatch ---
05:51:16 [INFO] 
05:51:16 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-jbatch ---
05:51:16 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:16 [INFO] 
05:51:16 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-jbatch ---
05:51:16 [INFO] Required toolchain: jdk [ version='11' ]
05:51:16 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:16 [INFO] 
05:51:16 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-jbatch ---
05:51:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/jbatch' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/jbatch
05:51:16 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358676234
05:51:16 [WARNING] Cannot get the branch information from the git repository: 
05:51:16 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:16 
05:51:16 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/jbatch' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:16 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/jbatch
05:51:16 [INFO] Storing buildScmBranch: UNKNOWN
05:51:16 [INFO] 
05:51:16 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-jbatch ---
05:51:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/job-engine/jbatch/target/jacoco.exec
05:51:16 [INFO] 
05:51:16 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-jbatch ---
05:51:16 [INFO] Copying 17 resources
05:51:16 [INFO] 
05:51:16 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-jbatch ---
05:51:16 [INFO] Copying 1 resource
05:51:16 [INFO] 
05:51:16 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-jbatch ---
05:51:16 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:16 [INFO] Changes detected - recompiling the module!
05:51:16 [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/develop-build/job-engine/jbatch/target/classes
05:51:18 [INFO] 
05:51:18 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-jbatch ---
05:51:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/job-engine/jbatch/src/test/resources
05:51:18 [INFO] 
05:51:18 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-jbatch ---
05:51:18 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:18 [INFO] No sources to compile
05:51:18 [INFO] 
05:51:18 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-jbatch ---
05:51:18 [INFO] Tests are skipped.
05:51:18 [INFO] 
05:51:18 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-jbatch ---
05:51:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:18 [INFO] 
05:51:18 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-jbatch ---
05:51:18 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/jbatch/target/kapua-job-engine-jbatch-2.1.0-SNAPSHOT.jar
05:51:18 [INFO] 
05:51:18 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-jbatch ---
05:51:18 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/jbatch/target/kapua-job-engine-jbatch-2.1.0-SNAPSHOT-sources.jar
05:51:18 [INFO] 
05:51:18 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-jbatch ---
05:51:18 [INFO] 
05:51:18 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-jbatch ---
05:51:18 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/jbatch/target/kapua-job-engine-jbatch-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-jbatch/2.1.0-SNAPSHOT/kapua-job-engine-jbatch-2.1.0-SNAPSHOT.jar
05:51:18 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/jbatch/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-jbatch/2.1.0-SNAPSHOT/kapua-job-engine-jbatch-2.1.0-SNAPSHOT.pom
05:51:18 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/jbatch/target/kapua-job-engine-jbatch-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-jbatch/2.1.0-SNAPSHOT/kapua-job-engine-jbatch-2.1.0-SNAPSHOT-sources.jar
05:51:18 [INFO] 
05:51:18 [INFO] ---------------< org.eclipse.kapua:kapua-job-engine-app >---------------
05:51:18 [INFO] Building kapua-job-engine-app 2.1.0-SNAPSHOT                   [201/229]
05:51:18 [INFO]   from job-engine/app/pom.xml
05:51:18 [INFO] --------------------------------[ pom ]---------------------------------
05:51:18 [INFO] 
05:51:18 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-app ---
05:51:18 [INFO] 
05:51:18 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-app ---
05:51:18 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:18 [INFO] 
05:51:18 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-app ---
05:51:18 [INFO] Required toolchain: jdk [ version='11' ]
05:51:18 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:18 [INFO] 
05:51:18 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-app ---
05:51:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/app' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/app
05:51:18 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358678866
05:51:18 [WARNING] Cannot get the branch information from the git repository: 
05:51:18 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:18 
05:51:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/app' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/app
05:51:18 [INFO] Storing buildScmBranch: UNKNOWN
05:51:18 [INFO] 
05:51:18 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-app ---
05:51:18 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/job-engine/app/target/jacoco.exec
05:51:18 [INFO] 
05:51:18 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-app ---
05:51:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:18 [INFO] 
05:51:18 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-app ---
05:51:18 [INFO] 
05:51:18 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-app ---
05:51:18 [INFO] 
05:51:18 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-app ---
05:51:18 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app/2.1.0-SNAPSHOT/kapua-job-engine-app-2.1.0-SNAPSHOT.pom
05:51:18 [INFO] 
05:51:18 [INFO] ------------< org.eclipse.kapua:kapua-job-engine-app-core >-------------
05:51:18 [INFO] Building kapua-job-engine-app-core 2.1.0-SNAPSHOT              [202/229]
05:51:18 [INFO]   from job-engine/app/core/pom.xml
05:51:18 [INFO] --------------------------------[ jar ]---------------------------------
05:51:18 [INFO] 
05:51:18 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-app-core ---
05:51:18 [INFO] 
05:51:18 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-app-core ---
05:51:18 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:18 [INFO] 
05:51:18 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-app-core ---
05:51:18 [INFO] Required toolchain: jdk [ version='11' ]
05:51:18 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:18 [INFO] 
05:51:18 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-app-core ---
05:51:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/app/core' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/app/core
05:51:18 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358678933
05:51:18 [WARNING] Cannot get the branch information from the git repository: 
05:51:18 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:18 
05:51:18 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/app/core' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:18 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/app/core
05:51:18 [INFO] Storing buildScmBranch: UNKNOWN
05:51:18 [INFO] 
05:51:18 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-app-core ---
05:51:18 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/job-engine/app/core/target/jacoco.exec
05:51:18 [INFO] 
05:51:18 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-app-core ---
05:51:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/job-engine/app/core/src/main/resources
05:51:18 [INFO] 
05:51:18 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-app-core ---
05:51:18 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:18 [INFO] Changes detected - recompiling the module!
05:51:18 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-build/job-engine/app/core/target/classes
05:51:20 [INFO] 
05:51:20 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-app-core ---
05:51:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/job-engine/app/core/src/test/resources
05:51:20 [INFO] 
05:51:20 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-app-core ---
05:51:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:20 [INFO] No sources to compile
05:51:20 [INFO] 
05:51:20 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-app-core ---
05:51:20 [INFO] Tests are skipped.
05:51:20 [INFO] 
05:51:20 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-app-core ---
05:51:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:20 [INFO] 
05:51:20 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-app-core ---
05:51:20 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/app/core/target/kapua-job-engine-app-core-2.1.0-SNAPSHOT.jar
05:51:20 [INFO] 
05:51:20 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-app-core ---
05:51:20 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/app/core/target/kapua-job-engine-app-core-2.1.0-SNAPSHOT-sources.jar
05:51:20 [INFO] 
05:51:20 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-app-core ---
05:51:20 [INFO] 
05:51:20 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-app-core ---
05:51:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/core/target/kapua-job-engine-app-core-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app-core/2.1.0-SNAPSHOT/kapua-job-engine-app-core-2.1.0-SNAPSHOT.jar
05:51:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/core/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app-core/2.1.0-SNAPSHOT/kapua-job-engine-app-core-2.1.0-SNAPSHOT.pom
05:51:20 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/core/target/kapua-job-engine-app-core-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app-core/2.1.0-SNAPSHOT/kapua-job-engine-app-core-2.1.0-SNAPSHOT-sources.jar
05:51:20 [INFO] 
05:51:20 [INFO] ----------< org.eclipse.kapua:kapua-job-engine-app-resources >----------
05:51:20 [INFO] Building kapua-job-engine-app-resources 2.1.0-SNAPSHOT         [203/229]
05:51:20 [INFO]   from job-engine/app/resources/pom.xml
05:51:20 [INFO] --------------------------------[ jar ]---------------------------------
05:51:20 [INFO] 
05:51:20 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-app-resources ---
05:51:20 [INFO] 
05:51:20 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-app-resources ---
05:51:20 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:20 [INFO] 
05:51:20 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-app-resources ---
05:51:20 [INFO] Required toolchain: jdk [ version='11' ]
05:51:20 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:20 [INFO] 
05:51:20 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-app-resources ---
05:51:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/app/resources' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/app/resources
05:51:20 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358680658
05:51:20 [WARNING] Cannot get the branch information from the git repository: 
05:51:20 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:20 
05:51:20 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/app/resources' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:20 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/app/resources
05:51:20 [INFO] Storing buildScmBranch: UNKNOWN
05:51:20 [INFO] 
05:51:20 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-app-resources ---
05:51:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/job-engine/app/resources/target/jacoco.exec
05:51:20 [INFO] 
05:51:20 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-app-resources ---
05:51:20 [INFO] Copying 5 resources
05:51:20 [INFO] 
05:51:20 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-app-resources ---
05:51:20 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:20 [INFO] Changes detected - recompiling the module!
05:51:20 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/job-engine/app/resources/target/classes
05:51:21 [INFO] 
05:51:21 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-app-resources ---
05:51:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/job-engine/app/resources/src/test/resources
05:51:21 [INFO] 
05:51:21 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-app-resources ---
05:51:21 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:21 [INFO] No sources to compile
05:51:21 [INFO] 
05:51:21 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-app-resources ---
05:51:21 [INFO] Tests are skipped.
05:51:21 [INFO] 
05:51:21 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-app-resources ---
05:51:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:21 [INFO] 
05:51:21 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-app-resources ---
05:51:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/app/resources/target/kapua-job-engine-app-resources-2.1.0-SNAPSHOT.jar
05:51:21 [INFO] 
05:51:21 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-app-resources ---
05:51:21 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/app/resources/target/kapua-job-engine-app-resources-2.1.0-SNAPSHOT-sources.jar
05:51:21 [INFO] 
05:51:21 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-app-resources ---
05:51:21 [INFO] 
05:51:21 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-app-resources ---
05:51:21 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/resources/target/kapua-job-engine-app-resources-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app-resources/2.1.0-SNAPSHOT/kapua-job-engine-app-resources-2.1.0-SNAPSHOT.jar
05:51:21 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/resources/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app-resources/2.1.0-SNAPSHOT/kapua-job-engine-app-resources-2.1.0-SNAPSHOT.pom
05:51:21 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/resources/target/kapua-job-engine-app-resources-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app-resources/2.1.0-SNAPSHOT/kapua-job-engine-app-resources-2.1.0-SNAPSHOT-sources.jar
05:51:21 [INFO] 
05:51:21 [INFO] -------------< org.eclipse.kapua:kapua-job-engine-app-web >-------------
05:51:21 [INFO] Building kapua-job-engine-app-web 2.1.0-SNAPSHOT               [204/229]
05:51:21 [INFO]   from job-engine/app/web/pom.xml
05:51:21 [INFO] --------------------------------[ war ]---------------------------------
05:51:21 [INFO] 
05:51:21 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-app-web ---
05:51:21 [INFO] 
05:51:21 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-app-web ---
05:51:21 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:22 [INFO] 
05:51:22 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-app-web ---
05:51:22 [INFO] Required toolchain: jdk [ version='11' ]
05:51:22 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:22 [INFO] 
05:51:22 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-app-web ---
05:51:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/app/web' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/app/web
05:51:22 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358682060
05:51:22 [WARNING] Cannot get the branch information from the git repository: 
05:51:22 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:22 
05:51:22 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/job-engine/app/web' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:22 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/job-engine/app/web
05:51:22 [INFO] Storing buildScmBranch: UNKNOWN
05:51:22 [INFO] 
05:51:22 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-app-web ---
05:51:22 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/job-engine/app/web/target/jacoco.exec
05:51:22 [INFO] 
05:51:22 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-app-web ---
05:51:22 [INFO] Copying 3 resources
05:51:22 [INFO] 
05:51:22 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-app-web ---
05:51:22 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:22 [INFO] Changes detected - recompiling the module!
05:51:22 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-build/job-engine/app/web/target/classes
05:51:23 [INFO] 
05:51:23 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-app-web ---
05:51:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/job-engine/app/web/src/test/resources
05:51:23 [INFO] 
05:51:23 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-app-web ---
05:51:23 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:23 [INFO] No sources to compile
05:51:23 [INFO] 
05:51:23 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-app-web ---
05:51:23 [INFO] Tests are skipped.
05:51:23 [INFO] 
05:51:23 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-app-web ---
05:51:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:23 [INFO] 
05:51:23 [INFO] --- dependency:3.0.1:unpack (copy-jbatch-config) @ kapua-job-engine-app-web ---
05:51:23 [INFO] Configured Artifact: org.eclipse.kapua:kapua-job-engine-jbatch:?:jar
05:51:24 [INFO] Unpacking /home/jenkins/agent/workspace/develop-build/job-engine/jbatch/target/kapua-job-engine-jbatch-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/job-engine/app/web/target/job-engine-app/WEB-INF/classes with includes "**/batch-services.properties" and excludes ""
05:51:24 [INFO] 
05:51:24 [INFO] --- war:3.3.2:war (default-war) @ kapua-job-engine-app-web ---
05:51:24 [INFO] Packaging webapp
05:51:24 [INFO] Assembling webapp [kapua-job-engine-app-web] in [/home/jenkins/agent/workspace/develop-build/job-engine/app/web/target/job-engine-app]
05:51:24 [INFO] Processing war project
05:51:24 [INFO] Copying webapp resources [/home/jenkins/agent/workspace/develop-build/job-engine/app/web/src/main/webapp]
05:51:24 [INFO] Building war: /home/jenkins/agent/workspace/develop-build/job-engine/app/web/target/job-engine-app.war
05:51:25 [INFO] 
05:51:25 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-app-web ---
05:51:25 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/job-engine/app/web/target/job-engine-app-sources.jar
05:51:25 [INFO] 
05:51:25 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-app-web ---
05:51:25 [INFO] 
05:51:25 [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-app-web ---
05:51:25 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/web/target/job-engine-app.war to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app-web/2.1.0-SNAPSHOT/kapua-job-engine-app-web-2.1.0-SNAPSHOT.war
05:51:25 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/web/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app-web/2.1.0-SNAPSHOT/kapua-job-engine-app-web-2.1.0-SNAPSHOT.pom
05:51:25 [INFO] Installing /home/jenkins/agent/workspace/develop-build/job-engine/app/web/target/job-engine-app-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-job-engine-app-web/2.1.0-SNAPSHOT/kapua-job-engine-app-web-2.1.0-SNAPSHOT-sources.jar
05:51:25 [INFO] 
05:51:25 [INFO] -----------< org.eclipse.kapua:kapua-consumer-lifecycle-app >-----------
05:51:25 [INFO] Building kapua-consumer-lifecycle-app 2.1.0-SNAPSHOT           [205/229]
05:51:25 [INFO]   from consumer/lifecycle-app/pom.xml
05:51:25 [INFO] --------------------------------[ jar ]---------------------------------
05:51:25 [INFO] 
05:51:25 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer-lifecycle-app ---
05:51:25 [INFO] 
05:51:25 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-lifecycle-app ---
05:51:25 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:25 [INFO] 
05:51:25 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-lifecycle-app ---
05:51:25 [INFO] Required toolchain: jdk [ version='11' ]
05:51:25 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:25 [INFO] 
05:51:25 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-lifecycle-app ---
05:51:25 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:25 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app
05:51:25 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358685946
05:51:25 [WARNING] Cannot get the branch information from the git repository: 
05:51:25 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:25 
05:51:25 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:25 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app
05:51:25 [INFO] Storing buildScmBranch: UNKNOWN
05:51:25 [INFO] 
05:51:25 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-lifecycle-app ---
05:51:25 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app/target/jacoco.exec
05:51:25 [INFO] 
05:51:25 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-lifecycle-app ---
05:51:25 [INFO] Copying 6 resources
05:51:25 [INFO] 
05:51:25 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-lifecycle-app ---
05:51:25 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:25 [INFO] Changes detected - recompiling the module!
05:51:25 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app/target/classes
05:51:28 [INFO] 
05:51:28 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-consumer-lifecycle-app ---
05:51:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app/src/test/resources
05:51:28 [INFO] 
05:51:28 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-consumer-lifecycle-app ---
05:51:28 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:28 [INFO] No sources to compile
05:51:28 [INFO] 
05:51:28 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-consumer-lifecycle-app ---
05:51:28 [INFO] Tests are skipped.
05:51:28 [INFO] 
05:51:28 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer-lifecycle-app ---
05:51:28 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:28 [INFO] 
05:51:28 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-consumer-lifecycle-app ---
05:51:28 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app/target/kapua-consumer-lifecycle-app-2.1.0-SNAPSHOT.jar
05:51:28 [INFO] 
05:51:28 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer-lifecycle-app ---
05:51:28 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app/target/kapua-consumer-lifecycle-app-2.1.0-SNAPSHOT-sources.jar
05:51:28 [INFO] 
05:51:28 [INFO] --- shade:3.4.1:shade (default) @ kapua-consumer-lifecycle-app ---
05:51:28 [INFO] Including org.glassfish.jersey.bundles:jaxrs-ri:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.hk2:hk2-locator:jar:2.6.1 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.hk2:hk2-api:jar:2.6.1 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.hk2:hk2-utils:jar:2.6.1 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6 in the shaded jar.
05:51:28 [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.hk2.external:jakarta.inject:jar:2.6.1 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including org.glassfish:jakarta.json:jar:1.1.6 in the shaded jar.
05:51:28 [INFO] Including org.eclipse:yasson:jar:1.0.11 in the shaded jar.
05:51:28 [INFO] Including org.glassfish:jakarta.json:jar:module:1.1.6 in the shaded jar.
05:51:28 [INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:1.0.2 in the shaded jar.
05:51:28 [INFO] Including jakarta.json:jakarta.json-api:jar:1.1.6 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.core:jersey-server:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including jakarta.validation:jakarta.validation-api:jar:2.0.2 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar.
05:51:28 [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-account-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-security-authentication-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.mapstruct:mapstruct:jar:1.5.5.Final in the shaded jar.
05:51:28 [INFO] Including com.google.zxing:javase:jar:3.4.1 in the shaded jar.
05:51:28 [INFO] Including com.google.zxing:core:jar:3.4.1 in the shaded jar.
05:51:28 [INFO] Including com.beust:jcommander:jar:1.78 in the shaded jar.
05:51:28 [INFO] Including com.github.jai-imageio:jai-imageio-core:jar:1.4.0 in the shaded jar.
05:51:28 [INFO] Including com.google.inject:guice:jar:5.1.0 in the shaded jar.
05:51:28 [INFO] Including com.google.inject.extensions:guice-multibindings:jar:4.2.3 in the shaded jar.
05:51:28 [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
05:51:28 [INFO] Including org.apache.commons:commons-pool2:jar:2.3 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.extension:jar:2.7.12 in the shaded jar.
05:51:28 [INFO] Including org.checkerframework:checker-qual:jar:3.15.0 in the shaded jar.
05:51:28 [INFO] Including org.hibernate:hibernate-jpamodelgen:jar:5.5.4.Final in the shaded jar.
05:51:28 [INFO] Including org.jboss.logging:jboss-logging:jar:3.4.3.Final in the shaded jar.
05:51:28 [INFO] Including javax.xml.bind:jaxb-api:jar:2.3.1 in the shaded jar.
05:51:28 [INFO] Including javax.activation:javax.activation-api:jar:1.2.0 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.6 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.6 in the shaded jar.
05:51:28 [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.12 in the shaded jar.
05:51:28 [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar.
05:51:28 [INFO] Including com.zaxxer:HikariCP:jar:4.0.3 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-consumer-lifecycle:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-service-client:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including junit:junit:jar:4.13.2 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-command-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-job-engine-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-service-camel:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-message-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-service-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.3.3 in the shaded jar.
05:51:28 [INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar.
05:51:28 [INFO] Including javax.validation:validation-api:jar:2.0.1.Final in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-security-authorization-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-call-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-translator-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-qa-markers:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.slf4j:slf4j-api:jar:1.7.33 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-security-registration-simple:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-datastore-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-service-storable-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-service-elasticsearch-client-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-security-registration-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.bitbucket.b_c:jose4j:jar:0.7.10 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-locator-guice:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.33 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-account-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-call-kura:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-message-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.2.1 in the shaded jar.
05:51:28 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 in the shaded jar.
05:51:28 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-registry-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-registry-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-keystore-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-registry-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-registry-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-authentication:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-client-security:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-security-certificate-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-service-commons-utils-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-security-certificate-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-service-commons-utils-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-security-shiro:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-openid-provider:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-openid-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.glassfish:javax.json:jar:1.0.4 in the shaded jar.
05:51:28 [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar.
05:51:28 [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar.
05:51:28 [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
05:51:28 [INFO] Including com.warrenstrange:googleauth:jar:1.5.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.shiro:shiro-core:jar:1.12.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.shiro:shiro-lang:jar:1.12.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.shiro:shiro-cache:jar:1.12.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.shiro:shiro-config-core:jar:1.12.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.shiro:shiro-config-ogdl:jar:1.12.0 in the shaded jar.
05:51:28 [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar.
05:51:28 [INFO] Including org.apache.shiro:shiro-event:jar:1.12.0 in the shaded jar.
05:51:28 [INFO] Including org.springframework.security:spring-security-crypto:jar:5.7.5 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-tag-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-tag-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-user-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-user-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-translator-kapua-kura:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-all-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-store-dummy:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-bundle-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-message-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-store-dummy:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-inventory-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-packages-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-request-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.15.2 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-translator-kura-jms:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-translator-kura-mqtt:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-transport-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-transport-jms:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-transport-mqtt:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-foreignkeys:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
05:51:28 [INFO] Including com.google.protobuf:protobuf-java:jar:3.23.2 in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-common:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-buffer:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-transport:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-resolver:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including org.eclipse.persistence:javax.persistence:jar:2.1.1 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.7.12 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.persistence:jakarta.persistence:jar:2.2.3 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.4.0 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.7.12 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.12 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.7.12 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.7.12 in the shaded jar.
05:51:28 [INFO] Including com.google.guava:guava:jar:32.1.2-jre in the shaded jar.
05:51:28 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
05:51:28 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
05:51:28 [INFO] Including commons-configuration:commons-configuration:jar:1.9 in the shaded jar.
05:51:28 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
05:51:28 [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.2 in the shaded jar.
05:51:28 [INFO] Including org.reflections:reflections:jar:0.10.2 in the shaded jar.
05:51:28 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
05:51:28 [INFO] Including org.javassist:javassist:jar:3.26.0-GA in the shaded jar.
05:51:28 [INFO] Including com.h2database:h2:jar:1.4.200 in the shaded jar.
05:51:28 [INFO] Including commons-io:commons-io:jar:2.11.0 in the shaded jar.
05:51:28 [INFO] Including javax.batch:javax.batch-api:jar:1.0.1 in the shaded jar.
05:51:28 [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
05:51:28 [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar.
05:51:28 [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar.
05:51:28 [INFO] Including org.liquibase:liquibase-core:jar:3.6.3 in the shaded jar.
05:51:28 [INFO] Including org.yaml:snakeyaml:jar:2.2 in the shaded jar.
05:51:28 [INFO] Including org.jolokia:jolokia-jvm:jar:agent:1.3.4 in the shaded jar.
05:51:28 [INFO] Including org.jolokia:jolokia-core:jar:1.6.2 in the shaded jar.
05:51:28 [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar.
05:51:28 [INFO] Including javax.cache:cache-api:jar:1.1.1 in the shaded jar.
05:51:28 [INFO] Including ch.qos.logback:logback-core:jar:1.2.13 in the shaded jar.
05:51:28 [INFO] Including ch.qos.logback:logback-classic:jar:1.2.13 in the shaded jar.
05:51:28 [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.17.1 in the shaded jar.
05:51:28 [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.33 in the shaded jar.
05:51:28 [INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.1 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-core:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-core-engine:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-api:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-base-engine:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-base:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-core-reifier:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-core-processor:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-management-api:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-support:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-util:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-core-languages:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-core-model:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-bean:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-browse:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-cluster:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-controlbus:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-dataformat:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-dataset:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-direct:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-directvm:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-file:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-health:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-language:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-log:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-mock:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-ref:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-rest:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-tooling-model:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-saga:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-scheduler:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-seda:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-stub:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-timer:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-validator:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-vm:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-xpath:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-xslt:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-xml-jaxb:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.3.0.1 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-xml-jaxp:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-xml-io-util:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-jms-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot-starter:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.33 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-jms:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0-alpha-2 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-core-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-amqp-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-amqp:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-spring-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-spring:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:spi-annotations:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-spring-boot-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-spring-boot:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-spring-main:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-main:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-util-json:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-cloud:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-bean-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-browse-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-controlbus-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-dataformat-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-dataset-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-direct-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-directvm-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-file-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-language-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-log-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-mock-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-ref-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-rest-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-saga-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-scheduler-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-seda-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-stub-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-timer-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-validator-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-vm-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-xpath-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-xslt-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-xml-jaxp-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-spring-boot-xml-starter:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel.springboot:camel-spring-boot-xml:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-spring-xml:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-core-xml:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-xml-jaxb-dsl:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.apache.camel:camel-dsl-support:jar:3.21.0 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot-starter-web:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot-starter-json:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.15.2 in the shaded jar.
05:51:28 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.2 in the shaded jar.
05:51:28 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.15.2 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-web:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-webmvc:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot-starter-jetty:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including jakarta.servlet:jakarta.servlet-api:jar:4.0.4 in the shaded jar.
05:51:28 [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:1.1.2 in the shaded jar.
05:51:28 [INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.63 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-servlets:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-continuation:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-http:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-util:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-io:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-webapp:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-xml:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-servlet:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-security:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-server:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-util-ajax:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty.websocket:websocket-server:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty.websocket:websocket-common:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty.websocket:websocket-api:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty.websocket:websocket-client:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-client:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty.websocket:javax-websocket-server-impl:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-annotations:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty:jetty-plus:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.ow2.asm:asm:jar:9.4 in the shaded jar.
05:51:28 [INFO] Including org.ow2.asm:asm-commons:jar:9.4 in the shaded jar.
05:51:28 [INFO] Including org.ow2.asm:asm-tree:jar:9.4 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.jetty.websocket:javax-websocket-client-impl:jar:9.4.53.v20231009 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot-starter-actuator:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including org.springframework.boot:spring-boot-actuator:jar:2.5.14 in the shaded jar.
05:51:28 [INFO] Including io.micrometer:micrometer-core:jar:1.7.12 in the shaded jar.
05:51:28 [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.12 in the shaded jar.
05:51:28 [INFO] Including org.latencyutils:LatencyUtils:jar:2.0.3 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-aop:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-beans:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-context:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-core:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-jcl:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-expression:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-jms:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-messaging:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework:spring-tx:jar:5.3.23 in the shaded jar.
05:51:28 [INFO] Including org.springframework.security:spring-security-core:jar:5.7.5 in the shaded jar.
05:51:28 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.7.0 in the shaded jar.
05:51:28 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
05:51:28 [INFO] Including org.apache.qpid:proton-j:jar:0.34.0 in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-handler:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-codec:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including io.netty:netty-codec-http:jar:4.1.100.Final in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-all-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-store-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-bundle-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-command-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-store-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-inventory-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-keystore-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-packages-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-request-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-all-job:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-job:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-bundle-job:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-command-job:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-job:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-keystore-job:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-packages-job:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-job-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-device-management-job-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-job-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-job-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-job-engine-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-job-engine-client:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-commons-rest-model:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.media:jersey-media-moxy:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.38 in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-scheduler-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-scheduler-quartz:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-endpoint-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-endpoint-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-stream-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.eclipse.kapua:kapua-stream-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:28 [INFO] Including org.quartz-scheduler:quartz:jar:2.3.2 in the shaded jar.
05:51:28 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app/target/dependency-reduced-pom.xml
05:51:28 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:28 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:28 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:28 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:28 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:28 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:28 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:29 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:29 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:29 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:29 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:29 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:29 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:29 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:35 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, jakarta.jms-api-2.0.3.jar define 81 overlapping classes: 
05:51:35 [WARNING]   - javax.jms.BytesMessage
05:51:35 [WARNING]   - javax.jms.CompletionListener
05:51:35 [WARNING]   - javax.jms.Connection
05:51:35 [WARNING]   - javax.jms.ConnectionConsumer
05:51:35 [WARNING]   - javax.jms.ConnectionFactory
05:51:35 [WARNING]   - javax.jms.ConnectionMetaData
05:51:35 [WARNING]   - javax.jms.DeliveryMode
05:51:35 [WARNING]   - javax.jms.Destination
05:51:35 [WARNING]   - javax.jms.ExceptionListener
05:51:35 [WARNING]   - javax.jms.IllegalStateException
05:51:35 [WARNING]   - 71 more...
05:51:35 [WARNING] jakarta.annotation-api-1.3.5.jar, javax.annotation-api-1.2.jar define 15 overlapping classes: 
05:51:35 [WARNING]   - javax.annotation.Generated
05:51:35 [WARNING]   - javax.annotation.ManagedBean
05:51:35 [WARNING]   - javax.annotation.PostConstruct
05:51:35 [WARNING]   - javax.annotation.PreDestroy
05:51:35 [WARNING]   - javax.annotation.Priority
05:51:35 [WARNING]   - javax.annotation.Resource
05:51:35 [WARNING]   - javax.annotation.Resource$AuthenticationType
05:51:35 [WARNING]   - javax.annotation.Resources
05:51:35 [WARNING]   - javax.annotation.security.DeclareRoles
05:51:35 [WARNING]   - javax.annotation.security.DenyAll
05:51:35 [WARNING]   - 5 more...
05:51:35 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/DEPENDENCIES
05:51:35 [WARNING] log4j-api-2.17.1.jar, spring-boot-2.5.14.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/services/org.apache.logging.log4j.util.PropertySource
05:51:35 [WARNING] camel-amqp-starter-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-starter-3.21.0.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/spring.provides
05:51:35 [WARNING] jakarta.json.bind-api-1.0.2.jar, jaxrs-ri-2.38.jar define 28 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.properties
05:51:35 [WARNING]   - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.xml
05:51:35 [WARNING]   - javax.json.bind.Jsonb
05:51:35 [WARNING]   - javax.json.bind.JsonbBuilder
05:51:35 [WARNING]   - javax.json.bind.JsonbConfig
05:51:35 [WARNING]   - javax.json.bind.JsonbException
05:51:35 [WARNING]   - javax.json.bind.adapter.JsonbAdapter
05:51:35 [WARNING]   - javax.json.bind.annotation.JsonbAnnotation
05:51:35 [WARNING]   - javax.json.bind.annotation.JsonbCreator
05:51:35 [WARNING]   - javax.json.bind.annotation.JsonbDateFormat
05:51:35 [WARNING]   - 18 more...
05:51:35 [WARNING] aopalliance-repackaged-2.6.1.jar, hk2-api-2.6.1.jar, hk2-locator-2.6.1.jar, hk2-utils-2.6.1.jar, istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.inject-2.6.1.jar, jakarta.jms-api-2.0.3.jar, jakarta.json-1.1.6-module.jar, jakarta.json-1.1.6.jar, jakarta.json-api-1.1.6.jar, jakarta.json.bind-api-1.0.2.jar, jakarta.websocket-api-1.1.2.jar, jakarta.ws.rs-api-2.1.6.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar, jersey-client-2.38.jar, jersey-common-2.38.jar, jersey-container-servlet-2.38.jar, jersey-container-servlet-core-2.38.jar, jersey-entity-filtering-2.38.jar, jersey-hk2-2.38.jar, jersey-media-jaxb-2.38.jar, jersey-media-json-binding-2.38.jar, jersey-media-moxy-2.38.jar, jersey-media-sse-2.38.jar, jersey-server-2.38.jar, org.eclipse.persistence.asm-9.4.0.jar, txw2-2.3.6.jar, yasson-1.0.11.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/LICENSE.md
05:51:35 [WARNING] camel-amqp-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-browse-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-core-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataset-3.21.0.jar, camel-direct-3.21.0.jar, camel-directvm-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-language-3.21.0.jar, camel-log-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-ref-3.21.0.jar, camel-rest-3.21.0.jar, camel-saga-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-seda-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-util-3.21.0.jar, camel-validator-3.21.0.jar, camel-vm-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xslt-3.21.0.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/jandex.idx
05:51:35 [WARNING] netty-common-4.1.100.Final.jar, spring-core-5.3.23.jar, spring-web-5.3.23.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/services/reactor.blockhound.integration.BlockHoundIntegration
05:51:35 [WARNING] jakarta.json-1.1.6-module.jar, jakarta.json-1.1.6.jar, jaxrs-ri-2.38.jar define 20 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish/jakarta.json/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish/jakarta.json/pom.xml
05:51:35 [WARNING]   - org.glassfish.json.JsonMergePatchImpl
05:51:35 [WARNING]   - org.glassfish.json.JsonParserImpl$2
05:51:35 [WARNING]   - org.glassfish.json.JsonParserImpl$3
05:51:35 [WARNING]   - org.glassfish.json.JsonParserImpl$4
05:51:35 [WARNING]   - org.glassfish.json.JsonPatchBuilderImpl
05:51:35 [WARNING]   - org.glassfish.json.JsonPatchImpl
05:51:35 [WARNING]   - org.glassfish.json.JsonPatchImpl$1
05:51:35 [WARNING]   - org.glassfish.json.JsonPatchImpl$DiffGenerator
05:51:35 [WARNING]   - 10 more...
05:51:35 [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.33.jar, spring-jcl-5.3.23.jar define 4 overlapping classes: 
05:51:35 [WARNING]   - org.apache.commons.logging.Log
05:51:35 [WARNING]   - org.apache.commons.logging.LogFactory
05:51:35 [WARNING]   - org.apache.commons.logging.impl.NoOpLog
05:51:35 [WARNING]   - org.apache.commons.logging.impl.SimpleLog
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-container-servlet-core-2.38.jar define 47 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.ServletContainer
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.ServletProperties
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.ServletPropertiesDelegate
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.WebComponent
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.WebComponent$1
05:51:35 [WARNING]   - 37 more...
05:51:35 [WARNING] jersey-common-2.38.jar, jersey-server-2.38.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/NOTICE.markdown
05:51:35 [WARNING] istack-commons-runtime-3.0.12.jar, jaxb-impl-2.3.3.jar define 2 overlapping classes: 
05:51:35 [WARNING]   - META-INF.versions.9.com.sun.istack.logging.StackHelper
05:51:35 [WARNING]   - com.sun.istack.logging.StackHelper
05:51:35 [WARNING] kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-device-registry-internal-2.1.0-SNAPSHOT.jar, kapua-endpoint-internal-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-tag-internal-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - liquibase/common-properties.xml
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-media-sse-2.38.jar define 47 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.xml
05:51:35 [WARNING]   - META-INF/services/javax.ws.rs.sse.SseEventSource$Builder
05:51:35 [WARNING]   - org.glassfish.jersey.media.sse.EventInput
05:51:35 [WARNING]   - org.glassfish.jersey.media.sse.EventInputReader
05:51:35 [WARNING]   - org.glassfish.jersey.media.sse.EventListener
05:51:35 [WARNING]   - org.glassfish.jersey.media.sse.EventOutput
05:51:35 [WARNING]   - org.glassfish.jersey.media.sse.EventSource
05:51:35 [WARNING]   - org.glassfish.jersey.media.sse.EventSource$1
05:51:35 [WARNING]   - org.glassfish.jersey.media.sse.EventSource$Builder
05:51:35 [WARNING]   - 37 more...
05:51:35 [WARNING] istack-commons-runtime-3.0.12.jar, jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar define 23 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/com.sun.istack/istack-commons-runtime/pom.properties
05:51:35 [WARNING]   - META-INF/maven/com.sun.istack/istack-commons-runtime/pom.xml
05:51:35 [WARNING]   - com.sun.istack.Builder
05:51:35 [WARNING]   - com.sun.istack.ByteArrayDataSource
05:51:35 [WARNING]   - com.sun.istack.FinalArrayList
05:51:35 [WARNING]   - com.sun.istack.FragmentContentHandler
05:51:35 [WARNING]   - com.sun.istack.Interned
05:51:35 [WARNING]   - com.sun.istack.NotNull
05:51:35 [WARNING]   - com.sun.istack.Nullable
05:51:35 [WARNING]   - com.sun.istack.Pool
05:51:35 [WARNING]   - 13 more...
05:51:35 [WARNING] jakarta.persistence-2.2.3.jar, javax.persistence-2.1.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - readme.html
05:51:35 [WARNING] camel-amqp-starter-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-boot-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-starter-3.21.0.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/spring-autoconfigure-metadata.properties
05:51:35 [WARNING] jakarta.json-api-1.1.6.jar, jaxrs-ri-2.38.jar define 2 overlapping resources: 
05:51:35 [WARNING]   - META-INF/maven/jakarta.json/jakarta.json-api/pom.properties
05:51:35 [WARNING]   - META-INF/maven/jakarta.json/jakarta.json-api/pom.xml
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-common-2.38.jar, jersey-media-moxy-2.38.jar, jersey-server-2.38.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
05:51:35 [WARNING] jakarta.persistence-2.2.3.jar, javax.persistence-2.1.1.jar define 218 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/eclipse.inf
05:51:35 [WARNING]   - javax.persistence.Access
05:51:35 [WARNING]   - javax.persistence.AccessType
05:51:35 [WARNING]   - javax.persistence.AssociationOverride
05:51:35 [WARNING]   - javax.persistence.AssociationOverrides
05:51:35 [WARNING]   - javax.persistence.AttributeConverter
05:51:35 [WARNING]   - javax.persistence.AttributeNode
05:51:35 [WARNING]   - javax.persistence.AttributeOverride
05:51:35 [WARNING]   - javax.persistence.AttributeOverrides
05:51:35 [WARNING]   - javax.persistence.Basic
05:51:35 [WARNING]   - 208 more...
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-server-2.38.jar define 614 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml
05:51:35 [WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json
05:51:35 [WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json
05:51:35 [WARNING]   - META-INF/services/javax.ws.rs.ext.RuntimeDelegate
05:51:35 [WARNING]   - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
05:51:35 [WARNING]   - com.sun.research.ws.wadl.Application
05:51:35 [WARNING]   - com.sun.research.ws.wadl.Doc
05:51:35 [WARNING]   - com.sun.research.ws.wadl.Grammars
05:51:35 [WARNING]   - com.sun.research.ws.wadl.HTTPMethods
05:51:35 [WARNING]   - 604 more...
05:51:35 [WARNING] camel-api-3.21.0.jar, spi-annotations-3.21.0.jar define 30 overlapping classes: 
05:51:35 [WARNING]   - org.apache.camel.Category
05:51:35 [WARNING]   - org.apache.camel.spi.ApiMethod
05:51:35 [WARNING]   - org.apache.camel.spi.ApiParam
05:51:35 [WARNING]   - org.apache.camel.spi.ApiParams
05:51:35 [WARNING]   - org.apache.camel.spi.AsEndpointUri
05:51:35 [WARNING]   - org.apache.camel.spi.AsPredicate
05:51:35 [WARNING]   - org.apache.camel.spi.Metadata
05:51:35 [WARNING]   - org.apache.camel.spi.UriEndpoint
05:51:35 [WARNING]   - org.apache.camel.spi.UriParam
05:51:35 [WARNING]   - org.apache.camel.spi.UriParams
05:51:35 [WARNING]   - 20 more...
05:51:35 [WARNING] jaxrs-ri-2.38.jar, osgi-resource-locator-1.0.3.jar define 14 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.xml
05:51:35 [WARNING]   - org.glassfish.hk2.osgiresourcelocator.Activator
05:51:35 [WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinder
05:51:35 [WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
05:51:35 [WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader
05:51:35 [WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory
05:51:35 [WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
05:51:35 [WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1
05:51:35 [WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$2
05:51:35 [WARNING]   - 4 more...
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-client-2.38.jar define 172 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml
05:51:35 [WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json
05:51:35 [WARNING]   - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json
05:51:35 [WARNING]   - org.glassfish.jersey.client.AbortException
05:51:35 [WARNING]   - org.glassfish.jersey.client.AbstractNonSyncInvoker
05:51:35 [WARNING]   - org.glassfish.jersey.client.AbstractRxInvoker
05:51:35 [WARNING]   - org.glassfish.jersey.client.ChunkParser
05:51:35 [WARNING]   - org.glassfish.jersey.client.ChunkedInput
05:51:35 [WARNING]   - org.glassfish.jersey.client.ChunkedInput$1
05:51:35 [WARNING]   - 162 more...
05:51:35 [WARNING] jolokia-jvm-1.3.4-agent.jar, json-simple-1.1.1.jar define 14 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/com.googlecode.json-simple/json-simple/pom.properties
05:51:35 [WARNING]   - META-INF/maven/com.googlecode.json-simple/json-simple/pom.xml
05:51:35 [WARNING]   - org.json.simple.ItemList
05:51:35 [WARNING]   - org.json.simple.JSONArray
05:51:35 [WARNING]   - org.json.simple.JSONAware
05:51:35 [WARNING]   - org.json.simple.JSONObject
05:51:35 [WARNING]   - org.json.simple.JSONStreamAware
05:51:35 [WARNING]   - org.json.simple.JSONValue
05:51:35 [WARNING]   - org.json.simple.parser.ContainerFactory
05:51:35 [WARNING]   - org.json.simple.parser.ContentHandler
05:51:35 [WARNING]   - 4 more...
05:51:35 [WARNING] aopalliance-repackaged-2.6.1.jar, hk2-api-2.6.1.jar, hk2-locator-2.6.1.jar, hk2-utils-2.6.1.jar, istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.inject-2.6.1.jar, jakarta.jms-api-2.0.3.jar, jakarta.json-1.1.6-module.jar, jakarta.json-1.1.6.jar, jakarta.json-api-1.1.6.jar, jakarta.json.bind-api-1.0.2.jar, jakarta.websocket-api-1.1.2.jar, jakarta.ws.rs-api-2.1.6.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar, jaxrs-ri-2.38.jar, jersey-client-2.38.jar, jersey-common-2.38.jar, jersey-container-servlet-2.38.jar, jersey-container-servlet-core-2.38.jar, jersey-entity-filtering-2.38.jar, jersey-hk2-2.38.jar, jersey-media-jaxb-2.38.jar, jersey-media-json-binding-2.38.jar, jersey-media-moxy-2.38.jar, jersey-media-sse-2.38.jar, jersey-server-2.38.jar, org.eclipse.persistence.asm-9.4.0.jar, txw2-2.3.6.jar, yasson-1.0.11.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/NOTICE.md
05:51:35 [WARNING] jaxrs-ri-2.38.jar, yasson-1.0.11.jar define 250 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF.versions.16.org.eclipse.yasson.internal.ClassMultiReleaseExtension
05:51:35 [WARNING]   - META-INF/jpms.args
05:51:35 [WARNING]   - META-INF/maven/org.eclipse/yasson/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.eclipse/yasson/pom.xml
05:51:35 [WARNING]   - META-INF/native-image/org.eclipse/yasson/native-image.properties
05:51:35 [WARNING]   - META-INF/services/javax.json.bind.spi.JsonbProvider
05:51:35 [WARNING]   - org.eclipse.yasson.FieldAccessStrategy
05:51:35 [WARNING]   - org.eclipse.yasson.ImplementationClass
05:51:35 [WARNING]   - org.eclipse.yasson.JsonBindingProvider
05:51:35 [WARNING]   - org.eclipse.yasson.YassonConfig
05:51:35 [WARNING]   - 240 more...
05:51:35 [WARNING] shiro-core-1.12.0.jar, shiro-event-1.12.0.jar define 13 overlapping classes: 
05:51:35 [WARNING]   - org.apache.shiro.event.Event
05:51:35 [WARNING]   - org.apache.shiro.event.EventBus
05:51:35 [WARNING]   - org.apache.shiro.event.EventBusAware
05:51:35 [WARNING]   - org.apache.shiro.event.Subscribe
05:51:35 [WARNING]   - org.apache.shiro.event.support.AnnotationEventListenerResolver
05:51:35 [WARNING]   - org.apache.shiro.event.support.DefaultEventBus
05:51:35 [WARNING]   - org.apache.shiro.event.support.DefaultEventBus$Subscription
05:51:35 [WARNING]   - org.apache.shiro.event.support.EventClassComparator
05:51:35 [WARNING]   - org.apache.shiro.event.support.EventListener
05:51:35 [WARNING]   - org.apache.shiro.event.support.EventListenerComparator
05:51:35 [WARNING]   - 3 more...
05:51:35 [WARNING] jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, javax.activation-api-1.2.0.jar, jaxrs-ri-2.38.jar define 31 overlapping classes: 
05:51:35 [WARNING]   - javax.activation.ActivationDataFlavor
05:51:35 [WARNING]   - javax.activation.CommandInfo
05:51:35 [WARNING]   - javax.activation.CommandInfo$Beans
05:51:35 [WARNING]   - javax.activation.CommandInfo$Beans$1
05:51:35 [WARNING]   - javax.activation.CommandMap
05:51:35 [WARNING]   - javax.activation.CommandObject
05:51:35 [WARNING]   - javax.activation.DataContentHandler
05:51:35 [WARNING]   - javax.activation.DataContentHandlerFactory
05:51:35 [WARNING]   - javax.activation.DataHandler
05:51:35 [WARNING]   - javax.activation.DataHandler$1
05:51:35 [WARNING]   - 21 more...
05:51:35 [WARNING] jakarta.validation-api-2.0.2.jar, validation-api-2.0.1.Final.jar define 143 overlapping classes: 
05:51:35 [WARNING]   - javax.validation.BootstrapConfiguration
05:51:35 [WARNING]   - javax.validation.ClockProvider
05:51:35 [WARNING]   - javax.validation.Configuration
05:51:35 [WARNING]   - javax.validation.Constraint
05:51:35 [WARNING]   - javax.validation.ConstraintDeclarationException
05:51:35 [WARNING]   - javax.validation.ConstraintDefinitionException
05:51:35 [WARNING]   - javax.validation.ConstraintTarget
05:51:35 [WARNING]   - javax.validation.ConstraintValidator
05:51:35 [WARNING]   - javax.validation.ConstraintValidatorContext
05:51:35 [WARNING]   - javax.validation.ConstraintValidatorContext$ConstraintViolationBuilder
05:51:35 [WARNING]   - 133 more...
05:51:35 [WARNING] spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-context-5.3.23.jar, spring-core-5.3.23.jar, spring-expression-5.3.23.jar, spring-jcl-5.3.23.jar, spring-jms-5.3.23.jar, spring-messaging-5.3.23.jar, spring-tx-5.3.23.jar, spring-web-5.3.23.jar, spring-webmvc-5.3.23.jar define 2 overlapping resources: 
05:51:35 [WARNING]   - META-INF/license.txt
05:51:35 [WARNING]   - META-INF/notice.txt
05:51:35 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, guava-32.1.2-jre.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, jai-imageio-core-1.4.0.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, micrometer-core-1.7.12.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, tomcat-embed-el-9.0.63.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/LICENSE
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-media-jaxb-2.38.jar define 57 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml
05:51:35 [WARNING]   - org.glassfish.jersey.jaxb.FeatureSupplier
05:51:35 [WARNING]   - org.glassfish.jersey.jaxb.FeatureSupplier$1
05:51:35 [WARNING]   - org.glassfish.jersey.jaxb.PropertySupplier
05:51:35 [WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider
05:51:35 [WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$1
05:51:35 [WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$JaxbTypeChecker
05:51:35 [WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider
05:51:35 [WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider
05:51:35 [WARNING]   - 47 more...
05:51:35 [WARNING] spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-context-5.3.23.jar, spring-jms-5.3.23.jar, spring-tx-5.3.23.jar, spring-webmvc-5.3.23.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/spring.tooling
05:51:35 [WARNING] commons-logging-1.2.jar, spring-jcl-5.3.23.jar define 1 overlapping classes: 
05:51:35 [WARNING]   - org.apache.commons.logging.LogFactory$1
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-media-json-binding-2.38.jar define 10 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.xml
05:51:35 [WARNING]   - org.glassfish.jersey.jsonb.JsonBindingFeature
05:51:35 [WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages
05:51:35 [WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$1
05:51:35 [WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$BundleSupplier
05:51:35 [WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable
05:51:35 [WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider
05:51:35 [WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider$JsonbSingleton
05:51:35 [WARNING]   - org/glassfish/jersey/jsonb/localization.properties
05:51:35 [WARNING] jakarta.xml.bind-api-2.3.3.jar, jaxrs-ri-2.38.jar define 2 overlapping resources: 
05:51:35 [WARNING]   - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.properties
05:51:35 [WARNING]   - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.xml
05:51:35 [WARNING] spring-web-5.3.23.jar, tomcat-embed-el-9.0.63.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/web-fragment.xml
05:51:35 [WARNING] netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-epoll-4.1.100.Final.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/io.netty.versions.properties
05:51:35 [WARNING] jakarta.persistence-2.2.3.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, javax.persistence-2.1.1.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, kapua-account-api-2.1.0-SNAPSHOT.jar, kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-commons-rest-model-2.1.0-SNAPSHOT.jar, kapua-datastore-api-2.1.0-SNAPSHOT.jar, kapua-device-api-2.1.0-SNAPSHOT.jar, kapua-device-call-api-2.1.0-SNAPSHOT.jar, kapua-device-call-kura-2.1.0-SNAPSHOT.jar, kapua-device-commons-2.1.0-SNAPSHOT.jar, kapua-device-management-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-job-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-job-2.1.0-SNAPSHOT.jar, kapua-device-management-command-api-2.1.0-SNAPSHOT.jar, kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-command-job-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-job-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar, kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar, kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-job-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-job-2.1.0-SNAPSHOT.jar, kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-management-request-api-2.1.0-SNAPSHOT.jar, kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar, kapua-device-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-registry-internal-2.1.0-SNAPSHOT.jar, kapua-foreignkeys-2.1.0-SNAPSHOT.jar, kapua-job-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-commons-2.1.0-SNAPSHOT.jar, kapua-job-internal-2.1.0-SNAPSHOT.jar, kapua-locator-guice-2.1.0-SNAPSHOT.jar, kapua-message-api-2.1.0-SNAPSHOT.jar, kapua-message-internal-2.1.0-SNAPSHOT.jar, kapua-openid-api-2.1.0-SNAPSHOT.jar, kapua-openid-provider-2.1.0-SNAPSHOT.jar, kapua-qa-markers-2.1.0-SNAPSHOT.jar, kapua-scheduler-api-2.1.0-SNAPSHOT.jar, kapua-scheduler-quartz-2.1.0-SNAPSHOT.jar, kapua-security-authentication-api-2.1.0-SNAPSHOT.jar, kapua-security-authorization-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-simple-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-service-api-2.1.0-SNAPSHOT.jar, kapua-service-client-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar, kapua-tag-api-2.1.0-SNAPSHOT.jar, kapua-tag-internal-2.1.0-SNAPSHOT.jar, kapua-translator-api-2.1.0-SNAPSHOT.jar, kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar, kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar, kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar, kapua-transport-api-2.1.0-SNAPSHOT.jar, kapua-transport-jms-2.1.0-SNAPSHOT.jar, kapua-transport-mqtt-2.1.0-SNAPSHOT.jar, kapua-user-api-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar, org.eclipse.paho.client.mqttv3-1.2.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - about.html
05:51:35 [WARNING] javax-websocket-server-impl-9.4.53.v20231009.jar, jaxrs-ri-2.38.jar, jersey-container-servlet-2.38.jar, logback-classic-1.2.13.jar, spring-web-5.3.23.jar, websocket-server-9.4.53.v20231009.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/services/javax.servlet.ServletContainerInitializer
05:51:35 [WARNING] jolokia-core-1.6.2.jar, jolokia-jvm-1.3.4-agent.jar define 231 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/detectors-default
05:51:35 [WARNING]   - META-INF/maven/org.jolokia/jolokia-core/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.jolokia/jolokia-core/pom.xml
05:51:35 [WARNING]   - META-INF/simplifiers-default
05:51:35 [WARNING]   - org.jolokia.Version
05:51:35 [WARNING]   - org.jolokia.backend.BackendManager
05:51:35 [WARNING]   - org.jolokia.backend.BackendManager$1
05:51:35 [WARNING]   - org.jolokia.backend.BackendManager$Initializer
05:51:35 [WARNING]   - org.jolokia.backend.Config
05:51:35 [WARNING]   - org.jolokia.backend.ConfigMBean
05:51:35 [WARNING]   - 221 more...
05:51:35 [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.33.jar define 2 overlapping classes: 
05:51:35 [WARNING]   - org.apache.commons.logging.LogConfigurationException
05:51:35 [WARNING]   - org.apache.commons.logging.impl.SimpleLog$1
05:51:35 [WARNING] jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar, txw2-2.3.6.jar define 55 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jaxb/txw2/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jaxb/txw2/pom.xml
05:51:35 [WARNING]   - com.sun.xml.txw2.Attribute
05:51:35 [WARNING]   - com.sun.xml.txw2.Cdata
05:51:35 [WARNING]   - com.sun.xml.txw2.Comment
05:51:35 [WARNING]   - com.sun.xml.txw2.ContainerElement
05:51:35 [WARNING]   - com.sun.xml.txw2.Content
05:51:35 [WARNING]   - com.sun.xml.txw2.ContentVisitor
05:51:35 [WARNING]   - com.sun.xml.txw2.DatatypeWriter
05:51:35 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1
05:51:35 [WARNING]   - 45 more...
05:51:35 [WARNING] camel-amqp-starter-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-boot-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-starter-3.21.0.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/spring-configuration-metadata.json
05:51:35 [WARNING] jakarta.activation-api-1.2.2.jar, jaxrs-ri-2.38.jar define 2 overlapping resources: 
05:51:35 [WARNING]   - META-INF/maven/jakarta.activation/jakarta.activation-api/pom.properties
05:51:35 [WARNING]   - META-INF/maven/jakarta.activation/jakarta.activation-api/pom.xml
05:51:35 [WARNING] aopalliance-1.0.jar, aopalliance-repackaged-2.6.1.jar, spring-aop-5.3.23.jar define 9 overlapping classes: 
05:51:35 [WARNING]   - org.aopalliance.aop.Advice
05:51:35 [WARNING]   - org.aopalliance.aop.AspectException
05:51:35 [WARNING]   - org.aopalliance.intercept.ConstructorInterceptor
05:51:35 [WARNING]   - org.aopalliance.intercept.ConstructorInvocation
05:51:35 [WARNING]   - org.aopalliance.intercept.Interceptor
05:51:35 [WARNING]   - org.aopalliance.intercept.Invocation
05:51:35 [WARNING]   - org.aopalliance.intercept.Joinpoint
05:51:35 [WARNING]   - org.aopalliance.intercept.MethodInterceptor
05:51:35 [WARNING]   - org.aopalliance.intercept.MethodInvocation
05:51:35 [WARNING] jakarta.json-1.1.6-module.jar, jaxrs-ri-2.38.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/services/javax.json.spi.JsonProvider
05:51:35 [WARNING] javassist-3.26.0-GA.jar, jaxrs-ri-2.38.jar define 428 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.javassist/javassist/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.javassist/javassist/pom.xml
05:51:35 [WARNING]   - javassist.ByteArrayClassPath
05:51:35 [WARNING]   - javassist.ByteArrayClassPath$1
05:51:35 [WARNING]   - javassist.ByteArrayClassPath$BytecodeURLConnection
05:51:35 [WARNING]   - javassist.ByteArrayClassPath$BytecodeURLStreamHandler
05:51:35 [WARNING]   - javassist.CannotCompileException
05:51:35 [WARNING]   - javassist.ClassClassPath
05:51:35 [WARNING]   - javassist.ClassMap
05:51:35 [WARNING]   - javassist.ClassPath
05:51:35 [WARNING]   - 418 more...
05:51:35 [WARNING] shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar define 6 overlapping classes: 
05:51:35 [WARNING]   - org.apache.shiro.config.ConfigurationException
05:51:35 [WARNING]   - org.apache.shiro.config.Ini
05:51:35 [WARNING]   - org.apache.shiro.config.Ini$1
05:51:35 [WARNING]   - org.apache.shiro.config.Ini$Section
05:51:35 [WARNING]   - org.apache.shiro.config.ResourceConfigurable
05:51:35 [WARNING]   - org.apache.shiro.config.package-info
05:51:35 [WARNING] shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar define 17 overlapping classes: 
05:51:35 [WARNING]   - org.apache.shiro.config.CommonsInterpolator
05:51:35 [WARNING]   - org.apache.shiro.config.DefaultInterpolator
05:51:35 [WARNING]   - org.apache.shiro.config.Interpolator
05:51:35 [WARNING]   - org.apache.shiro.config.ReflectionBuilder
05:51:35 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$1
05:51:35 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$AssignmentStatement
05:51:35 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$BeanConfiguration
05:51:35 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$BeanConfigurationProcessor
05:51:35 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$InstantiationStatement
05:51:35 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$Statement
05:51:35 [WARNING]   - 7 more...
05:51:35 [WARNING] jakarta.json-1.1.6.jar, jakarta.json-api-1.1.6.jar, javax.json-1.0.4.jar, jaxrs-ri-2.38.jar define 25 overlapping classes: 
05:51:35 [WARNING]   - javax.json.Json
05:51:35 [WARNING]   - javax.json.JsonArray
05:51:35 [WARNING]   - javax.json.JsonArrayBuilder
05:51:35 [WARNING]   - javax.json.JsonBuilderFactory
05:51:35 [WARNING]   - javax.json.JsonException
05:51:35 [WARNING]   - javax.json.JsonNumber
05:51:35 [WARNING]   - javax.json.JsonObject
05:51:35 [WARNING]   - javax.json.JsonObjectBuilder
05:51:35 [WARNING]   - javax.json.JsonReader
05:51:35 [WARNING]   - javax.json.JsonReaderFactory
05:51:35 [WARNING]   - 15 more...
05:51:35 [WARNING] shiro-cache-1.12.0.jar, shiro-core-1.12.0.jar define 8 overlapping classes: 
05:51:35 [WARNING]   - org.apache.shiro.cache.AbstractCacheManager
05:51:35 [WARNING]   - org.apache.shiro.cache.Cache
05:51:35 [WARNING]   - org.apache.shiro.cache.CacheException
05:51:35 [WARNING]   - org.apache.shiro.cache.CacheManager
05:51:35 [WARNING]   - org.apache.shiro.cache.CacheManagerAware
05:51:35 [WARNING]   - org.apache.shiro.cache.MapCache
05:51:35 [WARNING]   - org.apache.shiro.cache.MemoryConstrainedCacheManager
05:51:35 [WARNING]   - org.apache.shiro.cache.package-info
05:51:35 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, jai-imageio-core-1.4.0.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, micrometer-core-1.7.12.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, tomcat-embed-el-9.0.63.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/NOTICE
05:51:35 [WARNING] jcl-over-slf4j-1.7.33.jar, spring-jcl-5.3.23.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/services/org.apache.commons.logging.LogFactory
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-media-jaxb-2.38.jar, jersey-media-json-binding-2.38.jar, jersey-media-sse-2.38.jar, jersey-server-2.38.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-hk2-2.38.jar define 52 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml
05:51:35 [WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json
05:51:35 [WARNING]   - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json
05:51:35 [WARNING]   - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory
05:51:35 [WARNING]   - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
05:51:35 [WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
05:51:35 [WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1
05:51:35 [WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2
05:51:35 [WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3
05:51:35 [WARNING]   - 42 more...
05:51:35 [WARNING] jakarta.xml.bind-api-2.3.3.jar, jaxb-api-2.3.1.jar, jaxrs-ri-2.38.jar define 114 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF.versions.9.javax.xml.bind.ModuleUtil
05:51:35 [WARNING]   - javax.xml.bind.Binder
05:51:35 [WARNING]   - javax.xml.bind.ContextFinder
05:51:35 [WARNING]   - javax.xml.bind.ContextFinder$1
05:51:35 [WARNING]   - javax.xml.bind.ContextFinder$2
05:51:35 [WARNING]   - javax.xml.bind.ContextFinder$3
05:51:35 [WARNING]   - javax.xml.bind.ContextFinder$4
05:51:35 [WARNING]   - javax.xml.bind.ContextFinder$5
05:51:35 [WARNING]   - javax.xml.bind.DataBindingException
05:51:35 [WARNING]   - javax.xml.bind.DatatypeConverter
05:51:35 [WARNING]   - 104 more...
05:51:35 [WARNING] camel-spring-boot-3.21.0.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/additional-spring-configuration-metadata.json
05:51:35 [WARNING] jakarta.inject-2.6.1.jar, jaxrs-ri-2.38.jar define 2 overlapping resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.hk2.external/jakarta.inject/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.hk2.external/jakarta.inject/pom.xml
05:51:35 [WARNING] netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-epoll-4.1.100.Final.jar define 2 overlapping resources: 
05:51:35 [WARNING]   - META-INF/maven/io.netty/netty-transport-native-epoll/pom.properties
05:51:35 [WARNING]   - META-INF/maven/io.netty/netty-transport-native-epoll/pom.xml
05:51:35 [WARNING] shiro-core-1.12.0.jar, shiro-lang-1.12.0.jar define 37 overlapping classes: 
05:51:35 [WARNING]   - org.apache.shiro.ShiroException
05:51:35 [WARNING]   - org.apache.shiro.codec.Base64
05:51:35 [WARNING]   - org.apache.shiro.codec.CodecException
05:51:35 [WARNING]   - org.apache.shiro.codec.CodecSupport
05:51:35 [WARNING]   - org.apache.shiro.codec.H64
05:51:35 [WARNING]   - org.apache.shiro.codec.Hex
05:51:35 [WARNING]   - org.apache.shiro.codec.package-info
05:51:35 [WARNING]   - org.apache.shiro.io.ClassResolvingObjectInputStream
05:51:35 [WARNING]   - org.apache.shiro.io.DefaultSerializer
05:51:35 [WARNING]   - org.apache.shiro.io.ResourceUtils
05:51:35 [WARNING]   - 27 more...
05:51:35 [WARNING] camel-bean-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-spring-3.21.0.jar, camel-xpath-3.21.0.jar define 2 overlapping resources: 
05:51:35 [WARNING]   - META-INF/services/org/apache/camel/language.properties
05:51:35 [WARNING]   - language.properties
05:51:35 [WARNING] jakarta.json-1.1.6.jar, jakarta.json-api-1.1.6.jar, jaxrs-ri-2.38.jar define 9 overlapping classes: 
05:51:35 [WARNING]   - javax.json.EmptyArray
05:51:35 [WARNING]   - javax.json.EmptyObject
05:51:35 [WARNING]   - javax.json.JsonMergePatch
05:51:35 [WARNING]   - javax.json.JsonPatch
05:51:35 [WARNING]   - javax.json.JsonPatch$Operation
05:51:35 [WARNING]   - javax.json.JsonPatchBuilder
05:51:35 [WARNING]   - javax.json.JsonPointer
05:51:35 [WARNING]   - javax.json.JsonValueImpl
05:51:35 [WARNING]   - javax.json.stream.JsonCollectors
05:51:35 [WARNING] jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, log4j-api-2.17.1.jar, snakeyaml-2.2.jar define 1 overlapping classes: 
05:51:35 [WARNING]   - META-INF.versions.9.module-info
05:51:35 [WARNING] camel-amqp-3.21.0.jar, camel-amqp-starter-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-tooling-model-3.21.0.jar, camel-util-3.21.0.jar, camel-util-json-3.21.0.jar, camel-validator-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-3.21.0.jar, camel-xslt-starter-3.21.0.jar, checker-qual-3.15.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, javax.activation-api-1.2.0.jar, javax.annotation-api-1.2.jar, jaxb-api-2.3.1.jar, jboss-logging-3.4.3.Final.jar, joda-time-2.9.4.jar, mapstruct-1.5.5.Final.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar, spring-boot-starter-2.5.14.jar, spring-boot-starter-actuator-2.5.14.jar, spring-boot-starter-jetty-2.5.14.jar, spring-boot-starter-json-2.5.14.jar, spring-boot-starter-logging-2.5.14.jar, spring-boot-starter-web-2.5.14.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/LICENSE.txt
05:51:35 [WARNING] camel-amqp-3.21.0.jar, camel-bean-3.21.0.jar, camel-browse-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataset-3.21.0.jar, camel-direct-3.21.0.jar, camel-directvm-3.21.0.jar, camel-file-3.21.0.jar, camel-jms-3.21.0.jar, camel-language-3.21.0.jar, camel-log-3.21.0.jar, camel-mock-3.21.0.jar, camel-ref-3.21.0.jar, camel-rest-3.21.0.jar, camel-saga-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-seda-3.21.0.jar, camel-spring-3.21.0.jar, camel-stub-3.21.0.jar, camel-timer-3.21.0.jar, camel-validator-3.21.0.jar, camel-vm-3.21.0.jar, camel-xslt-3.21.0.jar define 2 overlapping resources: 
05:51:35 [WARNING]   - META-INF/services/org/apache/camel/component.properties
05:51:35 [WARNING]   - component.properties
05:51:35 [WARNING] jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar define 134 overlapping classes and resources: 
05:51:35 [WARNING]   - com.sun.xml.bind.Locatable
05:51:35 [WARNING]   - com.sun.xml.bind.Messages
05:51:35 [WARNING]   - com.sun.xml.bind.WhiteSpaceProcessor
05:51:35 [WARNING]   - com.sun.xml.bind.annotation.OverrideAnnotationOf
05:51:35 [WARNING]   - com.sun.xml.bind.annotation.XmlIsSet
05:51:35 [WARNING]   - com.sun.xml.bind.annotation.XmlLocation
05:51:35 [WARNING]   - com.sun.xml.bind.api.ErrorListener
05:51:35 [WARNING]   - com.sun.xml.bind.api.impl.NameConverter
05:51:35 [WARNING]   - com.sun.xml.bind.api.impl.NameConverter$1
05:51:35 [WARNING]   - com.sun.xml.bind.api.impl.NameConverter$2
05:51:35 [WARNING]   - 124 more...
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-common-2.38.jar define 897 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.JerseyFlowSubscriber
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.JerseyFlowSubscriber$1
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.SubmissionPublisher
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.SubmissionPublisher$1
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.SubmissionPublisher$3
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.SubmissionPublisher$4
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.SubmissionPublisher$5
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.SubmissionPublisher$6
05:51:35 [WARNING]   - META-INF.versions.11.org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory
05:51:35 [WARNING]   - 887 more...
05:51:35 [WARNING] camel-amqp-3.21.0.jar, camel-amqp-starter-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-tooling-model-3.21.0.jar, camel-util-3.21.0.jar, camel-util-json-3.21.0.jar, camel-validator-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-3.21.0.jar, camel-xslt-starter-3.21.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, joda-time-2.9.4.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar, spring-boot-starter-2.5.14.jar, spring-boot-starter-actuator-2.5.14.jar, spring-boot-starter-jetty-2.5.14.jar, spring-boot-starter-json-2.5.14.jar, spring-boot-starter-logging-2.5.14.jar, spring-boot-starter-web-2.5.14.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/NOTICE.txt
05:51:35 [WARNING] jakarta.persistence-2.2.3.jar, javax.persistence-2.1.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - license.html
05:51:35 [WARNING] camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-core-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-health-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-support-3.21.0.jar, camel-util-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar define 2 overlapping resources: 
05:51:35 [WARNING]   - META-INF/services/org/apache/camel/other.properties
05:51:35 [WARNING]   - other.properties
05:51:35 [WARNING] jakarta.inject-2.6.1.jar, javax.inject-1.jar, jaxrs-ri-2.38.jar define 6 overlapping classes: 
05:51:35 [WARNING]   - javax.inject.Inject
05:51:35 [WARNING]   - javax.inject.Named
05:51:35 [WARNING]   - javax.inject.Provider
05:51:35 [WARNING]   - javax.inject.Qualifier
05:51:35 [WARNING]   - javax.inject.Scope
05:51:35 [WARNING]   - javax.inject.Singleton
05:51:35 [WARNING] HdrHistogram-2.1.12.jar, HikariCP-4.0.3.jar, LatencyUtils-2.0.3.jar, aopalliance-1.0.jar, aopalliance-repackaged-2.6.1.jar, asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, cache-api-1.1.1.jar, camel-amqp-3.21.0.jar, camel-amqp-starter-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-boot-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-tooling-model-3.21.0.jar, camel-util-3.21.0.jar, camel-util-json-3.21.0.jar, camel-validator-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-3.21.0.jar, camel-xslt-starter-3.21.0.jar, checker-qual-3.15.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, core-3.4.1.jar, failureaccess-1.0.1.jar, geronimo-jms_2.0_spec-1.0-alpha-2.jar, googleauth-1.5.0.jar, guava-32.1.2-jre.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, h2-1.4.200.jar, hibernate-jpamodelgen-5.5.4.Final.jar, hk2-api-2.6.1.jar, hk2-locator-2.6.1.jar, hk2-utils-2.6.1.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, istack-commons-runtime-3.0.12.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, jai-imageio-core-1.4.0.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.inject-2.6.1.jar, jakarta.jms-api-2.0.3.jar, jakarta.json-1.1.6-module.jar, jakarta.json-1.1.6.jar, jakarta.json-api-1.1.6.jar, jakarta.json.bind-api-1.0.2.jar, jakarta.persistence-2.2.3.jar, jakarta.servlet-api-4.0.4.jar, jakarta.validation-api-2.0.2.jar, jakarta.websocket-api-1.1.2.jar, jakarta.ws.rs-api-2.1.6.jar, jakarta.xml.bind-api-2.3.3.jar, javase-3.4.1.jar, javassist-3.26.0-GA.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, javax.activation-api-1.2.0.jar, javax.annotation-api-1.2.jar, javax.batch-api-1.0.1.jar, javax.json-1.0.4.jar, javax.persistence-2.1.1.jar, jaxb-api-2.3.1.jar, jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar, jaxrs-ri-2.38.jar, jboss-logging-3.4.3.Final.jar, jcl-over-slf4j-1.7.33.jar, jcommander-1.78.jar, jersey-client-2.38.jar, jersey-common-2.38.jar, jersey-container-servlet-2.38.jar, jersey-container-servlet-core-2.38.jar, jersey-entity-filtering-2.38.jar, jersey-hk2-2.38.jar, jersey-media-jaxb-2.38.jar, jersey-media-json-binding-2.38.jar, jersey-media-moxy-2.38.jar, jersey-media-sse-2.38.jar, jersey-server-2.38.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, joda-time-2.9.4.jar, jolokia-core-1.6.2.jar, jolokia-jvm-1.3.4-agent.jar, jose4j-0.7.10.jar, json-simple-1.1.1.jar, jsr305-3.0.2.jar, jul-to-slf4j-1.7.33.jar, junit-4.13.2.jar, kapua-account-api-2.1.0-SNAPSHOT.jar, kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-client-security-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-commons-rest-model-2.1.0-SNAPSHOT.jar, kapua-consumer-lifecycle-2.1.0-SNAPSHOT.jar, kapua-consumer-lifecycle-app-2.1.0-SNAPSHOT.jar, kapua-datastore-api-2.1.0-SNAPSHOT.jar, kapua-device-api-2.1.0-SNAPSHOT.jar, kapua-device-authentication-2.1.0-SNAPSHOT.jar, kapua-device-call-api-2.1.0-SNAPSHOT.jar, kapua-device-call-kura-2.1.0-SNAPSHOT.jar, kapua-device-commons-2.1.0-SNAPSHOT.jar, kapua-device-management-all-api-2.1.0-SNAPSHOT.jar, kapua-device-management-all-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-all-job-2.1.0-SNAPSHOT.jar, kapua-device-management-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-job-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-job-2.1.0-SNAPSHOT.jar, kapua-device-management-command-api-2.1.0-SNAPSHOT.jar, kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-command-job-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-job-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.jar, kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar, kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-job-api-2.1.0-SNAPSHOT.jar, kapua-device-management-job-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-job-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-job-2.1.0-SNAPSHOT.jar, kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-management-registry-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-request-api-2.1.0-SNAPSHOT.jar, kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar, kapua-device-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-registry-internal-2.1.0-SNAPSHOT.jar, kapua-endpoint-api-2.1.0-SNAPSHOT.jar, kapua-endpoint-internal-2.1.0-SNAPSHOT.jar, kapua-foreignkeys-2.1.0-SNAPSHOT.jar, kapua-job-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-client-2.1.0-SNAPSHOT.jar, kapua-job-engine-commons-2.1.0-SNAPSHOT.jar, kapua-job-internal-2.1.0-SNAPSHOT.jar, kapua-locator-guice-2.1.0-SNAPSHOT.jar, kapua-message-api-2.1.0-SNAPSHOT.jar, kapua-message-internal-2.1.0-SNAPSHOT.jar, kapua-openid-api-2.1.0-SNAPSHOT.jar, kapua-openid-provider-2.1.0-SNAPSHOT.jar, kapua-qa-markers-2.1.0-SNAPSHOT.jar, kapua-scheduler-api-2.1.0-SNAPSHOT.jar, kapua-scheduler-quartz-2.1.0-SNAPSHOT.jar, kapua-security-authentication-api-2.1.0-SNAPSHOT.jar, kapua-security-authorization-api-2.1.0-SNAPSHOT.jar, kapua-security-certificate-api-2.1.0-SNAPSHOT.jar, kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar, kapua-security-registration-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-simple-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-service-api-2.1.0-SNAPSHOT.jar, kapua-service-camel-2.1.0-SNAPSHOT.jar, kapua-service-client-2.1.0-SNAPSHOT.jar, kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar, kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar, kapua-service-storable-api-2.1.0-SNAPSHOT.jar, kapua-stream-api-2.1.0-SNAPSHOT.jar, kapua-stream-internal-2.1.0-SNAPSHOT.jar, kapua-tag-api-2.1.0-SNAPSHOT.jar, kapua-tag-internal-2.1.0-SNAPSHOT.jar, kapua-translator-api-2.1.0-SNAPSHOT.jar, kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar, kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar, kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar, kapua-transport-api-2.1.0-SNAPSHOT.jar, kapua-transport-jms-2.1.0-SNAPSHOT.jar, kapua-transport-mqtt-2.1.0-SNAPSHOT.jar, kapua-user-api-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar, liquibase-core-3.6.3.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, log4j-api-2.17.1.jar, log4j-over-slf4j-1.7.33.jar, log4j-to-slf4j-2.17.1.jar, logback-classic-1.2.13.jar, logback-core-1.2.13.jar, mapstruct-1.5.5.Final.jar, metrics-core-3.2.2.jar, micrometer-core-1.7.12.jar, netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-epoll-4.1.100.Final.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar, org.eclipse.paho.client.mqttv3-1.2.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar, osgi-resource-locator-1.0.3.jar, protobuf-java-3.23.2.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, quartz-2.3.2.jar, reflections-0.10.2.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, slf4j-api-1.7.33.jar, snakeyaml-2.2.jar, spi-annotations-3.21.0.jar, spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar, spring-boot-starter-2.5.14.jar, spring-boot-starter-actuator-2.5.14.jar, spring-boot-starter-jetty-2.5.14.jar, spring-boot-starter-json-2.5.14.jar, spring-boot-starter-logging-2.5.14.jar, spring-boot-starter-web-2.5.14.jar, spring-context-5.3.23.jar, spring-core-5.3.23.jar, spring-expression-5.3.23.jar, spring-jcl-5.3.23.jar, spring-jms-5.3.23.jar, spring-messaging-5.3.23.jar, spring-security-core-5.7.5.jar, spring-security-crypto-5.7.5.jar, spring-tx-5.3.23.jar, spring-web-5.3.23.jar, spring-webmvc-5.3.23.jar, tomcat-embed-el-9.0.63.jar, txw2-2.3.6.jar, validation-api-2.0.1.Final.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar, yasson-1.0.11.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/MANIFEST.MF
05:51:35 [WARNING] jaxrs-ri-2.38.jar, jersey-container-servlet-2.38.jar define 13 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml
05:51:35 [WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
05:51:35 [WARNING]   - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
05:51:35 [WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages
05:51:35 [WARNING]   - 3 more...
05:51:35 [WARNING] jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar define 630 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.properties
05:51:35 [WARNING]   - META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.xml
05:51:35 [WARNING]   - META-INF/services/javax.xml.bind.JAXBContext
05:51:35 [WARNING]   - com.sun.xml.bind.AccessorFactory
05:51:35 [WARNING]   - com.sun.xml.bind.AccessorFactoryImpl
05:51:35 [WARNING]   - com.sun.xml.bind.AnyTypeAdapter
05:51:35 [WARNING]   - com.sun.xml.bind.CycleRecoverable
05:51:35 [WARNING]   - com.sun.xml.bind.CycleRecoverable$Context
05:51:35 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl
05:51:35 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl$1
05:51:35 [WARNING]   - 620 more...
05:51:35 [WARNING] jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar define 1 overlapping resource: 
05:51:35 [WARNING]   - META-INF/services/com.fasterxml.jackson.databind.Module
05:51:35 [WARNING] jakarta.ws.rs-api-2.1.6.jar, jaxrs-ri-2.38.jar define 139 overlapping classes and resources: 
05:51:35 [WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties
05:51:35 [WARNING]   - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml
05:51:35 [WARNING]   - javax.ws.rs.ApplicationPath
05:51:35 [WARNING]   - javax.ws.rs.BadRequestException
05:51:35 [WARNING]   - javax.ws.rs.BeanParam
05:51:35 [WARNING]   - javax.ws.rs.ClientErrorException
05:51:35 [WARNING]   - javax.ws.rs.ConstrainedTo
05:51:35 [WARNING]   - javax.ws.rs.Consumes
05:51:35 [WARNING]   - javax.ws.rs.CookieParam
05:51:35 [WARNING]   - javax.ws.rs.DELETE
05:51:35 [WARNING]   - 129 more...
05:51:35 [WARNING] jakarta.json-1.1.6-module.jar, jakarta.json-1.1.6.jar, javax.json-1.0.4.jar, jaxrs-ri-2.38.jar define 43 overlapping class and resource: 
05:51:35 [WARNING]   - org.glassfish.json.BufferPoolImpl
05:51:35 [WARNING]   - org.glassfish.json.JsonArrayBuilderImpl
05:51:35 [WARNING]   - org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl
05:51:35 [WARNING]   - org.glassfish.json.JsonBuilderFactoryImpl
05:51:35 [WARNING]   - org.glassfish.json.JsonGeneratorFactoryImpl
05:51:35 [WARNING]   - org.glassfish.json.JsonGeneratorImpl
05:51:35 [WARNING]   - org.glassfish.json.JsonGeneratorImpl$1
05:51:35 [WARNING]   - org.glassfish.json.JsonGeneratorImpl$Context
05:51:35 [WARNING]   - org.glassfish.json.JsonGeneratorImpl$Scope
05:51:35 [WARNING]   - org.glassfish.json.JsonLocationImpl
05:51:35 [WARNING]   - 33 more...
05:51:35 [WARNING] maven-shade-plugin has detected that some class files are
05:51:35 [WARNING] present in two or more JARs. When this happens, only one
05:51:35 [WARNING] single version of the class is copied to the uber jar.
05:51:35 [WARNING] Usually this is not harmful and you can skip these warnings,
05:51:35 [WARNING] otherwise try to manually exclude artifacts based on
05:51:35 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:51:35 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:51:35 [INFO] 
05:51:35 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer-lifecycle-app ---
05:51:35 [INFO] 
05:51:35 [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer-lifecycle-app ---
05:51:35 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app/target/kapua-consumer-lifecycle-app-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-lifecycle-app/2.1.0-SNAPSHOT/kapua-consumer-lifecycle-app-2.1.0-SNAPSHOT.jar
05:51:35 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app/target/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-lifecycle-app/2.1.0-SNAPSHOT/kapua-consumer-lifecycle-app-2.1.0-SNAPSHOT.pom
05:51:35 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/lifecycle-app/target/kapua-consumer-lifecycle-app-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-lifecycle-app/2.1.0-SNAPSHOT/kapua-consumer-lifecycle-app-2.1.0-SNAPSHOT-sources.jar
05:51:35 [INFO] 
05:51:35 [INFO] -----------< org.eclipse.kapua:kapua-consumer-telemetry-app >-----------
05:51:35 [INFO] Building kapua-consumer-telemetry-app 2.1.0-SNAPSHOT           [206/229]
05:51:35 [INFO]   from consumer/telemetry-app/pom.xml
05:51:35 [INFO] --------------------------------[ jar ]---------------------------------
05:51:36 [INFO] 
05:51:36 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer-telemetry-app ---
05:51:36 [INFO] 
05:51:36 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-telemetry-app ---
05:51:36 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:36 [INFO] 
05:51:36 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-telemetry-app ---
05:51:36 [INFO] Required toolchain: jdk [ version='11' ]
05:51:36 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:36 [INFO] 
05:51:36 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-telemetry-app ---
05:51:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer/telemetry-app' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app
05:51:36 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358696119
05:51:36 [WARNING] Cannot get the branch information from the git repository: 
05:51:36 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:36 
05:51:36 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/consumer/telemetry-app' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:36 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app
05:51:36 [INFO] Storing buildScmBranch: UNKNOWN
05:51:36 [INFO] 
05:51:36 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-telemetry-app ---
05:51:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/consumer/telemetry-app/target/jacoco.exec
05:51:36 [INFO] 
05:51:36 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-telemetry-app ---
05:51:36 [INFO] Copying 6 resources
05:51:36 [INFO] 
05:51:36 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-telemetry-app ---
05:51:36 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:36 [INFO] Changes detected - recompiling the module!
05:51:36 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app/target/classes
05:51:37 [INFO] 
05:51:37 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-consumer-telemetry-app ---
05:51:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app/src/test/resources
05:51:37 [INFO] 
05:51:37 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-consumer-telemetry-app ---
05:51:37 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:37 [INFO] No sources to compile
05:51:37 [INFO] 
05:51:37 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-consumer-telemetry-app ---
05:51:37 [INFO] Tests are skipped.
05:51:37 [INFO] 
05:51:37 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer-telemetry-app ---
05:51:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:37 [INFO] 
05:51:37 [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-consumer-telemetry-app ---
05:51:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app/target/kapua-consumer-telemetry-app-2.1.0-SNAPSHOT.jar
05:51:37 [INFO] 
05:51:37 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer-telemetry-app ---
05:51:37 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app/target/kapua-consumer-telemetry-app-2.1.0-SNAPSHOT-sources.jar
05:51:38 [INFO] 
05:51:38 [INFO] --- shade:3.4.1:shade (default) @ kapua-consumer-telemetry-app ---
05:51:38 [INFO] Including org.eclipse.kapua:kapua-consumer-telemetry:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-service-client:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-job-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-job-engine-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including junit:junit:jar:4.13.2 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-scheduler-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-store-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-bundle-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-store-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-packages-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-job-engine-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-job-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including javax.batch:javax.batch-api:jar:1.0.1 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-service-camel:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-message-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-service-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar.
05:51:38 [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar.
05:51:38 [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.3.3 in the shaded jar.
05:51:38 [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar.
05:51:38 [INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-account-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-security-authentication-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-security-authorization-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-translator-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-qa-markers:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-all:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-dns:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-haproxy:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-http2:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-memcache:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-mqtt:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-redis:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-smtp:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-socks:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-stomp:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-xml:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-handler-proxy:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-handler-ssl-ocsp:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-resolver:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-resolver-dns:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-rxtx:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-sctp:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-udt:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-resolver-dns-classes-macos:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-aarch_64:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-aarch_64:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-resolver-dns-native-macos:jar:osx-aarch_64:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including org.slf4j:slf4j-api:jar:1.7.33 in the shaded jar.
05:51:38 [INFO] Including org.apache.commons:commons-pool2:jar:2.3 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-locator-guice:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including com.google.inject:guice:jar:5.1.0 in the shaded jar.
05:51:38 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
05:51:38 [INFO] Including com.google.inject.extensions:guice-multibindings:jar:4.2.3 in the shaded jar.
05:51:38 [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.33 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-commons:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.mapstruct:mapstruct:jar:1.5.5.Final in the shaded jar.
05:51:38 [INFO] Including com.google.zxing:javase:jar:3.4.1 in the shaded jar.
05:51:38 [INFO] Including com.google.zxing:core:jar:3.4.1 in the shaded jar.
05:51:38 [INFO] Including com.beust:jcommander:jar:1.78 in the shaded jar.
05:51:38 [INFO] Including com.github.jai-imageio:jai-imageio-core:jar:1.4.0 in the shaded jar.
05:51:38 [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.extension:jar:2.7.12 in the shaded jar.
05:51:38 [INFO] Including org.checkerframework:checker-qual:jar:3.15.0 in the shaded jar.
05:51:38 [INFO] Including org.hibernate:hibernate-jpamodelgen:jar:5.5.4.Final in the shaded jar.
05:51:38 [INFO] Including org.jboss.logging:jboss-logging:jar:3.4.3.Final in the shaded jar.
05:51:38 [INFO] Including javax.xml.bind:jaxb-api:jar:2.3.1 in the shaded jar.
05:51:38 [INFO] Including javax.activation:javax.activation-api:jar:1.2.0 in the shaded jar.
05:51:38 [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.6 in the shaded jar.
05:51:38 [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.6 in the shaded jar.
05:51:38 [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.12 in the shaded jar.
05:51:38 [INFO] Including com.zaxxer:HikariCP:jar:4.0.3 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-message-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including javax.validation:validation-api:jar:2.0.1.Final in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-security-registration-simple:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-security-registration-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.bitbucket.b_c:jose4j:jar:0.7.10 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-account-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-datastore-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-service-storable-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.15.2 in the shaded jar.
05:51:38 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 in the shaded jar.
05:51:38 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-datastore-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-service-storable-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-service-elasticsearch-client-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar.
05:51:38 [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar.
05:51:38 [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-service-elasticsearch-client-rest:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.elasticsearch.client:elasticsearch-rest-client:jar:7.8.1 in the shaded jar.
05:51:38 [INFO] Including org.apache.httpcomponents:httpasyncclient:jar:4.1.5 in the shaded jar.
05:51:38 [INFO] Including org.apache.httpcomponents:httpcore-nio:jar:4.4.15 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-security-shiro:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-openid-provider:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-openid-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.glassfish:javax.json:jar:1.0.4 in the shaded jar.
05:51:38 [INFO] Including com.warrenstrange:googleauth:jar:1.5.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.shiro:shiro-core:jar:1.12.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.shiro:shiro-lang:jar:1.12.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.shiro:shiro-cache:jar:1.12.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.shiro:shiro-config-core:jar:1.12.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.shiro:shiro-config-ogdl:jar:1.12.0 in the shaded jar.
05:51:38 [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar.
05:51:38 [INFO] Including org.apache.shiro:shiro-event:jar:1.12.0 in the shaded jar.
05:51:38 [INFO] Including org.springframework.security:spring-security-crypto:jar:5.7.5 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-registry-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-registry-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-call-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-authentication:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-client-security:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-registry-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-registry-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-keystore-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-keystore-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-security-certificate-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-service-commons-utils-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-security-certificate-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-service-commons-utils-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-tag-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-tag-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-user-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-user-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-all-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-asset-store-dummy:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-bundle-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-command-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-command-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-message-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-configuration-store-dummy:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-inventory-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-inventory-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-packages-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-request-internal:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-management-request-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-translator-kapua-kura:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-device-call-kura:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-translator-kura-jms:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-translator-kura-mqtt:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-transport-api:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-transport-jms:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-transport-mqtt:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.2.1 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.kapua:kapua-foreignkeys:jar:2.1.0-SNAPSHOT in the shaded jar.
05:51:38 [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
05:51:38 [INFO] Including com.google.protobuf:protobuf-java:jar:3.23.2 in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-common:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-buffer:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including org.eclipse.persistence:javax.persistence:jar:2.1.1 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.7.12 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.persistence:jakarta.persistence:jar:2.2.3 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.4.0 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.7.12 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.core:jar:2.7.12 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.7.12 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.persistence:org.eclipse.persistence.moxy:jar:2.7.12 in the shaded jar.
05:51:38 [INFO] Including com.google.guava:guava:jar:32.1.2-jre in the shaded jar.
05:51:38 [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
05:51:38 [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
05:51:38 [INFO] Including commons-configuration:commons-configuration:jar:1.9 in the shaded jar.
05:51:38 [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
05:51:38 [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.2 in the shaded jar.
05:51:38 [INFO] Including org.reflections:reflections:jar:0.10.2 in the shaded jar.
05:51:38 [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
05:51:38 [INFO] Including org.javassist:javassist:jar:3.26.0-GA in the shaded jar.
05:51:38 [INFO] Including com.h2database:h2:jar:1.4.200 in the shaded jar.
05:51:38 [INFO] Including commons-io:commons-io:jar:2.11.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
05:51:38 [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar.
05:51:38 [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar.
05:51:38 [INFO] Including org.liquibase:liquibase-core:jar:3.6.3 in the shaded jar.
05:51:38 [INFO] Including org.yaml:snakeyaml:jar:2.2 in the shaded jar.
05:51:38 [INFO] Including org.jolokia:jolokia-jvm:jar:agent:1.3.4 in the shaded jar.
05:51:38 [INFO] Including org.jolokia:jolokia-core:jar:1.6.2 in the shaded jar.
05:51:38 [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar.
05:51:38 [INFO] Including ch.qos.logback:logback-core:jar:1.2.13 in the shaded jar.
05:51:38 [INFO] Including ch.qos.logback:logback-classic:jar:1.2.13 in the shaded jar.
05:51:38 [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.33 in the shaded jar.
05:51:38 [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.17.1 in the shaded jar.
05:51:38 [INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.1 in the shaded jar.
05:51:38 [INFO] Including javax.cache:cache-api:jar:1.1.1 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-core:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-core-engine:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-api:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-base-engine:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-base:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-core-reifier:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-core-processor:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-management-api:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-support:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-util:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-core-languages:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-core-model:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-bean:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-browse:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-cluster:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-controlbus:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-dataformat:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-dataset:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-direct:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-directvm:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-file:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-health:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-language:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-log:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-mock:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-ref:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-rest:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-tooling-model:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-saga:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-scheduler:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-seda:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-stub:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-timer:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-validator:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-vm:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-xpath:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-xslt:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-xml-jaxb:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.3.0.1 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-xml-jaxp:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-xml-io-util:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-jms-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot-starter:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.33 in the shaded jar.
05:51:38 [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-jms:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0-alpha-2 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-core-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-amqp-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-amqp:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-spring-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-spring:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:spi-annotations:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-spring-boot-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-spring-boot:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-spring-main:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-main:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-util-json:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-cloud:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-bean-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-browse-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-controlbus-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-dataformat-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-dataset-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-direct-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-directvm-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-file-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-language-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-log-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-mock-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-ref-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-rest-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-saga-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-scheduler-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-seda-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-stub-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-timer-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-validator-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-vm-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-xpath-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-xslt-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-xml-jaxp-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-spring-boot-xml-starter:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel.springboot:camel-spring-boot-xml:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-spring-xml:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-core-xml:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-xml-jaxb-dsl:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.apache.camel:camel-dsl-support:jar:3.21.0 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot-starter-web:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot-starter-json:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.15.2 in the shaded jar.
05:51:38 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.2 in the shaded jar.
05:51:38 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.15.2 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-web:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-webmvc:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot-starter-jetty:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including jakarta.servlet:jakarta.servlet-api:jar:4.0.4 in the shaded jar.
05:51:38 [INFO] Including jakarta.websocket:jakarta.websocket-api:jar:1.1.2 in the shaded jar.
05:51:38 [INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.63 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-servlets:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-continuation:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-http:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-util:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-io:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-webapp:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-xml:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-servlet:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-security:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-server:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-util-ajax:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty.websocket:websocket-server:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty.websocket:websocket-common:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty.websocket:websocket-api:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty.websocket:websocket-client:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-client:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty.websocket:javax-websocket-server-impl:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-annotations:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty:jetty-plus:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.ow2.asm:asm:jar:9.4 in the shaded jar.
05:51:38 [INFO] Including org.ow2.asm:asm-commons:jar:9.4 in the shaded jar.
05:51:38 [INFO] Including org.ow2.asm:asm-tree:jar:9.4 in the shaded jar.
05:51:38 [INFO] Including org.eclipse.jetty.websocket:javax-websocket-client-impl:jar:9.4.53.v20231009 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot-starter-actuator:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including org.springframework.boot:spring-boot-actuator:jar:2.5.14 in the shaded jar.
05:51:38 [INFO] Including io.micrometer:micrometer-core:jar:1.7.12 in the shaded jar.
05:51:38 [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.12 in the shaded jar.
05:51:38 [INFO] Including org.latencyutils:LatencyUtils:jar:2.0.3 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-aop:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-beans:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-context:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-core:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-jcl:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-expression:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-jms:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-messaging:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework:spring-tx:jar:5.3.23 in the shaded jar.
05:51:38 [INFO] Including org.springframework.security:spring-security-core:jar:5.7.5 in the shaded jar.
05:51:38 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.7.0 in the shaded jar.
05:51:38 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
05:51:38 [INFO] Including org.apache.qpid:proton-j:jar:0.34.0 in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-handler:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Including io.netty:netty-codec-http:jar:4.1.100.Final in the shaded jar.
05:51:38 [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app/target/dependency-reduced-pom.xml
05:51:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:39 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:40 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:43 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:43 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:43 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:43 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:51:44 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, jakarta.jms-api-2.0.3.jar define 81 overlapping classes: 
05:51:44 [WARNING]   - javax.jms.BytesMessage
05:51:44 [WARNING]   - javax.jms.CompletionListener
05:51:44 [WARNING]   - javax.jms.Connection
05:51:44 [WARNING]   - javax.jms.ConnectionConsumer
05:51:44 [WARNING]   - javax.jms.ConnectionFactory
05:51:44 [WARNING]   - javax.jms.ConnectionMetaData
05:51:44 [WARNING]   - javax.jms.DeliveryMode
05:51:44 [WARNING]   - javax.jms.Destination
05:51:44 [WARNING]   - javax.jms.ExceptionListener
05:51:44 [WARNING]   - javax.jms.IllegalStateException
05:51:44 [WARNING]   - 71 more...
05:51:44 [WARNING] jakarta.annotation-api-1.3.5.jar, javax.annotation-api-1.2.jar define 15 overlapping classes: 
05:51:44 [WARNING]   - javax.annotation.Generated
05:51:44 [WARNING]   - javax.annotation.ManagedBean
05:51:44 [WARNING]   - javax.annotation.PostConstruct
05:51:44 [WARNING]   - javax.annotation.PreDestroy
05:51:44 [WARNING]   - javax.annotation.Priority
05:51:44 [WARNING]   - javax.annotation.Resource
05:51:44 [WARNING]   - javax.annotation.Resource$AuthenticationType
05:51:44 [WARNING]   - javax.annotation.Resources
05:51:44 [WARNING]   - javax.annotation.security.DeclareRoles
05:51:44 [WARNING]   - javax.annotation.security.DenyAll
05:51:44 [WARNING]   - 5 more...
05:51:44 [WARNING] log4j-api-2.17.1.jar, spring-boot-2.5.14.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/services/org.apache.logging.log4j.util.PropertySource
05:51:44 [WARNING] aopalliance-1.0.jar, spring-aop-5.3.23.jar define 9 overlapping classes: 
05:51:44 [WARNING]   - org.aopalliance.aop.Advice
05:51:44 [WARNING]   - org.aopalliance.aop.AspectException
05:51:44 [WARNING]   - org.aopalliance.intercept.ConstructorInterceptor
05:51:44 [WARNING]   - org.aopalliance.intercept.ConstructorInvocation
05:51:44 [WARNING]   - org.aopalliance.intercept.Interceptor
05:51:44 [WARNING]   - org.aopalliance.intercept.Invocation
05:51:44 [WARNING]   - org.aopalliance.intercept.Joinpoint
05:51:44 [WARNING]   - org.aopalliance.intercept.MethodInterceptor
05:51:44 [WARNING]   - org.aopalliance.intercept.MethodInvocation
05:51:44 [WARNING] camel-amqp-starter-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-starter-3.21.0.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/spring.provides
05:51:44 [WARNING] netty-transport-native-epoll-4.1.100.Final-linux-aarch_64.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-epoll-4.1.100.Final.jar define 2 overlapping resources: 
05:51:44 [WARNING]   - META-INF/maven/io.netty/netty-transport-native-epoll/pom.properties
05:51:44 [WARNING]   - META-INF/maven/io.netty/netty-transport-native-epoll/pom.xml
05:51:44 [WARNING] jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, javax.activation-api-1.2.0.jar define 31 overlapping classes: 
05:51:44 [WARNING]   - javax.activation.ActivationDataFlavor
05:51:44 [WARNING]   - javax.activation.CommandInfo
05:51:44 [WARNING]   - javax.activation.CommandInfo$Beans
05:51:44 [WARNING]   - javax.activation.CommandInfo$Beans$1
05:51:44 [WARNING]   - javax.activation.CommandMap
05:51:44 [WARNING]   - javax.activation.CommandObject
05:51:44 [WARNING]   - javax.activation.DataContentHandler
05:51:44 [WARNING]   - javax.activation.DataContentHandlerFactory
05:51:44 [WARNING]   - javax.activation.DataHandler
05:51:44 [WARNING]   - javax.activation.DataHandler$1
05:51:44 [WARNING]   - 21 more...
05:51:44 [WARNING] camel-amqp-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-browse-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-core-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataset-3.21.0.jar, camel-direct-3.21.0.jar, camel-directvm-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-language-3.21.0.jar, camel-log-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-ref-3.21.0.jar, camel-rest-3.21.0.jar, camel-saga-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-seda-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-util-3.21.0.jar, camel-validator-3.21.0.jar, camel-vm-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xslt-3.21.0.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/jandex.idx
05:51:44 [WARNING] netty-common-4.1.100.Final.jar, spring-core-5.3.23.jar, spring-web-5.3.23.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/services/reactor.blockhound.integration.BlockHoundIntegration
05:51:44 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, httpasyncclient-4.1.5.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, httpcore-nio-4.4.15.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/DEPENDENCIES
05:51:44 [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.33.jar, spring-jcl-5.3.23.jar define 4 overlapping classes: 
05:51:44 [WARNING]   - org.apache.commons.logging.Log
05:51:44 [WARNING]   - org.apache.commons.logging.LogFactory
05:51:44 [WARNING]   - org.apache.commons.logging.impl.NoOpLog
05:51:44 [WARNING]   - org.apache.commons.logging.impl.SimpleLog
05:51:44 [WARNING] istack-commons-runtime-3.0.12.jar, jaxb-impl-2.3.3.jar define 2 overlapping classes: 
05:51:44 [WARNING]   - META-INF.versions.9.com.sun.istack.logging.StackHelper
05:51:44 [WARNING]   - com.sun.istack.logging.StackHelper
05:51:44 [WARNING] netty-all-4.1.100.Final.jar, netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-dns-4.1.100.Final.jar, netty-codec-haproxy-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-codec-http2-4.1.100.Final.jar, netty-codec-memcache-4.1.100.Final.jar, netty-codec-mqtt-4.1.100.Final.jar, netty-codec-redis-4.1.100.Final.jar, netty-codec-smtp-4.1.100.Final.jar, netty-codec-socks-4.1.100.Final.jar, netty-codec-stomp-4.1.100.Final.jar, netty-codec-xml-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-handler-proxy-4.1.100.Final.jar, netty-handler-ssl-ocsp-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-resolver-dns-4.1.100.Final.jar, netty-resolver-dns-classes-macos-4.1.100.Final.jar, netty-resolver-dns-native-macos-4.1.100.Final-osx-aarch_64.jar, netty-resolver-dns-native-macos-4.1.100.Final-osx-x86_64.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-aarch_64.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-epoll-4.1.100.Final.jar, netty-transport-native-kqueue-4.1.100.Final-osx-aarch_64.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar, netty-transport-rxtx-4.1.100.Final.jar, netty-transport-sctp-4.1.100.Final.jar, netty-transport-udt-4.1.100.Final.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/io.netty.versions.properties
05:51:44 [WARNING] istack-commons-runtime-3.0.12.jar, jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar define 23 overlapping classes and resources: 
05:51:44 [WARNING]   - META-INF/maven/com.sun.istack/istack-commons-runtime/pom.properties
05:51:44 [WARNING]   - META-INF/maven/com.sun.istack/istack-commons-runtime/pom.xml
05:51:44 [WARNING]   - com.sun.istack.Builder
05:51:44 [WARNING]   - com.sun.istack.ByteArrayDataSource
05:51:44 [WARNING]   - com.sun.istack.FinalArrayList
05:51:44 [WARNING]   - com.sun.istack.FragmentContentHandler
05:51:44 [WARNING]   - com.sun.istack.Interned
05:51:44 [WARNING]   - com.sun.istack.NotNull
05:51:44 [WARNING]   - com.sun.istack.Nullable
05:51:44 [WARNING]   - com.sun.istack.Pool
05:51:44 [WARNING]   - 13 more...
05:51:44 [WARNING] jakarta.persistence-2.2.3.jar, javax.persistence-2.1.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - readme.html
05:51:44 [WARNING] camel-amqp-starter-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-boot-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-starter-3.21.0.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/spring-autoconfigure-metadata.properties
05:51:44 [WARNING] camel-amqp-3.21.0.jar, camel-amqp-starter-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-tooling-model-3.21.0.jar, camel-util-3.21.0.jar, camel-util-json-3.21.0.jar, camel-validator-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-3.21.0.jar, camel-xslt-starter-3.21.0.jar, checker-qual-3.15.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, elasticsearch-rest-client-7.8.1.jar, javax.activation-api-1.2.0.jar, javax.annotation-api-1.2.jar, jaxb-api-2.3.1.jar, jboss-logging-3.4.3.Final.jar, joda-time-2.9.4.jar, mapstruct-1.5.5.Final.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar, spring-boot-starter-2.5.14.jar, spring-boot-starter-actuator-2.5.14.jar, spring-boot-starter-jetty-2.5.14.jar, spring-boot-starter-json-2.5.14.jar, spring-boot-starter-logging-2.5.14.jar, spring-boot-starter-web-2.5.14.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/LICENSE.txt
05:51:44 [WARNING] jakarta.persistence-2.2.3.jar, javax.persistence-2.1.1.jar define 218 overlapping classes and resources: 
05:51:44 [WARNING]   - META-INF/eclipse.inf
05:51:44 [WARNING]   - javax.persistence.Access
05:51:44 [WARNING]   - javax.persistence.AccessType
05:51:44 [WARNING]   - javax.persistence.AssociationOverride
05:51:44 [WARNING]   - javax.persistence.AssociationOverrides
05:51:44 [WARNING]   - javax.persistence.AttributeConverter
05:51:44 [WARNING]   - javax.persistence.AttributeNode
05:51:44 [WARNING]   - javax.persistence.AttributeOverride
05:51:44 [WARNING]   - javax.persistence.AttributeOverrides
05:51:44 [WARNING]   - javax.persistence.Basic
05:51:44 [WARNING]   - 208 more...
05:51:44 [WARNING] camel-amqp-3.21.0.jar, camel-amqp-starter-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-tooling-model-3.21.0.jar, camel-util-3.21.0.jar, camel-util-json-3.21.0.jar, camel-validator-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-3.21.0.jar, camel-xslt-starter-3.21.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, elasticsearch-rest-client-7.8.1.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, joda-time-2.9.4.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar, spring-boot-starter-2.5.14.jar, spring-boot-starter-actuator-2.5.14.jar, spring-boot-starter-jetty-2.5.14.jar, spring-boot-starter-json-2.5.14.jar, spring-boot-starter-logging-2.5.14.jar, spring-boot-starter-web-2.5.14.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/NOTICE.txt
05:51:44 [WARNING] camel-api-3.21.0.jar, spi-annotations-3.21.0.jar define 30 overlapping classes: 
05:51:44 [WARNING]   - org.apache.camel.Category
05:51:44 [WARNING]   - org.apache.camel.spi.ApiMethod
05:51:44 [WARNING]   - org.apache.camel.spi.ApiParam
05:51:44 [WARNING]   - org.apache.camel.spi.ApiParams
05:51:44 [WARNING]   - org.apache.camel.spi.AsEndpointUri
05:51:44 [WARNING]   - org.apache.camel.spi.AsPredicate
05:51:44 [WARNING]   - org.apache.camel.spi.Metadata
05:51:44 [WARNING]   - org.apache.camel.spi.UriEndpoint
05:51:44 [WARNING]   - org.apache.camel.spi.UriParam
05:51:44 [WARNING]   - org.apache.camel.spi.UriParams
05:51:44 [WARNING]   - 20 more...
05:51:44 [WARNING] kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-device-registry-internal-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-tag-internal-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - liquibase/common-properties.xml
05:51:44 [WARNING] jolokia-jvm-1.3.4-agent.jar, json-simple-1.1.1.jar define 14 overlapping classes and resources: 
05:51:44 [WARNING]   - META-INF/maven/com.googlecode.json-simple/json-simple/pom.properties
05:51:44 [WARNING]   - META-INF/maven/com.googlecode.json-simple/json-simple/pom.xml
05:51:44 [WARNING]   - org.json.simple.ItemList
05:51:44 [WARNING]   - org.json.simple.JSONArray
05:51:44 [WARNING]   - org.json.simple.JSONAware
05:51:44 [WARNING]   - org.json.simple.JSONObject
05:51:44 [WARNING]   - org.json.simple.JSONStreamAware
05:51:44 [WARNING]   - org.json.simple.JSONValue
05:51:44 [WARNING]   - org.json.simple.parser.ContainerFactory
05:51:44 [WARNING]   - org.json.simple.parser.ContentHandler
05:51:44 [WARNING]   - 4 more...
05:51:44 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, guava-32.1.2-jre.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, httpasyncclient-4.1.5.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, httpcore-nio-4.4.15.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, jai-imageio-core-1.4.0.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, micrometer-core-1.7.12.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, tomcat-embed-el-9.0.63.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:51:44 [WARNING]   - META-INF/LICENSE
05:51:45 [WARNING] shiro-core-1.12.0.jar, shiro-event-1.12.0.jar define 13 overlapping classes: 
05:51:45 [WARNING]   - org.apache.shiro.event.Event
05:51:45 [WARNING]   - org.apache.shiro.event.EventBus
05:51:45 [WARNING]   - org.apache.shiro.event.EventBusAware
05:51:45 [WARNING]   - org.apache.shiro.event.Subscribe
05:51:45 [WARNING]   - org.apache.shiro.event.support.AnnotationEventListenerResolver
05:51:45 [WARNING]   - org.apache.shiro.event.support.DefaultEventBus
05:51:45 [WARNING]   - org.apache.shiro.event.support.DefaultEventBus$Subscription
05:51:45 [WARNING]   - org.apache.shiro.event.support.EventClassComparator
05:51:45 [WARNING]   - org.apache.shiro.event.support.EventListener
05:51:45 [WARNING]   - org.apache.shiro.event.support.EventListenerComparator
05:51:45 [WARNING]   - 3 more...
05:51:45 [WARNING] jakarta.persistence-2.2.3.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, javax.persistence-2.1.1.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, kapua-account-api-2.1.0-SNAPSHOT.jar, kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-datastore-api-2.1.0-SNAPSHOT.jar, kapua-datastore-internal-2.1.0-SNAPSHOT.jar, kapua-device-api-2.1.0-SNAPSHOT.jar, kapua-device-call-api-2.1.0-SNAPSHOT.jar, kapua-device-call-kura-2.1.0-SNAPSHOT.jar, kapua-device-commons-2.1.0-SNAPSHOT.jar, kapua-device-management-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-command-api-2.1.0-SNAPSHOT.jar, kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar, kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar, kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-management-request-api-2.1.0-SNAPSHOT.jar, kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar, kapua-device-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-registry-internal-2.1.0-SNAPSHOT.jar, kapua-foreignkeys-2.1.0-SNAPSHOT.jar, kapua-job-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-commons-2.1.0-SNAPSHOT.jar, kapua-locator-guice-2.1.0-SNAPSHOT.jar, kapua-message-api-2.1.0-SNAPSHOT.jar, kapua-message-internal-2.1.0-SNAPSHOT.jar, kapua-openid-api-2.1.0-SNAPSHOT.jar, kapua-openid-provider-2.1.0-SNAPSHOT.jar, kapua-qa-markers-2.1.0-SNAPSHOT.jar, kapua-scheduler-api-2.1.0-SNAPSHOT.jar, kapua-security-authentication-api-2.1.0-SNAPSHOT.jar, kapua-security-authorization-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-simple-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-service-api-2.1.0-SNAPSHOT.jar, kapua-service-client-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar, kapua-tag-api-2.1.0-SNAPSHOT.jar, kapua-tag-internal-2.1.0-SNAPSHOT.jar, kapua-translator-api-2.1.0-SNAPSHOT.jar, kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar, kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar, kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar, kapua-transport-api-2.1.0-SNAPSHOT.jar, kapua-transport-jms-2.1.0-SNAPSHOT.jar, kapua-transport-mqtt-2.1.0-SNAPSHOT.jar, kapua-user-api-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar, org.eclipse.paho.client.mqttv3-1.2.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - about.html
05:51:45 [WARNING] HdrHistogram-2.1.12.jar, HikariCP-4.0.3.jar, LatencyUtils-2.0.3.jar, aopalliance-1.0.jar, asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, cache-api-1.1.1.jar, camel-amqp-3.21.0.jar, camel-amqp-starter-3.21.0.jar, camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-bean-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-file-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-health-3.21.0.jar, camel-jms-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-mock-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-3.21.0.jar, camel-spring-boot-3.21.0.jar, camel-spring-boot-starter-3.21.0.jar, camel-spring-boot-xml-3.21.0.jar, camel-spring-boot-xml-starter-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-stub-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-support-3.21.0.jar, camel-timer-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-tooling-model-3.21.0.jar, camel-util-3.21.0.jar, camel-util-json-3.21.0.jar, camel-validator-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar, camel-xml-jaxp-starter-3.21.0.jar, camel-xpath-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-3.21.0.jar, camel-xslt-starter-3.21.0.jar, checker-qual-3.15.0.jar, commons-beanutils-1.9.4.jar, commons-codec-1.15.jar, commons-collections-3.2.2.jar, commons-configuration-1.9.jar, commons-io-2.11.0.jar, commons-lang-2.6.jar, commons-lang3-3.4.jar, commons-logging-1.2.jar, commons-pool2-2.3.jar, core-3.4.1.jar, elasticsearch-rest-client-7.8.1.jar, failureaccess-1.0.1.jar, geronimo-jms_2.0_spec-1.0-alpha-2.jar, googleauth-1.5.0.jar, guava-32.1.2-jre.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, h2-1.4.200.jar, hibernate-jpamodelgen-5.5.4.Final.jar, httpasyncclient-4.1.5.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, httpcore-nio-4.4.15.jar, istack-commons-runtime-3.0.12.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, jai-imageio-core-1.4.0.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.jms-api-2.0.3.jar, jakarta.persistence-2.2.3.jar, jakarta.servlet-api-4.0.4.jar, jakarta.websocket-api-1.1.2.jar, jakarta.xml.bind-api-2.3.3.jar, javase-3.4.1.jar, javassist-3.26.0-GA.jar, javax-websocket-client-impl-9.4.53.v20231009.jar, javax-websocket-server-impl-9.4.53.v20231009.jar, javax.activation-api-1.2.0.jar, javax.annotation-api-1.2.jar, javax.batch-api-1.0.1.jar, javax.json-1.0.4.jar, javax.persistence-2.1.1.jar, jaxb-api-2.3.1.jar, jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar, jboss-logging-3.4.3.Final.jar, jcl-over-slf4j-1.7.33.jar, jcommander-1.78.jar, jetty-annotations-9.4.53.v20231009.jar, jetty-client-9.4.53.v20231009.jar, jetty-continuation-9.4.53.v20231009.jar, jetty-http-9.4.53.v20231009.jar, jetty-io-9.4.53.v20231009.jar, jetty-plus-9.4.53.v20231009.jar, jetty-security-9.4.53.v20231009.jar, jetty-server-9.4.53.v20231009.jar, jetty-servlet-9.4.53.v20231009.jar, jetty-servlets-9.4.53.v20231009.jar, jetty-util-9.4.53.v20231009.jar, jetty-util-ajax-9.4.53.v20231009.jar, jetty-webapp-9.4.53.v20231009.jar, jetty-xml-9.4.53.v20231009.jar, joda-time-2.9.4.jar, jolokia-core-1.6.2.jar, jolokia-jvm-1.3.4-agent.jar, jose4j-0.7.10.jar, json-simple-1.1.1.jar, jsr305-3.0.2.jar, jul-to-slf4j-1.7.33.jar, junit-4.13.2.jar, kapua-account-api-2.1.0-SNAPSHOT.jar, kapua-account-internal-2.1.0-SNAPSHOT.jar, kapua-client-security-2.1.0-SNAPSHOT.jar, kapua-commons-2.1.0-SNAPSHOT.jar, kapua-consumer-telemetry-2.1.0-SNAPSHOT.jar, kapua-consumer-telemetry-app-2.1.0-SNAPSHOT.jar, kapua-datastore-api-2.1.0-SNAPSHOT.jar, kapua-datastore-internal-2.1.0-SNAPSHOT.jar, kapua-device-api-2.1.0-SNAPSHOT.jar, kapua-device-authentication-2.1.0-SNAPSHOT.jar, kapua-device-call-api-2.1.0-SNAPSHOT.jar, kapua-device-call-kura-2.1.0-SNAPSHOT.jar, kapua-device-commons-2.1.0-SNAPSHOT.jar, kapua-device-management-all-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-store-api-2.1.0-SNAPSHOT.jar, kapua-device-management-asset-store-dummy-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-api-2.1.0-SNAPSHOT.jar, kapua-device-management-bundle-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-command-api-2.1.0-SNAPSHOT.jar, kapua-device-management-command-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-api-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-message-api-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-store-api-2.1.0-SNAPSHOT.jar, kapua-device-management-configuration-store-dummy-2.1.0-SNAPSHOT.jar, kapua-device-management-inventory-api-2.1.0-SNAPSHOT.jar, kapua-device-management-inventory-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-job-api-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-api-2.1.0-SNAPSHOT.jar, kapua-device-management-keystore-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-api-2.1.0-SNAPSHOT.jar, kapua-device-management-packages-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-management-registry-internal-2.1.0-SNAPSHOT.jar, kapua-device-management-request-api-2.1.0-SNAPSHOT.jar, kapua-device-management-request-internal-2.1.0-SNAPSHOT.jar, kapua-device-registry-api-2.1.0-SNAPSHOT.jar, kapua-device-registry-internal-2.1.0-SNAPSHOT.jar, kapua-foreignkeys-2.1.0-SNAPSHOT.jar, kapua-job-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-api-2.1.0-SNAPSHOT.jar, kapua-job-engine-commons-2.1.0-SNAPSHOT.jar, kapua-locator-guice-2.1.0-SNAPSHOT.jar, kapua-message-api-2.1.0-SNAPSHOT.jar, kapua-message-internal-2.1.0-SNAPSHOT.jar, kapua-openid-api-2.1.0-SNAPSHOT.jar, kapua-openid-provider-2.1.0-SNAPSHOT.jar, kapua-qa-markers-2.1.0-SNAPSHOT.jar, kapua-scheduler-api-2.1.0-SNAPSHOT.jar, kapua-security-authentication-api-2.1.0-SNAPSHOT.jar, kapua-security-authorization-api-2.1.0-SNAPSHOT.jar, kapua-security-certificate-api-2.1.0-SNAPSHOT.jar, kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar, kapua-security-registration-api-2.1.0-SNAPSHOT.jar, kapua-security-registration-simple-2.1.0-SNAPSHOT.jar, kapua-security-shiro-2.1.0-SNAPSHOT.jar, kapua-service-api-2.1.0-SNAPSHOT.jar, kapua-service-camel-2.1.0-SNAPSHOT.jar, kapua-service-client-2.1.0-SNAPSHOT.jar, kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar, kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-api-2.1.0-SNAPSHOT.jar, kapua-service-elasticsearch-client-rest-2.1.0-SNAPSHOT.jar, kapua-service-storable-api-2.1.0-SNAPSHOT.jar, kapua-service-storable-internal-2.1.0-SNAPSHOT.jar, kapua-tag-api-2.1.0-SNAPSHOT.jar, kapua-tag-internal-2.1.0-SNAPSHOT.jar, kapua-translator-api-2.1.0-SNAPSHOT.jar, kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar, kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar, kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar, kapua-transport-api-2.1.0-SNAPSHOT.jar, kapua-transport-jms-2.1.0-SNAPSHOT.jar, kapua-transport-mqtt-2.1.0-SNAPSHOT.jar, kapua-user-api-2.1.0-SNAPSHOT.jar, kapua-user-internal-2.1.0-SNAPSHOT.jar, liquibase-core-3.6.3.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, log4j-api-2.17.1.jar, log4j-over-slf4j-1.7.33.jar, log4j-to-slf4j-2.17.1.jar, logback-classic-1.2.13.jar, logback-core-1.2.13.jar, mapstruct-1.5.5.Final.jar, metrics-core-3.2.2.jar, micrometer-core-1.7.12.jar, netty-all-4.1.100.Final.jar, netty-buffer-4.1.100.Final.jar, netty-codec-4.1.100.Final.jar, netty-codec-dns-4.1.100.Final.jar, netty-codec-haproxy-4.1.100.Final.jar, netty-codec-http-4.1.100.Final.jar, netty-codec-http2-4.1.100.Final.jar, netty-codec-memcache-4.1.100.Final.jar, netty-codec-mqtt-4.1.100.Final.jar, netty-codec-redis-4.1.100.Final.jar, netty-codec-smtp-4.1.100.Final.jar, netty-codec-socks-4.1.100.Final.jar, netty-codec-stomp-4.1.100.Final.jar, netty-codec-xml-4.1.100.Final.jar, netty-common-4.1.100.Final.jar, netty-handler-4.1.100.Final.jar, netty-handler-proxy-4.1.100.Final.jar, netty-handler-ssl-ocsp-4.1.100.Final.jar, netty-resolver-4.1.100.Final.jar, netty-resolver-dns-4.1.100.Final.jar, netty-resolver-dns-classes-macos-4.1.100.Final.jar, netty-resolver-dns-native-macos-4.1.100.Final-osx-aarch_64.jar, netty-resolver-dns-native-macos-4.1.100.Final-osx-x86_64.jar, netty-transport-4.1.100.Final.jar, netty-transport-classes-epoll-4.1.100.Final.jar, netty-transport-classes-kqueue-4.1.100.Final.jar, netty-transport-native-epoll-4.1.100.Final-linux-aarch_64.jar, netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar, netty-transport-native-epoll-4.1.100.Final.jar, netty-transport-native-kqueue-4.1.100.Final-osx-aarch_64.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.100.Final.jar, netty-transport-rxtx-4.1.100.Final.jar, netty-transport-sctp-4.1.100.Final.jar, netty-transport-udt-4.1.100.Final.jar, org.eclipse.paho.client.mqttv3-1.2.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.asm-9.4.0.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar, protobuf-java-3.23.2.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, reflections-0.10.2.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, slf4j-api-1.7.33.jar, snakeyaml-2.2.jar, spi-annotations-3.21.0.jar, spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar, spring-boot-starter-2.5.14.jar, spring-boot-starter-actuator-2.5.14.jar, spring-boot-starter-jetty-2.5.14.jar, spring-boot-starter-json-2.5.14.jar, spring-boot-starter-logging-2.5.14.jar, spring-boot-starter-web-2.5.14.jar, spring-context-5.3.23.jar, spring-core-5.3.23.jar, spring-expression-5.3.23.jar, spring-jcl-5.3.23.jar, spring-jms-5.3.23.jar, spring-messaging-5.3.23.jar, spring-security-core-5.7.5.jar, spring-security-crypto-5.7.5.jar, spring-tx-5.3.23.jar, spring-web-5.3.23.jar, spring-webmvc-5.3.23.jar, tomcat-embed-el-9.0.63.jar, txw2-2.3.6.jar, validation-api-2.0.1.Final.jar, websocket-api-9.4.53.v20231009.jar, websocket-client-9.4.53.v20231009.jar, websocket-common-9.4.53.v20231009.jar, websocket-server-9.4.53.v20231009.jar, websocket-servlet-9.4.53.v20231009.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - META-INF/MANIFEST.MF
05:51:45 [WARNING] spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-context-5.3.23.jar, spring-core-5.3.23.jar, spring-expression-5.3.23.jar, spring-jcl-5.3.23.jar, spring-jms-5.3.23.jar, spring-messaging-5.3.23.jar, spring-tx-5.3.23.jar, spring-web-5.3.23.jar, spring-webmvc-5.3.23.jar define 2 overlapping resources: 
05:51:45 [WARNING]   - META-INF/license.txt
05:51:45 [WARNING]   - META-INF/notice.txt
05:51:45 [WARNING] spring-aop-5.3.23.jar, spring-beans-5.3.23.jar, spring-context-5.3.23.jar, spring-jms-5.3.23.jar, spring-tx-5.3.23.jar, spring-webmvc-5.3.23.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - META-INF/spring.tooling
05:51:45 [WARNING] commons-logging-1.2.jar, spring-jcl-5.3.23.jar define 1 overlapping classes: 
05:51:45 [WARNING]   - org.apache.commons.logging.LogFactory$1
05:51:45 [WARNING] spring-web-5.3.23.jar, tomcat-embed-el-9.0.63.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - META-INF/web-fragment.xml
05:51:45 [WARNING] jolokia-core-1.6.2.jar, jolokia-jvm-1.3.4-agent.jar define 231 overlapping classes and resources: 
05:51:45 [WARNING]   - META-INF/detectors-default
05:51:45 [WARNING]   - META-INF/maven/org.jolokia/jolokia-core/pom.properties
05:51:45 [WARNING]   - META-INF/maven/org.jolokia/jolokia-core/pom.xml
05:51:45 [WARNING]   - META-INF/simplifiers-default
05:51:45 [WARNING]   - org.jolokia.Version
05:51:45 [WARNING]   - org.jolokia.backend.BackendManager
05:51:45 [WARNING]   - org.jolokia.backend.BackendManager$1
05:51:45 [WARNING]   - org.jolokia.backend.BackendManager$Initializer
05:51:45 [WARNING]   - org.jolokia.backend.Config
05:51:45 [WARNING]   - org.jolokia.backend.ConfigMBean
05:51:45 [WARNING]   - 221 more...
05:51:45 [WARNING] commons-logging-1.2.jar, jcl-over-slf4j-1.7.33.jar define 2 overlapping classes: 
05:51:45 [WARNING]   - org.apache.commons.logging.LogConfigurationException
05:51:45 [WARNING]   - org.apache.commons.logging.impl.SimpleLog$1
05:51:45 [WARNING] jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar, txw2-2.3.6.jar define 55 overlapping classes and resources: 
05:51:45 [WARNING]   - META-INF/maven/org.glassfish.jaxb/txw2/pom.properties
05:51:45 [WARNING]   - META-INF/maven/org.glassfish.jaxb/txw2/pom.xml
05:51:45 [WARNING]   - com.sun.xml.txw2.Attribute
05:51:45 [WARNING]   - com.sun.xml.txw2.Cdata
05:51:45 [WARNING]   - com.sun.xml.txw2.Comment
05:51:45 [WARNING]   - com.sun.xml.txw2.ContainerElement
05:51:45 [WARNING]   - com.sun.xml.txw2.Content
05:51:45 [WARNING]   - com.sun.xml.txw2.ContentVisitor
05:51:45 [WARNING]   - com.sun.xml.txw2.DatatypeWriter
05:51:45 [WARNING]   - com.sun.xml.txw2.DatatypeWriter$1
05:51:45 [WARNING]   - 45 more...
05:51:45 [WARNING] camel-amqp-starter-3.21.0.jar, camel-bean-starter-3.21.0.jar, camel-browse-starter-3.21.0.jar, camel-controlbus-starter-3.21.0.jar, camel-core-starter-3.21.0.jar, camel-dataformat-starter-3.21.0.jar, camel-dataset-starter-3.21.0.jar, camel-direct-starter-3.21.0.jar, camel-directvm-starter-3.21.0.jar, camel-file-starter-3.21.0.jar, camel-jms-starter-3.21.0.jar, camel-language-starter-3.21.0.jar, camel-log-starter-3.21.0.jar, camel-mock-starter-3.21.0.jar, camel-ref-starter-3.21.0.jar, camel-rest-starter-3.21.0.jar, camel-saga-starter-3.21.0.jar, camel-scheduler-starter-3.21.0.jar, camel-seda-starter-3.21.0.jar, camel-spring-boot-3.21.0.jar, camel-spring-starter-3.21.0.jar, camel-stub-starter-3.21.0.jar, camel-timer-starter-3.21.0.jar, camel-validator-starter-3.21.0.jar, camel-vm-starter-3.21.0.jar, camel-xpath-starter-3.21.0.jar, camel-xslt-starter-3.21.0.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - META-INF/spring-configuration-metadata.json
05:51:45 [WARNING] shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar define 6 overlapping classes: 
05:51:45 [WARNING]   - org.apache.shiro.config.ConfigurationException
05:51:45 [WARNING]   - org.apache.shiro.config.Ini
05:51:45 [WARNING]   - org.apache.shiro.config.Ini$1
05:51:45 [WARNING]   - org.apache.shiro.config.Ini$Section
05:51:45 [WARNING]   - org.apache.shiro.config.ResourceConfigurable
05:51:45 [WARNING]   - org.apache.shiro.config.package-info
05:51:45 [WARNING] shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar define 17 overlapping classes: 
05:51:45 [WARNING]   - org.apache.shiro.config.CommonsInterpolator
05:51:45 [WARNING]   - org.apache.shiro.config.DefaultInterpolator
05:51:45 [WARNING]   - org.apache.shiro.config.Interpolator
05:51:45 [WARNING]   - org.apache.shiro.config.ReflectionBuilder
05:51:45 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$1
05:51:45 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$AssignmentStatement
05:51:45 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$BeanConfiguration
05:51:45 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$BeanConfigurationProcessor
05:51:45 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$InstantiationStatement
05:51:45 [WARNING]   - org.apache.shiro.config.ReflectionBuilder$Statement
05:51:45 [WARNING]   - 7 more...
05:51:45 [WARNING] netty-transport-native-kqueue-4.1.100.Final-osx-aarch_64.jar, netty-transport-native-kqueue-4.1.100.Final-osx-x86_64.jar define 2 overlapping resources: 
05:51:45 [WARNING]   - META-INF/maven/io.netty/netty-transport-native-kqueue/pom.properties
05:51:45 [WARNING]   - META-INF/maven/io.netty/netty-transport-native-kqueue/pom.xml
05:51:45 [WARNING] geronimo-jms_2.0_spec-1.0-alpha-2.jar, guice-5.1.0.jar, guice-multibindings-4.2.3.jar, httpasyncclient-4.1.5.jar, httpclient-4.5.13.jar, httpcore-4.4.15.jar, httpcore-nio-4.4.15.jar, jackson-annotations-2.15.2.jar, jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, jai-imageio-core-1.4.0.jar, log4j-api-2.17.1.jar, log4j-to-slf4j-2.17.1.jar, micrometer-core-1.7.12.jar, proton-j-0.34.0.jar, qpid-jms-client-1.7.0.jar, shiro-cache-1.12.0.jar, shiro-config-core-1.12.0.jar, shiro-config-ogdl-1.12.0.jar, shiro-core-1.12.0.jar, shiro-event-1.12.0.jar, shiro-lang-1.12.0.jar, tomcat-embed-el-9.0.63.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - META-INF/NOTICE
05:51:45 [WARNING] shiro-cache-1.12.0.jar, shiro-core-1.12.0.jar define 8 overlapping classes: 
05:51:45 [WARNING]   - org.apache.shiro.cache.AbstractCacheManager
05:51:45 [WARNING]   - org.apache.shiro.cache.Cache
05:51:45 [WARNING]   - org.apache.shiro.cache.CacheException
05:51:45 [WARNING]   - org.apache.shiro.cache.CacheManager
05:51:45 [WARNING]   - org.apache.shiro.cache.CacheManagerAware
05:51:45 [WARNING]   - org.apache.shiro.cache.MapCache
05:51:45 [WARNING]   - org.apache.shiro.cache.MemoryConstrainedCacheManager
05:51:45 [WARNING]   - org.apache.shiro.cache.package-info
05:51:45 [WARNING] jcl-over-slf4j-1.7.33.jar, spring-jcl-5.3.23.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - META-INF/services/org.apache.commons.logging.LogFactory
05:51:45 [WARNING] jakarta.xml.bind-api-2.3.3.jar, jaxb-api-2.3.1.jar define 114 overlapping classes and resources: 
05:51:45 [WARNING]   - META-INF.versions.9.javax.xml.bind.ModuleUtil
05:51:45 [WARNING]   - javax.xml.bind.Binder
05:51:45 [WARNING]   - javax.xml.bind.ContextFinder
05:51:45 [WARNING]   - javax.xml.bind.ContextFinder$1
05:51:45 [WARNING]   - javax.xml.bind.ContextFinder$2
05:51:45 [WARNING]   - javax.xml.bind.ContextFinder$3
05:51:45 [WARNING]   - javax.xml.bind.ContextFinder$4
05:51:45 [WARNING]   - javax.xml.bind.ContextFinder$5
05:51:45 [WARNING]   - javax.xml.bind.DataBindingException
05:51:45 [WARNING]   - javax.xml.bind.DatatypeConverter
05:51:45 [WARNING]   - 104 more...
05:51:45 [WARNING] camel-spring-boot-3.21.0.jar, spring-boot-2.5.14.jar, spring-boot-actuator-2.5.14.jar, spring-boot-actuator-autoconfigure-2.5.14.jar, spring-boot-autoconfigure-2.5.14.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - META-INF/additional-spring-configuration-metadata.json
05:51:45 [WARNING] netty-resolver-dns-native-macos-4.1.100.Final-osx-aarch_64.jar, netty-resolver-dns-native-macos-4.1.100.Final-osx-x86_64.jar define 2 overlapping resources: 
05:51:45 [WARNING]   - META-INF/maven/io.netty/netty-resolver-dns-native-macos/pom.properties
05:51:45 [WARNING]   - META-INF/maven/io.netty/netty-resolver-dns-native-macos/pom.xml
05:51:45 [WARNING] shiro-core-1.12.0.jar, shiro-lang-1.12.0.jar define 37 overlapping classes: 
05:51:45 [WARNING]   - org.apache.shiro.ShiroException
05:51:45 [WARNING]   - org.apache.shiro.codec.Base64
05:51:45 [WARNING]   - org.apache.shiro.codec.CodecException
05:51:45 [WARNING]   - org.apache.shiro.codec.CodecSupport
05:51:45 [WARNING]   - org.apache.shiro.codec.H64
05:51:45 [WARNING]   - org.apache.shiro.codec.Hex
05:51:45 [WARNING]   - org.apache.shiro.codec.package-info
05:51:45 [WARNING]   - org.apache.shiro.io.ClassResolvingObjectInputStream
05:51:45 [WARNING]   - org.apache.shiro.io.DefaultSerializer
05:51:45 [WARNING]   - org.apache.shiro.io.ResourceUtils
05:51:45 [WARNING]   - 27 more...
05:51:45 [WARNING] camel-bean-3.21.0.jar, camel-core-languages-3.21.0.jar, camel-spring-3.21.0.jar, camel-xpath-3.21.0.jar define 2 overlapping resources: 
05:51:45 [WARNING]   - META-INF/services/org/apache/camel/language.properties
05:51:45 [WARNING]   - language.properties
05:51:45 [WARNING] jackson-core-2.15.2.jar, jackson-databind-2.15.2.jar, jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar, log4j-api-2.17.1.jar, snakeyaml-2.2.jar define 1 overlapping classes: 
05:51:45 [WARNING]   - META-INF.versions.9.module-info
05:51:45 [WARNING] camel-amqp-3.21.0.jar, camel-bean-3.21.0.jar, camel-browse-3.21.0.jar, camel-controlbus-3.21.0.jar, camel-dataformat-3.21.0.jar, camel-dataset-3.21.0.jar, camel-direct-3.21.0.jar, camel-directvm-3.21.0.jar, camel-file-3.21.0.jar, camel-jms-3.21.0.jar, camel-language-3.21.0.jar, camel-log-3.21.0.jar, camel-mock-3.21.0.jar, camel-ref-3.21.0.jar, camel-rest-3.21.0.jar, camel-saga-3.21.0.jar, camel-scheduler-3.21.0.jar, camel-seda-3.21.0.jar, camel-spring-3.21.0.jar, camel-stub-3.21.0.jar, camel-timer-3.21.0.jar, camel-validator-3.21.0.jar, camel-vm-3.21.0.jar, camel-xslt-3.21.0.jar define 2 overlapping resources: 
05:51:45 [WARNING]   - META-INF/services/org/apache/camel/component.properties
05:51:45 [WARNING]   - component.properties
05:51:45 [WARNING] jaxb-core-2.3.0.1.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar define 134 overlapping classes and resources: 
05:51:45 [WARNING]   - com.sun.xml.bind.Locatable
05:51:45 [WARNING]   - com.sun.xml.bind.Messages
05:51:45 [WARNING]   - com.sun.xml.bind.WhiteSpaceProcessor
05:51:45 [WARNING]   - com.sun.xml.bind.annotation.OverrideAnnotationOf
05:51:45 [WARNING]   - com.sun.xml.bind.annotation.XmlIsSet
05:51:45 [WARNING]   - com.sun.xml.bind.annotation.XmlLocation
05:51:45 [WARNING]   - com.sun.xml.bind.api.ErrorListener
05:51:45 [WARNING]   - com.sun.xml.bind.api.impl.NameConverter
05:51:45 [WARNING]   - com.sun.xml.bind.api.impl.NameConverter$1
05:51:45 [WARNING]   - com.sun.xml.bind.api.impl.NameConverter$2
05:51:45 [WARNING]   - 124 more...
05:51:45 [WARNING] jakarta.persistence-2.2.3.jar, javax.persistence-2.1.1.jar, org.eclipse.persistence.antlr-2.7.12.jar, org.eclipse.persistence.core-2.7.12.jar, org.eclipse.persistence.extension-2.7.12.jar, org.eclipse.persistence.jpa-2.7.12.jar, org.eclipse.persistence.jpa.jpql-2.7.12.jar, org.eclipse.persistence.moxy-2.7.12.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - license.html
05:51:45 [WARNING] camel-api-3.21.0.jar, camel-base-3.21.0.jar, camel-base-engine-3.21.0.jar, camel-cloud-3.21.0.jar, camel-cluster-3.21.0.jar, camel-core-3.21.0.jar, camel-core-engine-3.21.0.jar, camel-core-model-3.21.0.jar, camel-core-processor-3.21.0.jar, camel-core-reifier-3.21.0.jar, camel-core-xml-3.21.0.jar, camel-dsl-support-3.21.0.jar, camel-health-3.21.0.jar, camel-main-3.21.0.jar, camel-management-api-3.21.0.jar, camel-spring-main-3.21.0.jar, camel-spring-xml-3.21.0.jar, camel-support-3.21.0.jar, camel-util-3.21.0.jar, camel-xml-io-util-3.21.0.jar, camel-xml-jaxb-3.21.0.jar, camel-xml-jaxb-dsl-3.21.0.jar, camel-xml-jaxp-3.21.0.jar define 2 overlapping resources: 
05:51:45 [WARNING]   - META-INF/services/org/apache/camel/other.properties
05:51:45 [WARNING]   - other.properties
05:51:45 [WARNING] istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.activation-api-1.2.2.jar, jakarta.annotation-api-1.3.5.jar, jakarta.jms-api-2.0.3.jar, jakarta.websocket-api-1.1.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar, org.eclipse.persistence.asm-9.4.0.jar, txw2-2.3.6.jar define 2 overlapping resources: 
05:51:45 [WARNING]   - META-INF/LICENSE.md
05:51:45 [WARNING]   - META-INF/NOTICE.md
05:51:45 [WARNING] javax-websocket-server-impl-9.4.53.v20231009.jar, logback-classic-1.2.13.jar, spring-web-5.3.23.jar, websocket-server-9.4.53.v20231009.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - META-INF/services/javax.servlet.ServletContainerInitializer
05:51:45 [WARNING] jaxb-impl-2.3.3.jar, jaxb-runtime-2.3.6.jar define 630 overlapping classes and resources: 
05:51:45 [WARNING]   - META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.properties
05:51:45 [WARNING]   - META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.xml
05:51:45 [WARNING]   - META-INF/services/javax.xml.bind.JAXBContext
05:51:45 [WARNING]   - com.sun.xml.bind.AccessorFactory
05:51:45 [WARNING]   - com.sun.xml.bind.AccessorFactoryImpl
05:51:45 [WARNING]   - com.sun.xml.bind.AnyTypeAdapter
05:51:45 [WARNING]   - com.sun.xml.bind.CycleRecoverable
05:51:45 [WARNING]   - com.sun.xml.bind.CycleRecoverable$Context
05:51:45 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl
05:51:45 [WARNING]   - com.sun.xml.bind.DatatypeConverterImpl$1
05:51:45 [WARNING]   - 620 more...
05:51:45 [WARNING] jackson-datatype-jdk8-2.15.2.jar, jackson-datatype-jsr310-2.15.2.jar, jackson-module-parameter-names-2.15.2.jar define 1 overlapping resource: 
05:51:45 [WARNING]   - META-INF/services/com.fasterxml.jackson.databind.Module
05:51:45 [WARNING] maven-shade-plugin has detected that some class files are
05:51:45 [WARNING] present in two or more JARs. When this happens, only one
05:51:45 [WARNING] single version of the class is copied to the uber jar.
05:51:45 [WARNING] Usually this is not harmful and you can skip these warnings,
05:51:45 [WARNING] otherwise try to manually exclude artifacts based on
05:51:45 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:51:45 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:51:45 [INFO] 
05:51:45 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer-telemetry-app ---
05:51:45 [INFO] 
05:51:45 [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer-telemetry-app ---
05:51:45 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app/target/kapua-consumer-telemetry-app-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-telemetry-app/2.1.0-SNAPSHOT/kapua-consumer-telemetry-app-2.1.0-SNAPSHOT.jar
05:51:45 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app/target/dependency-reduced-pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-telemetry-app/2.1.0-SNAPSHOT/kapua-consumer-telemetry-app-2.1.0-SNAPSHOT.pom
05:51:45 [INFO] Installing /home/jenkins/agent/workspace/develop-build/consumer/telemetry-app/target/kapua-consumer-telemetry-app-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-consumer-telemetry-app/2.1.0-SNAPSHOT/kapua-consumer-telemetry-app-2.1.0-SNAPSHOT-sources.jar
05:51:45 [INFO] 
05:51:45 [INFO] ---------------< org.eclipse.kapua:kapua-client-gateway >---------------
05:51:45 [INFO] Building kapua-client-gateway 2.1.0-SNAPSHOT                   [207/229]
05:51:45 [INFO]   from client/gateway/pom.xml
05:51:45 [INFO] --------------------------------[ pom ]---------------------------------
05:51:45 [INFO] 
05:51:45 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway ---
05:51:45 [INFO] 
05:51:45 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway ---
05:51:45 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:46 [INFO] 
05:51:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway ---
05:51:46 [INFO] Required toolchain: jdk [ version='11' ]
05:51:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:46 [INFO] 
05:51:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway ---
05:51:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway
05:51:46 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358706569
05:51:46 [WARNING] Cannot get the branch information from the git repository: 
05:51:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:46 
05:51:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway
05:51:46 [INFO] Storing buildScmBranch: UNKNOWN
05:51:46 [INFO] 
05:51:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway ---
05:51:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/target/jacoco.exec
05:51:46 [INFO] 
05:51:46 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway ---
05:51:46 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:46 [INFO] 
05:51:46 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway ---
05:51:46 [INFO] 
05:51:46 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway ---
05:51:46 [INFO] 
05:51:46 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway ---
05:51:46 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway/2.1.0-SNAPSHOT/kapua-client-gateway-2.1.0-SNAPSHOT.pom
05:51:46 [INFO] 
05:51:46 [INFO] -------------< org.eclipse.kapua:kapua-client-gateway-api >-------------
05:51:46 [INFO] Building Eclipse Kapua :: Gateway Client :: API 2.1.0-SNAPSHOT [208/229]
05:51:46 [INFO]   from client/gateway/api/pom.xml
05:51:46 [INFO] -------------------------------[ bundle ]-------------------------------
05:51:46 [INFO] 
05:51:46 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway-api ---
05:51:46 [INFO] 
05:51:46 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-api ---
05:51:46 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:46 [INFO] 
05:51:46 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-api ---
05:51:46 [INFO] Required toolchain: jdk [ version='11' ]
05:51:46 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:46 [INFO] 
05:51:46 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-api ---
05:51:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/api
05:51:46 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358706884
05:51:46 [WARNING] Cannot get the branch information from the git repository: 
05:51:46 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:46 
05:51:46 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:46 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/api
05:51:46 [INFO] Storing buildScmBranch: UNKNOWN
05:51:46 [INFO] 
05:51:46 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-api ---
05:51:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/api/target/jacoco.exec
05:51:46 [INFO] 
05:51:46 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-api ---
05:51:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/api/src/main/resources
05:51:46 [INFO] 
05:51:46 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-api ---
05:51:46 [INFO] Copying 1 resource
05:51:46 [INFO] 
05:51:46 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-api ---
05:51:46 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:46 [INFO] Changes detected - recompiling the module!
05:51:46 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/api/target/classes
05:51:48 [INFO] 
05:51:48 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-client-gateway-api ---
05:51:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/api/src/test/resources
05:51:48 [INFO] 
05:51:48 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-client-gateway-api ---
05:51:48 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:48 [INFO] Changes detected - recompiling the module!
05:51:48 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/api/target/test-classes
05:51:49 [INFO] 
05:51:49 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-client-gateway-api ---
05:51:49 [INFO] Tests are skipped.
05:51:49 [INFO] 
05:51:49 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway-api ---
05:51:49 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:49 [INFO] 
05:51:49 [INFO] --- bundle:5.1.8:bundle (default-bundle) @ kapua-client-gateway-api ---
05:51:50 [INFO] Building bundle: /home/jenkins/agent/workspace/develop-build/client/gateway/api/target/kapua-client-gateway-api-2.1.0-SNAPSHOT.jar
05:51:50 [INFO] Writing manifest: /home/jenkins/agent/workspace/develop-build/client/gateway/api/target/classes/META-INF/MANIFEST.MF
05:51:50 [INFO] 
05:51:50 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway-api ---
05:51:50 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/client/gateway/api/target/kapua-client-gateway-api-2.1.0-SNAPSHOT-sources.jar
05:51:50 [INFO] 
05:51:50 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway-api ---
05:51:50 [INFO] 
05:51:50 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway-api ---
05:51:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/api/target/kapua-client-gateway-api-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-api/2.1.0-SNAPSHOT/kapua-client-gateway-api-2.1.0-SNAPSHOT.jar
05:51:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/api/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-api/2.1.0-SNAPSHOT/kapua-client-gateway-api-2.1.0-SNAPSHOT.pom
05:51:50 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/api/target/kapua-client-gateway-api-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-api/2.1.0-SNAPSHOT/kapua-client-gateway-api-2.1.0-SNAPSHOT-sources.jar
05:51:50 [INFO] 
05:51:50 [INFO] --- bundle:5.1.8:install (default-install) @ kapua-client-gateway-api ---
05:51:50 [INFO] Writing OBR metadata
05:51:50 [INFO] Installing org/eclipse/kapua/kapua-client-gateway-api/2.1.0-SNAPSHOT/kapua-client-gateway-api-2.1.0-SNAPSHOT.jar
05:51:50 [INFO] Writing OBR metadata
05:51:50 [INFO] 
05:51:50 [INFO] -------------< org.eclipse.kapua:kapua-client-gateway-spi >-------------
05:51:50 [INFO] Building Eclipse Kapua :: Gateway Client :: SPI 2.1.0-SNAPSHOT [209/229]
05:51:50 [INFO]   from client/gateway/spi/pom.xml
05:51:50 [INFO] -------------------------------[ bundle ]-------------------------------
05:51:50 [INFO] 
05:51:50 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway-spi ---
05:51:50 [INFO] 
05:51:50 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-spi ---
05:51:50 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:50 [INFO] 
05:51:50 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-spi ---
05:51:50 [INFO] Required toolchain: jdk [ version='11' ]
05:51:50 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:50 [INFO] 
05:51:50 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-spi ---
05:51:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/spi' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/spi
05:51:50 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358710544
05:51:50 [WARNING] Cannot get the branch information from the git repository: 
05:51:50 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:50 
05:51:50 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/spi' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:50 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/spi
05:51:50 [INFO] Storing buildScmBranch: UNKNOWN
05:51:50 [INFO] 
05:51:50 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-spi ---
05:51:50 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/spi/target/jacoco.exec
05:51:50 [INFO] 
05:51:50 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-spi ---
05:51:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/spi/src/main/resources
05:51:50 [INFO] 
05:51:50 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-spi ---
05:51:50 [INFO] Copying 1 resource
05:51:50 [INFO] 
05:51:50 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-spi ---
05:51:50 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:50 [INFO] Changes detected - recompiling the module!
05:51:50 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/spi/target/classes
05:51:51 [INFO] 
05:51:51 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-client-gateway-spi ---
05:51:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/spi/src/test/resources
05:51:51 [INFO] 
05:51:51 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-client-gateway-spi ---
05:51:51 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:51 [INFO] Changes detected - recompiling the module!
05:51:51 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/spi/target/test-classes
05:51:53 [INFO] 
05:51:53 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-client-gateway-spi ---
05:51:53 [INFO] Tests are skipped.
05:51:53 [INFO] 
05:51:53 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway-spi ---
05:51:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:53 [INFO] 
05:51:53 [INFO] --- bundle:5.1.8:bundle (default-bundle) @ kapua-client-gateway-spi ---
05:51:53 [INFO] Building bundle: /home/jenkins/agent/workspace/develop-build/client/gateway/spi/target/kapua-client-gateway-spi-2.1.0-SNAPSHOT.jar
05:51:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/develop-build/client/gateway/spi/target/classes/META-INF/MANIFEST.MF
05:51:53 [INFO] 
05:51:53 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway-spi ---
05:51:53 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/client/gateway/spi/target/kapua-client-gateway-spi-2.1.0-SNAPSHOT-sources.jar
05:51:53 [INFO] 
05:51:53 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway-spi ---
05:51:53 [INFO] 
05:51:53 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway-spi ---
05:51:53 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/spi/target/kapua-client-gateway-spi-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-spi/2.1.0-SNAPSHOT/kapua-client-gateway-spi-2.1.0-SNAPSHOT.jar
05:51:53 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/spi/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-spi/2.1.0-SNAPSHOT/kapua-client-gateway-spi-2.1.0-SNAPSHOT.pom
05:51:53 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/spi/target/kapua-client-gateway-spi-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-spi/2.1.0-SNAPSHOT/kapua-client-gateway-spi-2.1.0-SNAPSHOT-sources.jar
05:51:53 [INFO] 
05:51:53 [INFO] --- bundle:5.1.8:install (default-install) @ kapua-client-gateway-spi ---
05:51:53 [INFO] Installing org/eclipse/kapua/kapua-client-gateway-spi/2.1.0-SNAPSHOT/kapua-client-gateway-spi-2.1.0-SNAPSHOT.jar
05:51:53 [INFO] Writing OBR metadata
05:51:53 [INFO] 
05:51:53 [INFO] ----------< org.eclipse.kapua:kapua-client-gateway-provider >-----------
05:51:53 [INFO] Building Eclipse Kapua :: Gateway Client :: Provider 2.1.0-SNAPSHOT [210/229]
05:51:53 [INFO]   from client/gateway/provider/pom.xml
05:51:53 [INFO] --------------------------------[ pom ]---------------------------------
05:51:53 [INFO] 
05:51:53 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway-provider ---
05:51:53 [INFO] 
05:51:53 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-provider ---
05:51:53 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:53 [INFO] 
05:51:53 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-provider ---
05:51:53 [INFO] Required toolchain: jdk [ version='11' ]
05:51:53 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:53 [INFO] 
05:51:53 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-provider ---
05:51:53 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/provider' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:53 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/provider
05:51:53 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358713496
05:51:53 [WARNING] Cannot get the branch information from the git repository: 
05:51:53 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:53 
05:51:53 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/provider' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:53 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/provider
05:51:53 [INFO] Storing buildScmBranch: UNKNOWN
05:51:53 [INFO] 
05:51:53 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-provider ---
05:51:53 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/provider/target/jacoco.exec
05:51:53 [INFO] 
05:51:53 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway-provider ---
05:51:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:53 [INFO] 
05:51:53 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway-provider ---
05:51:53 [INFO] 
05:51:53 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway-provider ---
05:51:53 [INFO] 
05:51:53 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway-provider ---
05:51:53 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider/2.1.0-SNAPSHOT/kapua-client-gateway-provider-2.1.0-SNAPSHOT.pom
05:51:53 [INFO] 
05:51:53 [INFO] --------< org.eclipse.kapua:kapua-client-gateway-provider-mqtt >--------
05:51:53 [INFO] Building Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT 2.1.0-SNAPSHOT [211/229]
05:51:53 [INFO]   from client/gateway/provider/mqtt/pom.xml
05:51:53 [INFO] -------------------------------[ bundle ]-------------------------------
05:51:53 [INFO] 
05:51:53 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway-provider-mqtt ---
05:51:53 [INFO] 
05:51:53 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-provider-mqtt ---
05:51:53 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:53 [INFO] 
05:51:53 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-provider-mqtt ---
05:51:53 [INFO] Required toolchain: jdk [ version='11' ]
05:51:53 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:53 [INFO] 
05:51:53 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-provider-mqtt ---
05:51:53 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:53 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt
05:51:53 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358713633
05:51:53 [WARNING] Cannot get the branch information from the git repository: 
05:51:53 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:53 
05:51:53 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:53 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt
05:51:53 [INFO] Storing buildScmBranch: UNKNOWN
05:51:53 [INFO] 
05:51:53 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-provider-mqtt ---
05:51:53 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/target/jacoco.exec
05:51:53 [INFO] 
05:51:53 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-provider-mqtt ---
05:51:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/src/main/resources
05:51:53 [INFO] 
05:51:53 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-provider-mqtt ---
05:51:53 [INFO] Copying 1 resource
05:51:53 [INFO] 
05:51:53 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-provider-mqtt ---
05:51:53 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:53 [INFO] Changes detected - recompiling the module!
05:51:53 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/target/classes
05:51:54 [INFO] 
05:51:54 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-client-gateway-provider-mqtt ---
05:51:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/src/test/resources
05:51:54 [INFO] 
05:51:54 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-client-gateway-provider-mqtt ---
05:51:54 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:54 [INFO] Changes detected - recompiling the module!
05:51:54 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/target/test-classes
05:51:55 [INFO] 
05:51:55 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-client-gateway-provider-mqtt ---
05:51:55 [INFO] Tests are skipped.
05:51:55 [INFO] 
05:51:55 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway-provider-mqtt ---
05:51:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:55 [INFO] 
05:51:55 [INFO] --- bundle:5.1.8:bundle (default-bundle) @ kapua-client-gateway-provider-mqtt ---
05:51:55 [INFO] Building bundle: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/target/kapua-client-gateway-provider-mqtt-2.1.0-SNAPSHOT.jar
05:51:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/target/classes/META-INF/MANIFEST.MF
05:51:55 [INFO] 
05:51:55 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway-provider-mqtt ---
05:51:55 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/target/kapua-client-gateway-provider-mqtt-2.1.0-SNAPSHOT-sources.jar
05:51:55 [INFO] 
05:51:55 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway-provider-mqtt ---
05:51:55 [INFO] 
05:51:55 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway-provider-mqtt ---
05:51:55 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/target/kapua-client-gateway-provider-mqtt-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider-mqtt/2.1.0-SNAPSHOT/kapua-client-gateway-provider-mqtt-2.1.0-SNAPSHOT.jar
05:51:55 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider-mqtt/2.1.0-SNAPSHOT/kapua-client-gateway-provider-mqtt-2.1.0-SNAPSHOT.pom
05:51:55 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/mqtt/target/kapua-client-gateway-provider-mqtt-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider-mqtt/2.1.0-SNAPSHOT/kapua-client-gateway-provider-mqtt-2.1.0-SNAPSHOT-sources.jar
05:51:55 [INFO] 
05:51:55 [INFO] --- bundle:5.1.8:install (default-install) @ kapua-client-gateway-provider-mqtt ---
05:51:55 [INFO] Installing org/eclipse/kapua/kapua-client-gateway-provider-mqtt/2.1.0-SNAPSHOT/kapua-client-gateway-provider-mqtt-2.1.0-SNAPSHOT.jar
05:51:55 [INFO] Writing OBR metadata
05:51:55 [INFO] 
05:51:55 [INFO] --------< org.eclipse.kapua:kapua-client-gateway-provider-fuse >--------
05:51:55 [INFO] Building Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT 2.1.0-SNAPSHOT [212/229]
05:51:55 [INFO]   from client/gateway/provider/fuse/pom.xml
05:51:55 [INFO] -------------------------------[ bundle ]-------------------------------
05:51:55 [INFO] 
05:51:55 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway-provider-fuse ---
05:51:55 [INFO] 
05:51:55 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-provider-fuse ---
05:51:55 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:55 [INFO] 
05:51:55 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-provider-fuse ---
05:51:55 [INFO] Required toolchain: jdk [ version='11' ]
05:51:55 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:55 [INFO] 
05:51:55 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-provider-fuse ---
05:51:55 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:55 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse
05:51:55 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358715996
05:51:56 [WARNING] Cannot get the branch information from the git repository: 
05:51:56 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:56 
05:51:56 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:56 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse
05:51:56 [INFO] Storing buildScmBranch: UNKNOWN
05:51:56 [INFO] 
05:51:56 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-provider-fuse ---
05:51:56 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/target/jacoco.exec
05:51:56 [INFO] 
05:51:56 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-provider-fuse ---
05:51:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/src/main/resources
05:51:56 [INFO] 
05:51:56 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-provider-fuse ---
05:51:56 [INFO] Copying 1 resource
05:51:56 [INFO] 
05:51:56 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-provider-fuse ---
05:51:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:56 [INFO] Changes detected - recompiling the module!
05:51:56 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/target/classes
05:51:56 [INFO] 
05:51:56 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-client-gateway-provider-fuse ---
05:51:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/src/test/resources
05:51:56 [INFO] 
05:51:56 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-client-gateway-provider-fuse ---
05:51:56 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:56 [INFO] Changes detected - recompiling the module!
05:51:56 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/target/test-classes
05:51:58 [INFO] 
05:51:58 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-client-gateway-provider-fuse ---
05:51:58 [INFO] Tests are skipped.
05:51:58 [INFO] 
05:51:58 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway-provider-fuse ---
05:51:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:51:58 [INFO] 
05:51:58 [INFO] --- bundle:5.1.8:bundle (default-bundle) @ kapua-client-gateway-provider-fuse ---
05:51:58 [INFO] Building bundle: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/target/kapua-client-gateway-provider-fuse-2.1.0-SNAPSHOT.jar
05:51:58 [INFO] Writing manifest: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/target/classes/META-INF/MANIFEST.MF
05:51:58 [INFO] 
05:51:58 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway-provider-fuse ---
05:51:58 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/target/kapua-client-gateway-provider-fuse-2.1.0-SNAPSHOT-sources.jar
05:51:58 [INFO] 
05:51:58 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway-provider-fuse ---
05:51:58 [INFO] 
05:51:58 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway-provider-fuse ---
05:51:58 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/target/kapua-client-gateway-provider-fuse-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider-fuse/2.1.0-SNAPSHOT/kapua-client-gateway-provider-fuse-2.1.0-SNAPSHOT.jar
05:51:58 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider-fuse/2.1.0-SNAPSHOT/kapua-client-gateway-provider-fuse-2.1.0-SNAPSHOT.pom
05:51:58 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/fuse/target/kapua-client-gateway-provider-fuse-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider-fuse/2.1.0-SNAPSHOT/kapua-client-gateway-provider-fuse-2.1.0-SNAPSHOT-sources.jar
05:51:58 [INFO] 
05:51:58 [INFO] --- bundle:5.1.8:install (default-install) @ kapua-client-gateway-provider-fuse ---
05:51:58 [INFO] Installing org/eclipse/kapua/kapua-client-gateway-provider-fuse/2.1.0-SNAPSHOT/kapua-client-gateway-provider-fuse-2.1.0-SNAPSHOT.jar
05:51:58 [INFO] Writing OBR metadata
05:51:58 [INFO] 
05:51:58 [INFO] --------< org.eclipse.kapua:kapua-client-gateway-provider-paho >--------
05:51:58 [INFO] Building Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho 2.1.0-SNAPSHOT [213/229]
05:51:58 [INFO]   from client/gateway/provider/paho/pom.xml
05:51:58 [INFO] -------------------------------[ bundle ]-------------------------------
05:51:58 [INFO] 
05:51:58 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway-provider-paho ---
05:51:58 [INFO] 
05:51:58 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-provider-paho ---
05:51:58 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:51:58 [INFO] 
05:51:58 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-provider-paho ---
05:51:58 [INFO] Required toolchain: jdk [ version='11' ]
05:51:58 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:58 [INFO] 
05:51:58 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-provider-paho ---
05:51:58 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:58 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho
05:51:58 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358718200
05:51:58 [WARNING] Cannot get the branch information from the git repository: 
05:51:58 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:51:58 
05:51:58 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho' && 'git' 'rev-parse' '--verify' 'HEAD'
05:51:58 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho
05:51:58 [INFO] Storing buildScmBranch: UNKNOWN
05:51:58 [INFO] 
05:51:58 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-provider-paho ---
05:51:58 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/target/jacoco.exec
05:51:58 [INFO] 
05:51:58 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-provider-paho ---
05:51:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/src/main/resources
05:51:58 [INFO] 
05:51:58 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-provider-paho ---
05:51:58 [INFO] Copying 1 resource
05:51:58 [INFO] 
05:51:58 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-provider-paho ---
05:51:58 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:58 [INFO] Changes detected - recompiling the module!
05:51:58 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/target/classes
05:51:59 [INFO] 
05:51:59 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-client-gateway-provider-paho ---
05:51:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/src/test/resources
05:51:59 [INFO] 
05:51:59 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-client-gateway-provider-paho ---
05:51:59 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:51:59 [INFO] Changes detected - recompiling the module!
05:51:59 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/target/test-classes
05:52:00 [INFO] 
05:52:00 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-client-gateway-provider-paho ---
05:52:00 [INFO] Tests are skipped.
05:52:00 [INFO] 
05:52:00 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway-provider-paho ---
05:52:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:00 [INFO] 
05:52:00 [INFO] --- bundle:5.1.8:bundle (default-bundle) @ kapua-client-gateway-provider-paho ---
05:52:00 [INFO] Building bundle: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/target/kapua-client-gateway-provider-paho-2.1.0-SNAPSHOT.jar
05:52:00 [INFO] Writing manifest: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/target/classes/META-INF/MANIFEST.MF
05:52:00 [INFO] 
05:52:00 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway-provider-paho ---
05:52:00 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/target/kapua-client-gateway-provider-paho-2.1.0-SNAPSHOT-sources.jar
05:52:00 [INFO] 
05:52:00 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway-provider-paho ---
05:52:00 [INFO] 
05:52:00 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway-provider-paho ---
05:52:00 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/target/kapua-client-gateway-provider-paho-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider-paho/2.1.0-SNAPSHOT/kapua-client-gateway-provider-paho-2.1.0-SNAPSHOT.jar
05:52:00 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider-paho/2.1.0-SNAPSHOT/kapua-client-gateway-provider-paho-2.1.0-SNAPSHOT.pom
05:52:00 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/provider/paho/target/kapua-client-gateway-provider-paho-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-provider-paho/2.1.0-SNAPSHOT/kapua-client-gateway-provider-paho-2.1.0-SNAPSHOT-sources.jar
05:52:00 [INFO] 
05:52:00 [INFO] --- bundle:5.1.8:install (default-install) @ kapua-client-gateway-provider-paho ---
05:52:00 [INFO] Installing org/eclipse/kapua/kapua-client-gateway-provider-paho/2.1.0-SNAPSHOT/kapua-client-gateway-provider-paho-2.1.0-SNAPSHOT.jar
05:52:00 [INFO] Writing OBR metadata
05:52:00 [INFO] 
05:52:00 [INFO] --------< org.eclipse.kapua:kapua-client-gateway-profile-kura >---------
05:52:00 [INFO] Building Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura 2.1.0-SNAPSHOT [214/229]
05:52:00 [INFO]   from client/gateway/profile/kura/pom.xml
05:52:00 [INFO] -------------------------------[ bundle ]-------------------------------
05:52:00 [INFO] 
05:52:00 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway-profile-kura ---
05:52:00 [INFO] 
05:52:00 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-profile-kura ---
05:52:00 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:00 [INFO] 
05:52:00 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-profile-kura ---
05:52:00 [INFO] Required toolchain: jdk [ version='11' ]
05:52:00 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:00 [INFO] 
05:52:00 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-profile-kura ---
05:52:00 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:00 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura
05:52:00 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358720664
05:52:00 [WARNING] Cannot get the branch information from the git repository: 
05:52:00 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:00 
05:52:00 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:00 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura
05:52:00 [INFO] Storing buildScmBranch: UNKNOWN
05:52:00 [INFO] 
05:52:00 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-profile-kura ---
05:52:00 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/target/jacoco.exec
05:52:00 [INFO] 
05:52:00 [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-profile-kura ---
05:52:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/src/main/resources
05:52:00 [INFO] 
05:52:00 [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-profile-kura ---
05:52:00 [INFO] Copying 1 resource
05:52:00 [INFO] 
05:52:00 [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-profile-kura ---
05:52:00 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:00 [INFO] Changes detected - recompiling the module!
05:52:00 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/target/classes
05:52:02 [INFO] 
05:52:02 [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-client-gateway-profile-kura ---
05:52:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/src/test/resources
05:52:02 [INFO] 
05:52:02 [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-client-gateway-profile-kura ---
05:52:02 [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:02 [INFO] Changes detected - recompiling the module!
05:52:02 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/target/test-classes
05:52:03 [INFO] 
05:52:03 [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-client-gateway-profile-kura ---
05:52:03 [INFO] Tests are skipped.
05:52:03 [INFO] 
05:52:03 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway-profile-kura ---
05:52:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:03 [INFO] 
05:52:03 [INFO] --- bundle:5.1.8:bundle (default-bundle) @ kapua-client-gateway-profile-kura ---
05:52:03 [INFO] Building bundle: /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/target/kapua-client-gateway-profile-kura-2.1.0-SNAPSHOT.jar
05:52:03 [INFO] Writing manifest: /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/target/classes/META-INF/MANIFEST.MF
05:52:03 [INFO] 
05:52:03 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway-profile-kura ---
05:52:03 [INFO] Building jar: /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/target/kapua-client-gateway-profile-kura-2.1.0-SNAPSHOT-sources.jar
05:52:03 [INFO] 
05:52:03 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway-profile-kura ---
05:52:03 [INFO] 
05:52:03 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway-profile-kura ---
05:52:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/target/kapua-client-gateway-profile-kura-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-profile-kura/2.1.0-SNAPSHOT/kapua-client-gateway-profile-kura-2.1.0-SNAPSHOT.jar
05:52:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-profile-kura/2.1.0-SNAPSHOT/kapua-client-gateway-profile-kura-2.1.0-SNAPSHOT.pom
05:52:03 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/profile/kura/target/kapua-client-gateway-profile-kura-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-profile-kura/2.1.0-SNAPSHOT/kapua-client-gateway-profile-kura-2.1.0-SNAPSHOT-sources.jar
05:52:03 [INFO] 
05:52:03 [INFO] --- bundle:5.1.8:install (default-install) @ kapua-client-gateway-profile-kura ---
05:52:03 [INFO] Installing org/eclipse/kapua/kapua-client-gateway-profile-kura/2.1.0-SNAPSHOT/kapua-client-gateway-profile-kura-2.1.0-SNAPSHOT.jar
05:52:03 [INFO] Writing OBR metadata
05:52:03 [INFO] 
05:52:03 [INFO] ----------< org.eclipse.kapua:kapua-client-gateway-features >-----------
05:52:03 [INFO] Building Eclipse Kapua :: Gateway Client :: Features 2.1.0-SNAPSHOT [215/229]
05:52:03 [INFO]   from client/gateway/features/pom.xml
05:52:03 [INFO] --------------------------------[ pom ]---------------------------------
05:52:03 [INFO] 
05:52:03 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway-features ---
05:52:03 [INFO] 
05:52:03 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-features ---
05:52:03 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:03 [INFO] 
05:52:03 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-features ---
05:52:03 [INFO] Required toolchain: jdk [ version='11' ]
05:52:03 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:03 [INFO] 
05:52:03 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-features ---
05:52:03 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/features' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:03 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/features
05:52:04 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358723990
05:52:04 [WARNING] Cannot get the branch information from the git repository: 
05:52:04 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:04 
05:52:04 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/features' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:04 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/features
05:52:04 [INFO] Storing buildScmBranch: UNKNOWN
05:52:04 [INFO] 
05:52:04 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-features ---
05:52:04 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/features/target/jacoco.exec
05:52:04 [INFO] 
05:52:04 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway-features ---
05:52:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:04 [INFO] 
05:52:04 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway-features ---
05:52:04 [INFO] 
05:52:04 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway-features ---
05:52:04 [INFO] 
05:52:04 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway-features ---
05:52:04 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/features/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-features/2.1.0-SNAPSHOT/kapua-client-gateway-features-2.1.0-SNAPSHOT.pom
05:52:04 [INFO] 
05:52:04 [INFO] --------< org.eclipse.kapua:kapua-client-gateway-feature-karaf >--------
05:52:04 [INFO] Building Eclipse Kapua :: Gateway Client :: Features :: Karaf 2.1.0-SNAPSHOT [216/229]
05:52:04 [INFO]   from client/gateway/features/karaf/pom.xml
05:52:04 [INFO] ------------------------------[ feature ]-------------------------------
05:52:05 [INFO] 
05:52:05 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-gateway-feature-karaf ---
05:52:05 [INFO] 
05:52:05 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-feature-karaf ---
05:52:05 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:06 [INFO] 
05:52:06 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-feature-karaf ---
05:52:06 [INFO] Required toolchain: jdk [ version='11' ]
05:52:06 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:06 [INFO] 
05:52:06 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-feature-karaf ---
05:52:06 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/features/karaf' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:06 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/features/karaf
05:52:06 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358726266
05:52:06 [WARNING] Cannot get the branch information from the git repository: 
05:52:06 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:06 
05:52:06 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/client/gateway/features/karaf' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:06 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/client/gateway/features/karaf
05:52:06 [INFO] Storing buildScmBranch: UNKNOWN
05:52:06 [INFO] 
05:52:06 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-feature-karaf ---
05:52:06 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/client/gateway/features/karaf/target/jacoco.exec
05:52:06 [INFO] 
05:52:06 [INFO] --- karaf:4.4.2:features-generate-descriptor (default-features-generate-descriptor) @ kapua-client-gateway-feature-karaf ---
05:52:06 [INFO] Generation not enabled
05:52:06 [INFO] Attaching artifact
05:52:06 [INFO] 
05:52:06 [INFO] --- karaf:4.4.2:verify (default-verify) @ kapua-client-gateway-feature-karaf ---
05:52:06 [INFO] Using repositories: https://repo.eclipse.org/content/repositories/maven_central/@id=eclipse.maven.central.mirror
05:52:06 [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0
05:52:06 [INFO] 
05:52:06 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-gateway-feature-karaf ---
05:52:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:06 [INFO] 
05:52:06 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-gateway-feature-karaf ---
05:52:06 [WARNING] NOT adding sources to artifacts with classifier as Maven only supports one classifier per artifact. Current artifact [org.eclipse.kapua:kapua-client-gateway-feature-karaf:xml:features:2.1.0-SNAPSHOT] has a [features] classifier.
05:52:06 [INFO] 
05:52:06 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-gateway-feature-karaf ---
05:52:06 [INFO] 
05:52:06 [INFO] --- karaf:4.4.2:verify (verify) @ kapua-client-gateway-feature-karaf ---
05:52:06 [INFO] Using repositories: https://repo.eclipse.org/content/repositories/maven_central/@id=eclipse.maven.central.mirror
05:52:07 [INFO] Verification of feature kapua-client-gateway-kura-fuse/2.1.0.SNAPSHOT succeeded
05:52:08 [INFO] Verification of feature kapua-client-gateway-kura-paho/2.1.0.SNAPSHOT succeeded
05:52:08 [INFO] Features verified: 2, failures: 0, ignored: 0, skipped: 0
05:52:08 [INFO] 
05:52:08 [INFO] --- install:2.5.2:install (default-install) @ kapua-client-gateway-feature-karaf ---
05:52:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/features/karaf/target/feature/feature.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-feature-karaf/2.1.0-SNAPSHOT/kapua-client-gateway-feature-karaf-2.1.0-SNAPSHOT-features.xml
05:52:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/client/gateway/features/karaf/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-client-gateway-feature-karaf/2.1.0-SNAPSHOT/kapua-client-gateway-feature-karaf-2.1.0-SNAPSHOT.pom
05:52:08 [INFO] 
05:52:08 [INFO] ------------------< org.eclipse.kapua:kapua-assembly >------------------
05:52:08 [INFO] Building kapua-assembly 2.1.0-SNAPSHOT                         [217/229]
05:52:08 [INFO]   from assembly/pom.xml
05:52:08 [INFO] --------------------------------[ pom ]---------------------------------
05:52:08 [INFO] 
05:52:08 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-assembly ---
05:52:08 [INFO] 
05:52:08 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly ---
05:52:08 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:08 [INFO] 
05:52:08 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly ---
05:52:08 [INFO] Required toolchain: jdk [ version='11' ]
05:52:08 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:08 [INFO] 
05:52:08 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly ---
05:52:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly
05:52:08 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358728390
05:52:08 [WARNING] Cannot get the branch information from the git repository: 
05:52:08 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:08 
05:52:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly
05:52:08 [INFO] Storing buildScmBranch: UNKNOWN
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly ---
05:52:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/assembly/target/jacoco.exec
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-assembly ---
05:52:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:08 [INFO] 
05:52:08 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-assembly ---
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-assembly ---
05:52:08 [INFO] 
05:52:08 [INFO] --- install:2.5.2:install (default-install) @ kapua-assembly ---
05:52:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/assembly/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-assembly/2.1.0-SNAPSHOT/kapua-assembly-2.1.0-SNAPSHOT.pom
05:52:08 [INFO] 
05:52:08 [INFO] -------------< org.eclipse.kapua:kapua-assembly-java-base >-------------
05:52:08 [INFO] Building kapua-assembly-java-base 2.1.0-SNAPSHOT               [218/229]
05:52:08 [INFO]   from assembly/java-base/pom.xml
05:52:08 [INFO] --------------------------------[ pom ]---------------------------------
05:52:08 [INFO] 
05:52:08 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-assembly-java-base ---
05:52:08 [INFO] 
05:52:08 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-java-base ---
05:52:08 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:08 [INFO] 
05:52:08 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-java-base ---
05:52:08 [INFO] Required toolchain: jdk [ version='11' ]
05:52:08 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:08 [INFO] 
05:52:08 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-java-base ---
05:52:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/java-base' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/java-base
05:52:08 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358728435
05:52:08 [WARNING] Cannot get the branch information from the git repository: 
05:52:08 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:08 
05:52:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/java-base' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/java-base
05:52:08 [INFO] Storing buildScmBranch: UNKNOWN
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-java-base ---
05:52:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/assembly/java-base/target/jacoco.exec
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-assembly-java-base ---
05:52:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:08 [INFO] 
05:52:08 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-assembly-java-base ---
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-assembly-java-base ---
05:52:08 [INFO] 
05:52:08 [INFO] --- install:2.5.2:install (default-install) @ kapua-assembly-java-base ---
05:52:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/assembly/java-base/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-assembly-java-base/2.1.0-SNAPSHOT/kapua-assembly-java-base-2.1.0-SNAPSHOT.pom
05:52:08 [INFO] 
05:52:08 [INFO] ------------< org.eclipse.kapua:kapua-assembly-jetty-base >-------------
05:52:08 [INFO] Building kapua-assembly-jetty-base 2.1.0-SNAPSHOT              [219/229]
05:52:08 [INFO]   from assembly/jetty-base/pom.xml
05:52:08 [INFO] --------------------------------[ pom ]---------------------------------
05:52:08 [INFO] 
05:52:08 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-assembly-jetty-base ---
05:52:08 [INFO] 
05:52:08 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-jetty-base ---
05:52:08 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:08 [INFO] 
05:52:08 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-jetty-base ---
05:52:08 [INFO] Required toolchain: jdk [ version='11' ]
05:52:08 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:08 [INFO] 
05:52:08 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-jetty-base ---
05:52:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/jetty-base' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/jetty-base
05:52:08 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358728582
05:52:08 [WARNING] Cannot get the branch information from the git repository: 
05:52:08 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:08 
05:52:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/jetty-base' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/jetty-base
05:52:08 [INFO] Storing buildScmBranch: UNKNOWN
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-jetty-base ---
05:52:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/assembly/jetty-base/target/jacoco.exec
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-assembly-jetty-base ---
05:52:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:08 [INFO] 
05:52:08 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-assembly-jetty-base ---
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-assembly-jetty-base ---
05:52:08 [INFO] 
05:52:08 [INFO] --- install:2.5.2:install (default-install) @ kapua-assembly-jetty-base ---
05:52:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/assembly/jetty-base/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-assembly-jetty-base/2.1.0-SNAPSHOT/kapua-assembly-jetty-base-2.1.0-SNAPSHOT.pom
05:52:08 [INFO] 
05:52:08 [INFO] ----------------< org.eclipse.kapua:kapua-assembly-sql >----------------
05:52:08 [INFO] Building kapua-assembly-sql 2.1.0-SNAPSHOT                     [220/229]
05:52:08 [INFO]   from assembly/sql/pom.xml
05:52:08 [INFO] --------------------------------[ pom ]---------------------------------
05:52:08 [INFO] 
05:52:08 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-assembly-sql ---
05:52:08 [INFO] 
05:52:08 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-sql ---
05:52:08 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:08 [INFO] 
05:52:08 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-sql ---
05:52:08 [INFO] Required toolchain: jdk [ version='11' ]
05:52:08 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:08 [INFO] 
05:52:08 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-sql ---
05:52:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/sql' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/sql
05:52:08 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358728645
05:52:08 [WARNING] Cannot get the branch information from the git repository: 
05:52:08 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:08 
05:52:08 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/sql' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:08 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/sql
05:52:08 [INFO] Storing buildScmBranch: UNKNOWN
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-sql ---
05:52:08 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/assembly/sql/target/jacoco.exec
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-assembly-sql ---
05:52:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:08 [INFO] 
05:52:08 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-assembly-sql ---
05:52:08 [INFO] 
05:52:08 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-assembly-sql ---
05:52:08 [INFO] 
05:52:08 [INFO] --- install:2.5.2:install (default-install) @ kapua-assembly-sql ---
05:52:08 [INFO] Installing /home/jenkins/agent/workspace/develop-build/assembly/sql/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-assembly-sql/2.1.0-SNAPSHOT/kapua-assembly-sql-2.1.0-SNAPSHOT.pom
05:52:08 [INFO] 
05:52:08 [INFO] -----------< org.eclipse.kapua:kapua-assembly-events-broker >-----------
05:52:08 [INFO] Building kapua-assembly-events-broker 2.1.0-SNAPSHOT           [221/229]
05:52:08 [INFO]   from assembly/events-broker/pom.xml
05:52:08 [INFO] --------------------------------[ pom ]---------------------------------
05:52:11 [INFO] 
05:52:11 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-assembly-events-broker ---
05:52:11 [INFO] 
05:52:11 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-events-broker ---
05:52:11 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:11 [INFO] 
05:52:11 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-events-broker ---
05:52:11 [INFO] Required toolchain: jdk [ version='11' ]
05:52:11 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:11 [INFO] 
05:52:11 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-events-broker ---
05:52:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/events-broker' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/events-broker
05:52:11 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358731181
05:52:11 [WARNING] Cannot get the branch information from the git repository: 
05:52:11 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:11 
05:52:11 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/events-broker' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:11 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/events-broker
05:52:11 [INFO] Storing buildScmBranch: UNKNOWN
05:52:11 [INFO] 
05:52:11 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-events-broker ---
05:52:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/assembly/events-broker/target/jacoco.exec
05:52:11 [INFO] 
05:52:11 [INFO] --- dependency:3.0.1:unpack (unpack-artemis) @ kapua-assembly-events-broker ---
05:52:11 [INFO] Configured Artifact: org.apache.activemq:apache-artemis:bin:?:tar.gz
05:52:11 [INFO] Unpacking /home/jenkins/agent/workspace/develop-build/.repository/org/apache/activemq/apache-artemis/2.31.2/apache-artemis-2.31.2-bin.tar.gz to /home/jenkins/agent/workspace/develop-build/assembly/events-broker/target/dependencies/artemis with includes "" and excludes ""
05:52:11 [INFO] Expanding: /home/jenkins/agent/workspace/develop-build/.repository/org/apache/activemq/apache-artemis/2.31.2/apache-artemis-2.31.2-bin.tar.gz into /home/jenkins/agent/workspace/develop-build/assembly/events-broker/target/dependencies/artemis
05:52:12 [INFO] 
05:52:12 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-assembly-events-broker ---
05:52:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:12 [INFO] 
05:52:12 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-assembly-events-broker ---
05:52:12 [INFO] 
05:52:12 [INFO] --- assembly:3.0.0:single (kapua-events-broker) @ kapua-assembly-events-broker ---
05:52:12 [WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
05:52:12 [INFO] Reading assembly descriptor: descriptors/kapua-events-broker.xml
05:52:12 [INFO] Building tar: /home/jenkins/agent/workspace/develop-build/assembly/events-broker/target/kapua-events-broker-2.1.0-SNAPSHOT.tar.gz
05:52:15 [INFO] 
05:52:15 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-assembly-events-broker ---
05:52:15 [INFO] 
05:52:15 [INFO] --- install:2.5.2:install (default-install) @ kapua-assembly-events-broker ---
05:52:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/assembly/events-broker/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-assembly-events-broker/2.1.0-SNAPSHOT/kapua-assembly-events-broker-2.1.0-SNAPSHOT.pom
05:52:15 [INFO] Installing /home/jenkins/agent/workspace/develop-build/assembly/events-broker/target/kapua-events-broker-2.1.0-SNAPSHOT.tar.gz to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-assembly-events-broker/2.1.0-SNAPSHOT/kapua-assembly-events-broker-2.1.0-SNAPSHOT.tar.gz
05:52:15 [INFO] 
05:52:15 [INFO] ----------< org.eclipse.kapua:kapua-assembly-broker-artemis >-----------
05:52:15 [INFO] Building kapua-assembly-broker-artemis 2.1.0-SNAPSHOT          [222/229]
05:52:15 [INFO]   from assembly/broker-artemis/pom.xml
05:52:15 [INFO] --------------------------------[ pom ]---------------------------------
05:52:15 [INFO] 
05:52:15 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-assembly-broker-artemis ---
05:52:15 [INFO] 
05:52:15 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-broker-artemis ---
05:52:15 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:15 [INFO] 
05:52:15 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-broker-artemis ---
05:52:15 [INFO] Required toolchain: jdk [ version='11' ]
05:52:15 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:15 [INFO] 
05:52:15 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-broker-artemis ---
05:52:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/broker-artemis' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/broker-artemis
05:52:15 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358735353
05:52:15 [WARNING] Cannot get the branch information from the git repository: 
05:52:15 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:15 
05:52:15 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/broker-artemis' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:15 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/broker-artemis
05:52:15 [INFO] Storing buildScmBranch: UNKNOWN
05:52:15 [INFO] 
05:52:15 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-broker-artemis ---
05:52:15 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/assembly/broker-artemis/target/jacoco.exec
05:52:15 [INFO] 
05:52:15 [INFO] --- dependency:3.0.1:unpack (unpack-artemis) @ kapua-assembly-broker-artemis ---
05:52:15 [INFO] Configured Artifact: org.apache.activemq:apache-artemis:bin:?:tar.gz
05:52:15 [INFO] Unpacking /home/jenkins/agent/workspace/develop-build/.repository/org/apache/activemq/apache-artemis/2.31.2/apache-artemis-2.31.2-bin.tar.gz to /home/jenkins/agent/workspace/develop-build/assembly/broker-artemis/target/dependencies/artemis with includes "" and excludes ""
05:52:15 [INFO] Expanding: /home/jenkins/agent/workspace/develop-build/.repository/org/apache/activemq/apache-artemis/2.31.2/apache-artemis-2.31.2-bin.tar.gz into /home/jenkins/agent/workspace/develop-build/assembly/broker-artemis/target/dependencies/artemis
05:52:16 [INFO] 
05:52:16 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-assembly-broker-artemis ---
05:52:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:16 [INFO] 
05:52:16 [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-assembly-broker-artemis ---
05:52:16 [INFO] 
05:52:16 [INFO] --- assembly:3.0.0:single (kapua-broker-artemis) @ kapua-assembly-broker-artemis ---
05:52:16 [WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
05:52:16 [INFO] Reading assembly descriptor: descriptors/kapua-broker-artemis.xml
05:52:16 [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /opt/artemis
05:52:16 [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /opt/artemis
05:52:27 [INFO] Building tar: /home/jenkins/agent/workspace/develop-build/assembly/broker-artemis/target/kapua-broker-artemis-2.1.0-SNAPSHOT.tar.gz
05:52:31 [INFO] 
05:52:31 [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-assembly-broker-artemis ---
05:52:31 [INFO] 
05:52:31 [INFO] --- install:2.5.2:install (default-install) @ kapua-assembly-broker-artemis ---
05:52:31 [INFO] Installing /home/jenkins/agent/workspace/develop-build/assembly/broker-artemis/pom.xml to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-assembly-broker-artemis/2.1.0-SNAPSHOT/kapua-assembly-broker-artemis-2.1.0-SNAPSHOT.pom
05:52:31 [INFO] Installing /home/jenkins/agent/workspace/develop-build/assembly/broker-artemis/target/kapua-broker-artemis-2.1.0-SNAPSHOT.tar.gz to /home/jenkins/agent/workspace/develop-build/.repository/org/eclipse/kapua/kapua-assembly-broker-artemis/2.1.0-SNAPSHOT/kapua-assembly-broker-artemis-2.1.0-SNAPSHOT.tar.gz
05:52:31 [INFO] 
05:52:31 [INFO] ----------------< org.eclipse.kapua:kapua-assembly-api >----------------
05:52:31 [INFO] Building kapua-assembly-api 2.1.0-SNAPSHOT                     [223/229]
05:52:31 [INFO]   from assembly/api/pom.xml
05:52:31 [INFO] --------------------------------[ pom ]---------------------------------
05:52:31 [INFO] 
05:52:31 [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-assembly-api ---
05:52:31 [INFO] 
05:52:31 [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-api ---
05:52:31 [WARNING]  Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories}
05:52:31 [INFO] 
05:52:31 [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-api ---
05:52:31 [INFO] Required toolchain: jdk [ version='11' ]
05:52:31 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:31 [INFO] 
05:52:31 [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-api ---
05:52:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/api
05:52:31 [INFO] Storing buildNumber: 8e8cbfdb77edcec281be22e3b8a38e587cade538 at timestamp: 1718358751444
05:52:31 [WARNING] Cannot get the branch information from the git repository: 
05:52:31 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
05:52:31 
05:52:31 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-build/assembly/api' && 'git' 'rev-parse' '--verify' 'HEAD'
05:52:31 [INFO] Working directory: /home/jenkins/agent/workspace/develop-build/assembly/api
05:52:31 [INFO] Storing buildScmBranch: UNKNOWN
05:52:31 [INFO] 
05:52:31 [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-api ---
05:52:31 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-build/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-build/assembly/api/target/jacoco.exec
05:52:31 [INFO] 
05:52:31 [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-assembly-api ---
05:52:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:52:31 [INFO] 
05:52:31 [INFO] --- dependency:3.0.1:unpack (Unpack Swagger UI) @ kapua-assembly-api ---
05:52:31 [INFO] Configured Artifact: org.webjars:swagger-ui:5.3.1:jar
05:52:31 [INFO] Unpacking /home/jenkins/agent/workspace/develop-build/.repository/org/webjars/swagger-ui/5.3.1/swagger-ui-5.3.1.jar to /home/jenkins/agent/workspace/develop-build/assembly/api/target/tmp/swagger-ui with includes "" and excludes ""
05:52:31 [INFO] 
05:52:31 [INFO] --- dependency:3.0.1:unpack (Unpack OpenAPI definitions) @ kapua-assembly-api ---
05:52:31 [INFO] Configured Artifact: org.eclipse.kapua:kapua-rest-api-resources:2.1.0-SNAPSHOT:jar
05:52:31 [INFO] Unpacking /home/jenkins/agent/workspace/develop-build/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/develop-build/assembly/api/target/tmp with includes "openapi/**/*" and excludes ""
05:52:31 [INFO] 
05:52:31 [INFO] --- exec:1.6.0:exec (Bundle OpenAPI definitions) @ kapua-assembly-api ---
05:52:31 [INFO] Toolchain in exec-maven-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:52:31 [ERROR] Command execution failed.
05:52:31 java.io.IOException: Cannot run program "swagger-cli" (in directory "/home/jenkins/agent/workspace/develop-build/assembly/api"): error=2, No such file or directory
05:52:31     at java.lang.ProcessBuilder.start (ProcessBuilder.java:1128)
05:52:31     at java.lang.ProcessBuilder.start (ProcessBuilder.java:1071)
05:52:31     at java.lang.Runtime.exec (Runtime.java:591)
05:52:31     at org.apache.commons.exec.launcher.Java13CommandLauncher.exec (Java13CommandLauncher.java:61)
05:52:31     at org.apache.commons.exec.DefaultExecutor.launch (DefaultExecutor.java:279)
05:52:31     at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:336)
05:52:31     at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
05:52:31     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
05:52:31     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
05:52:31     at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
05:52:31     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
05:52:31     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
05:52:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
05:52:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
05:52:31     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
05:52:31     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
05:52:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
05:52:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
05:52:31     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
05:52:31     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
05:52:31     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
05:52:31     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
05:52:31     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
05:52:31     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
05:52:31     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
05:52:31     at java.lang.reflect.Method.invoke (Method.java:566)
05:52:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
05:52:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
05:52:31     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
05:52:31     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
05:52:31 Caused by: java.io.IOException: error=2, No such file or directory
05:52:31     at java.lang.ProcessImpl.forkAndExec (Native Method)
05:52:31     at java.lang.ProcessImpl.<init> (ProcessImpl.java:340)
05:52:31     at java.lang.ProcessImpl.start (ProcessImpl.java:271)
05:52:31     at java.lang.ProcessBuilder.start (ProcessBuilder.java:1107)
05:52:31     at java.lang.ProcessBuilder.start (ProcessBuilder.java:1071)
05:52:31     at java.lang.Runtime.exec (Runtime.java:591)
05:52:31     at org.apache.commons.exec.launcher.Java13CommandLauncher.exec (Java13CommandLauncher.java:61)
05:52:31     at org.apache.commons.exec.DefaultExecutor.launch (DefaultExecutor.java:279)
05:52:31     at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:336)
05:52:31     at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
05:52:31     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
05:52:31     at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
05:52:31     at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
05:52:31     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
05:52:31     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
05:52:31     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
05:52:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
05:52:31     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
05:52:31     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
05:52:31     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
05:52:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
05:52:31     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
05:52:31     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
05:52:31     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
05:52:31     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
05:52:31     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
05:52:31     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
05:52:31     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
05:52:31     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
05:52:31     at java.lang.reflect.Method.invoke (Method.java:566)
05:52:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
05:52:31     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
05:52:31     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
05:52:31     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
05:52:31 [INFO] ------------------------------------------------------------------------
05:52:31 [INFO] Reactor Summary for kapua 2.1.0-SNAPSHOT:
05:52:31 [INFO] 
05:52:31 [INFO] kapua-build-tools .................................. SUCCESS [  2.299 s]
05:52:31 [INFO] kapua .............................................. SUCCESS [ 23.585 s]
05:52:31 [INFO] kapua-qa ........................................... SUCCESS [  0.840 s]
05:52:31 [INFO] kapua-qa-markers ................................... SUCCESS [  2.004 s]
05:52:31 [INFO] kapua-service ...................................... SUCCESS [  4.658 s]
05:52:31 [INFO] kapua-service-api .................................. SUCCESS [  4.296 s]
05:52:31 [INFO] kapua-account ...................................... SUCCESS [  0.298 s]
05:52:31 [INFO] kapua-account-api .................................. SUCCESS [  1.455 s]
05:52:31 [INFO] kapua-user ......................................... SUCCESS [  0.265 s]
05:52:31 [INFO] kapua-user-api ..................................... SUCCESS [  1.060 s]
05:52:31 [INFO] kapua-security ..................................... SUCCESS [  1.301 s]
05:52:31 [INFO] kapua-security-authorization ....................... SUCCESS [  0.133 s]
05:52:31 [INFO] kapua-security-authorization-api ................... SUCCESS [  2.512 s]
05:52:31 [INFO] kapua-security-authentication ...................... SUCCESS [  0.219 s]
05:52:31 [INFO] kapua-security-authentication-api .................. SUCCESS [  2.179 s]
05:52:31 [INFO] kapua-commons ...................................... SUCCESS [ 11.935 s]
05:52:31 [INFO] kapua-locator ...................................... SUCCESS [  0.245 s]
05:52:31 [INFO] kapua-locator-guice ................................ SUCCESS [  3.303 s]
05:52:31 [INFO] kapua-account-internal ............................. SUCCESS [  3.903 s]
05:52:31 [INFO] kapua-message ...................................... SUCCESS [  0.310 s]
05:52:31 [INFO] kapua-message-api .................................. SUCCESS [  1.940 s]
05:52:31 [INFO] kapua-device ....................................... SUCCESS [  1.855 s]
05:52:31 [INFO] kapua-device-api ................................... SUCCESS [  1.710 s]
05:52:31 [INFO] kapua-device-registry .............................. SUCCESS [  0.733 s]
05:52:31 [INFO] kapua-device-registry-api .......................... SUCCESS [  1.860 s]
05:52:31 [INFO] kapua-job .......................................... SUCCESS [  0.473 s]
05:52:31 [INFO] kapua-job-api ...................................... SUCCESS [  1.402 s]
05:52:31 [INFO] kapua-job-engine ................................... SUCCESS [  0.390 s]
05:52:31 [INFO] kapua-job-engine-api ............................... SUCCESS [  2.243 s]
05:52:31 [INFO] kapua-device-management ............................ SUCCESS [  0.769 s]
05:52:31 [INFO] kapua-device-management-api ........................ SUCCESS [  1.467 s]
05:52:31 [INFO] kapua-device-management-request .................... SUCCESS [  0.099 s]
05:52:31 [INFO] kapua-device-management-request-api ................ SUCCESS [  1.829 s]
05:52:31 [INFO] kapua-commons-rest ................................. SUCCESS [  0.315 s]
05:52:31 [INFO] kapua-commons-rest-model ........................... SUCCESS [  3.603 s]
05:52:31 [INFO] kapua-job-engine-client ............................ SUCCESS [  2.126 s]
05:52:31 [INFO] kapua-job-engine-commons ........................... SUCCESS [  2.113 s]
05:52:31 [INFO] kapua-transport .................................... SUCCESS [  0.266 s]
05:52:31 [INFO] kapua-transport-api ................................ SUCCESS [  2.775 s]
05:52:31 [INFO] kapua-device-call .................................. SUCCESS [  0.716 s]
05:52:31 [INFO] kapua-device-call-api .............................. SUCCESS [  2.904 s]
05:52:31 [INFO] kapua-translator ................................... SUCCESS [  0.463 s]
05:52:31 [INFO] kapua-translator-api ............................... SUCCESS [  1.629 s]
05:52:31 [INFO] kapua-message-internal ............................. SUCCESS [  3.911 s]
05:52:31 [INFO] kapua-transport-mqtt ............................... SUCCESS [  3.833 s]
05:52:31 [INFO] kapua-device-call-kura ............................. SUCCESS [  3.905 s]
05:52:31 [INFO] kapua-device-management-registry ................... SUCCESS [  0.187 s]
05:52:31 [INFO] kapua-device-management-registry-api ............... SUCCESS [  1.680 s]
05:52:31 [INFO] kapua-device-commons ............................... SUCCESS [  3.277 s]
05:52:31 [INFO] kapua-service-commons .............................. SUCCESS [  0.296 s]
05:52:31 [INFO] kapua-service-storable ............................. SUCCESS [  0.113 s]
05:52:31 [INFO] kapua-service-storable-api ......................... SUCCESS [  3.225 s]
05:52:31 [INFO] kapua-service-elasticsearch ........................ SUCCESS [  0.307 s]
05:52:31 [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [  3.743 s]
05:52:31 [INFO] kapua-datastore .................................... SUCCESS [  0.668 s]
05:52:31 [INFO] kapua-datastore-api ................................ SUCCESS [  1.785 s]
05:52:31 [INFO] kapua-service-storable-internal .................... SUCCESS [  1.974 s]
05:52:31 [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [  2.413 s]
05:52:31 [INFO] kapua-datastore-internal ........................... SUCCESS [  3.348 s]
05:52:31 [INFO] kapua-plug-ins ..................................... SUCCESS [  0.250 s]
05:52:31 [INFO] kapua-sso .......................................... SUCCESS [  0.193 s]
05:52:31 [INFO] kapua-openid-connect ............................... SUCCESS [  0.117 s]
05:52:31 [INFO] kapua-openid-api ................................... SUCCESS [  1.188 s]
05:52:31 [INFO] kapua-openid-provider .............................. SUCCESS [  1.912 s]
05:52:31 [INFO] kapua-security-registration ........................ SUCCESS [  0.066 s]
05:52:31 [INFO] kapua-security-registration-api .................... SUCCESS [  1.636 s]
05:52:31 [INFO] kapua-service-commons-utils ........................ SUCCESS [  0.095 s]
05:52:31 [INFO] kapua-service-commons-utils-api .................... SUCCESS [  1.244 s]
05:52:31 [INFO] kapua-security-certificate ......................... SUCCESS [  0.150 s]
05:52:31 [INFO] kapua-security-certificate-api ..................... SUCCESS [  2.563 s]
05:52:31 [INFO] kapua-service-commons-utils-internal ............... SUCCESS [  1.490 s]
05:52:31 [INFO] kapua-security-certificate-internal ................ SUCCESS [  1.951 s]
05:52:31 [INFO] kapua-user-internal ................................ SUCCESS [  2.316 s]
05:52:31 [INFO] kapua-client ....................................... SUCCESS [  0.723 s]
05:52:31 [INFO] kapua-client-security .............................. SUCCESS [  4.724 s]
05:52:31 [INFO] kapua-device-authentication ........................ SUCCESS [  1.312 s]
05:52:31 [INFO] kapua-tag .......................................... SUCCESS [  0.133 s]
05:52:31 [INFO] kapua-tag-api ...................................... SUCCESS [  1.234 s]
05:52:31 [INFO] kapua-device-registry-internal ..................... SUCCESS [  3.305 s]
05:52:31 [INFO] kapua-security-registration-simple ................. SUCCESS [  1.913 s]
05:52:31 [INFO] kapua-tag-internal ................................. SUCCESS [  3.314 s]
05:52:31 [INFO] kapua-security-shiro ............................... SUCCESS [  8.114 s]
05:52:31 [INFO] kapua-simulator-kura ............................... SUCCESS [  6.042 s]
05:52:31 [INFO] kapua-stream ....................................... SUCCESS [  0.056 s]
05:52:31 [INFO] kapua-stream-api ................................... SUCCESS [  1.162 s]
05:52:31 [INFO] kapua-device-management-asset ...................... SUCCESS [  0.114 s]
05:52:31 [INFO] kapua-device-management-asset-api .................. SUCCESS [  1.445 s]
05:52:31 [INFO] kapua-device-management-asset-store ................ SUCCESS [  0.095 s]
05:52:31 [INFO] kapua-device-management-asset-store-api ............ SUCCESS [  1.392 s]
05:52:31 [INFO] kapua-device-management-asset-internal ............. SUCCESS [  2.045 s]
05:52:31 [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [  1.480 s]
05:52:31 [INFO] kapua-device-management-bundle ..................... SUCCESS [  0.108 s]
05:52:31 [INFO] kapua-device-management-bundle-api ................. SUCCESS [  1.347 s]
05:52:31 [INFO] kapua-device-management-bundle-internal ............ SUCCESS [  1.851 s]
05:52:31 [INFO] kapua-device-management-command .................... SUCCESS [  0.108 s]
05:52:31 [INFO] kapua-device-management-command-api ................ SUCCESS [  1.418 s]
05:52:31 [INFO] kapua-device-management-command-internal ........... SUCCESS [  1.902 s]
05:52:31 [INFO] kapua-device-management-configuration .............. SUCCESS [  0.173 s]
05:52:31 [INFO] kapua-device-management-configuration-api .......... SUCCESS [  1.712 s]
05:52:31 [INFO] kapua-device-management-configuration-message-api .. SUCCESS [  1.350 s]
05:52:31 [INFO] kapua-device-management-configuration-store ........ SUCCESS [  0.071 s]
05:52:31 [INFO] kapua-device-management-configuration-store-api .... SUCCESS [  1.482 s]
05:52:31 [INFO] kapua-device-management-configuration-internal ..... SUCCESS [  2.162 s]
05:52:31 [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [  1.546 s]
05:52:31 [INFO] kapua-device-management-inventory .................. SUCCESS [  0.138 s]
05:52:31 [INFO] kapua-device-management-inventory-api .............. SUCCESS [  1.571 s]
05:52:31 [INFO] kapua-device-management-inventory-internal ......... SUCCESS [  2.223 s]
05:52:31 [INFO] kapua-device-management-keystore ................... SUCCESS [  0.199 s]
05:52:31 [INFO] kapua-device-management-keystore-api ............... SUCCESS [  1.551 s]
05:52:31 [INFO] kapua-device-management-keystore-internal .......... SUCCESS [  2.265 s]
05:52:31 [INFO] kapua-device-management-packages ................... SUCCESS [  0.194 s]
05:52:31 [INFO] kapua-device-management-packages-api ............... SUCCESS [  1.678 s]
05:52:31 [INFO] kapua-device-management-registry-internal .......... SUCCESS [  2.503 s]
05:52:31 [INFO] kapua-device-management-packages-internal .......... SUCCESS [  2.349 s]
05:52:31 [INFO] kapua-device-management-request-internal ........... SUCCESS [  1.777 s]
05:52:31 [INFO] kapua-device-management-all ........................ SUCCESS [  0.069 s]
05:52:31 [INFO] kapua-device-management-all-internal ............... SUCCESS [  0.157 s]
05:52:31 [INFO] kapua-translator-kapua ............................. SUCCESS [  0.327 s]
05:52:31 [INFO] kapua-translator-kapua-kura ........................ SUCCESS [  3.111 s]
05:52:31 [INFO] kapua-translator-kura .............................. SUCCESS [  0.121 s]
05:52:31 [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [  1.606 s]
05:52:31 [INFO] kapua-transport-jms ................................ SUCCESS [  1.594 s]
05:52:31 [INFO] kapua-translator-kura-jms .......................... SUCCESS [  1.923 s]
05:52:31 [INFO] kapua-qa-common .................................... SUCCESS [  6.914 s]
05:52:31 [INFO] kapua-account-test-steps ........................... SUCCESS [  2.558 s]
05:52:31 [INFO] kapua-account-test ................................. SUCCESS [  2.024 s]
05:52:31 [INFO] kapua-user-test-steps .............................. SUCCESS [  2.495 s]
05:52:31 [INFO] kapua-user-test .................................... SUCCESS [  2.404 s]
05:52:31 [INFO] kapua-scheduler .................................... SUCCESS [  0.321 s]
05:52:31 [INFO] kapua-scheduler-api ................................ SUCCESS [  1.176 s]
05:52:31 [INFO] kapua-device-management-job ........................ SUCCESS [  0.137 s]
05:52:31 [INFO] kapua-device-management-job-api .................... SUCCESS [  1.574 s]
05:52:31 [INFO] kapua-service-client ............................... SUCCESS [  3.313 s]
05:52:31 [INFO] kapua-broker ....................................... SUCCESS [  0.218 s]
05:52:31 [INFO] kapua-broker-artemis ............................... SUCCESS [  0.185 s]
05:52:31 [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [  4.335 s]
05:52:31 [INFO] kapua-device-registry-test-steps ................... SUCCESS [  4.195 s]
05:52:31 [INFO] kapua-device-registry-test ......................... SUCCESS [  2.026 s]
05:52:31 [INFO] kapua-scheduler-quartz ............................. SUCCESS [  2.654 s]
05:52:31 [INFO] kapua-job-internal ................................. SUCCESS [  3.221 s]
05:52:31 [INFO] kapua-job-test-steps ............................... SUCCESS [  2.643 s]
05:52:31 [INFO] kapua-job-test ..................................... SUCCESS [  2.160 s]
05:52:31 [INFO] kapua-tag-test-steps ............................... SUCCESS [  2.108 s]
05:52:31 [INFO] kapua-tag-test ..................................... SUCCESS [  2.156 s]
05:52:31 [INFO] kapua-endpoint ..................................... SUCCESS [  0.120 s]
05:52:31 [INFO] kapua-endpoint-api ................................. SUCCESS [  1.023 s]
05:52:31 [INFO] kapua-rest-api ..................................... SUCCESS [  0.555 s]
05:52:31 [INFO] kapua-rest-api-core ................................ SUCCESS [  4.663 s]
05:52:31 [INFO] kapua-device-management-all-api .................... SUCCESS [  0.101 s]
05:52:31 [INFO] kapua-system ....................................... SUCCESS [  0.149 s]
05:52:31 [INFO] kapua-system-api ................................... SUCCESS [  0.922 s]
05:52:31 [INFO] kapua-commons-rest-errors .......................... SUCCESS [  1.934 s]
05:52:31 [INFO] kapua-rest-api-resources ........................... SUCCESS [  3.605 s]
05:52:31 [INFO] kapua-endpoint-internal ............................ SUCCESS [  2.084 s]
05:52:31 [INFO] kapua-commons-rest-filters ......................... SUCCESS [  1.984 s]
05:52:31 [INFO] kapua-stream-internal .............................. SUCCESS [  1.705 s]
05:52:31 [INFO] kapua-system-internal .............................. SUCCESS [  1.498 s]
05:52:31 [INFO] kapua-extras ....................................... SUCCESS [  0.152 s]
05:52:31 [INFO] kapua-foreignkeys .................................. SUCCESS [  0.164 s]
05:52:31 [INFO] kapua-rest-api-web ................................. SUCCESS [  7.867 s]
05:52:31 [INFO] kapua-qa-integration-steps ......................... SUCCESS [  4.133 s]
05:52:31 [INFO] kapua-security-test-steps .......................... SUCCESS [  3.150 s]
05:52:31 [INFO] kapua-device-management-job-internal ............... SUCCESS [  2.173 s]
05:52:31 [INFO] kapua-endpoint-test-steps .......................... SUCCESS [  2.676 s]
05:52:31 [INFO] kapua-device-management-bundle-job ................. SUCCESS [  1.656 s]
05:52:31 [INFO] kapua-device-management-asset-job .................. SUCCESS [  1.728 s]
05:52:31 [INFO] kapua-device-management-packages-job ............... SUCCESS [  2.111 s]
05:52:31 [INFO] kapua-device-management-command-job ................ SUCCESS [  1.715 s]
05:52:31 [INFO] kapua-device-management-configuration-job .......... SUCCESS [  1.664 s]
05:52:31 [INFO] kapua-device-management-keystore-job ............... SUCCESS [  1.799 s]
05:52:31 [INFO] kapua-scheduler-test-steps ......................... SUCCESS [  2.235 s]
05:52:31 [INFO] kapua-datastore-test-steps ......................... SUCCESS [  3.008 s]
05:52:31 [INFO] kapua-service-camel ................................ SUCCESS [  2.249 s]
05:52:31 [INFO] kapua-consumer ..................................... SUCCESS [  0.154 s]
05:52:31 [INFO] kapua-consumer-lifecycle ........................... SUCCESS [  2.014 s]
05:52:31 [INFO] kapua-consumer-telemetry ........................... SUCCESS [  2.272 s]
05:52:31 [INFO] kapua-service-authentication ....................... SUCCESS [  2.630 s]
05:52:31 [INFO] kapua-qa-integration ............................... SUCCESS [  3.320 s]
05:52:31 [INFO] kapua-dev-tools .................................... SUCCESS [  0.058 s]
05:52:31 [INFO] kapua-cucumber-reports ............................. SUCCESS [  0.681 s]
05:52:31 [INFO] kapua-deployment ................................... SUCCESS [  0.050 s]
05:52:31 [INFO] kapua-deployment-commons ........................... SUCCESS [  0.056 s]
05:52:31 [INFO] kapua-docker ....................................... SUCCESS [  0.040 s]
05:52:31 [INFO] kapua-minishift .................................... SUCCESS [  0.041 s]
05:52:31 [INFO] kapua-openshift .................................... SUCCESS [  0.043 s]
05:52:31 [INFO] kapua-datastore-test ............................... SUCCESS [  2.174 s]
05:52:31 [INFO] kapua-device-management-all-job .................... SUCCESS [  0.134 s]
05:52:31 [INFO] kapua-scheduler-test ............................... SUCCESS [  2.116 s]
05:52:31 [INFO] kapua-security-test ................................ SUCCESS [  1.996 s]
05:52:31 [INFO] kapua-system-test-steps ............................ SUCCESS [  1.737 s]
05:52:31 [INFO] kapua-system-test .................................. SUCCESS [  1.790 s]
05:52:31 [INFO] kapua-service-authentication-app ................... SUCCESS [ 12.527 s]
05:52:31 [INFO] kapua-translator-test-steps ........................ SUCCESS [  2.002 s]
05:52:31 [INFO] kapua-translator-test .............................. SUCCESS [  2.044 s]
05:52:31 [INFO] kapua-es-migrator .................................. SUCCESS [ 10.803 s]
05:52:31 [INFO] kapua-encryption-migrator .......................... SUCCESS [  6.750 s]
05:52:31 [INFO] kapua-liquibase-unlocker ........................... SUCCESS [  4.703 s]
05:52:31 [INFO] kapua-openid-provider-generic ...................... SUCCESS [  1.661 s]
05:52:31 [INFO] kapua-openid-provider-keycloak ..................... SUCCESS [  1.414 s]
05:52:31 [INFO] kapua-job-engine-jbatch ............................ SUCCESS [  2.909 s]
05:52:31 [INFO] kapua-job-engine-app ............................... SUCCESS [  0.065 s]
05:52:31 [INFO] kapua-job-engine-app-core .......................... SUCCESS [  1.732 s]
05:52:31 [INFO] kapua-job-engine-app-resources ..................... SUCCESS [  1.361 s]
05:52:31 [INFO] kapua-job-engine-app-web ........................... SUCCESS [  3.871 s]
05:52:31 [INFO] kapua-consumer-lifecycle-app ....................... SUCCESS [ 10.156 s]
05:52:31 [INFO] kapua-consumer-telemetry-app ....................... SUCCESS [  9.034 s]
05:52:31 [INFO] kapua-client-gateway ............................... SUCCESS [  1.719 s]
05:52:31 [INFO] Eclipse Kapua :: Gateway Client :: API ............. SUCCESS [  3.604 s]
05:52:31 [INFO] Eclipse Kapua :: Gateway Client :: SPI ............. SUCCESS [  3.014 s]
05:52:31 [INFO] Eclipse Kapua :: Gateway Client :: Provider ........ SUCCESS [  0.167 s]
05:52:31 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT SUCCESS [  2.136 s]
05:52:31 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT SUCCESS [  2.461 s]
05:52:31 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho SUCCESS [  2.041 s]
05:52:31 [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura SUCCESS [  3.764 s]
05:52:31 [INFO] Eclipse Kapua :: Gateway Client :: Features ........ SUCCESS [  0.100 s]
05:52:31 [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf SUCCESS [  4.299 s]
05:52:31 [INFO] kapua-assembly ..................................... SUCCESS [  0.065 s]
05:52:31 [INFO] kapua-assembly-java-base ........................... SUCCESS [  0.104 s]
05:52:31 [INFO] kapua-assembly-jetty-base .......................... SUCCESS [  0.089 s]
05:52:31 [INFO] kapua-assembly-sql ................................. SUCCESS [  0.061 s]
05:52:31 [INFO] kapua-assembly-events-broker ....................... SUCCESS [  6.627 s]
05:52:31 [INFO] kapua-assembly-broker-artemis ...................... SUCCESS [ 15.876 s]
05:52:31 [INFO] kapua-assembly-api ................................. FAILURE [  0.520 s]
05:52:31 [INFO] kapua-assembly-consumer ............................ SKIPPED
05:52:31 [INFO] kapua-assembly-consumer-telemetry .................. SKIPPED
05:52:31 [INFO] kapua-assembly-consumer-lifecycle .................. SKIPPED
05:52:31 [INFO] kapua-assembly-service ............................. SKIPPED
05:52:31 [INFO] kapua-assembly-service-authentication .............. SKIPPED
05:52:31 [INFO] kapua-assembly-job-engine .......................... SKIPPED
05:52:31 [INFO] ------------------------------------------------------------------------
05:52:31 [INFO] BUILD FAILURE
05:52:31 [INFO] ------------------------------------------------------------------------
05:52:31 [INFO] Total time:  08:09 min
05:52:31 [INFO] Finished at: 2024-06-14T09:52:31Z
05:52:31 [INFO] ------------------------------------------------------------------------
05:52:31 [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (Bundle OpenAPI definitions) on project kapua-assembly-api: Command execution failed. Cannot run program "swagger-cli" (in directory "/home/jenkins/agent/workspace/develop-build/assembly/api"): error=2, No such file or directory -> [Help 1]
05:52:31 [ERROR] 
05:52:31 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
05:52:31 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
05:52:31 [ERROR] 
05:52:31 [ERROR] For more information about the errors and possible solutions, please read the following articles:
05:52:31 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
05:52:31 [ERROR] 
05:52:31 [ERROR] After correcting the problems, you can resume the build with the command
05:52:31 [ERROR]   mvn <args> -rf :kapua-assembly-api
05:52:32 Build step 'Invoke top-level Maven targets' marked build as failure
05:52:32 Finished: FAILURE