Started by an SCM change Running as SYSTEM Agent basic-tznbh is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-tznbh" namespace: "kapua" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.kapua.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-tznbh" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-tznbh" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.kapua.svc.cluster.local/kapua/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-kapua" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-tznbh (basic) in workspace /home/jenkins/agent/workspace/develop-sonar The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/kapua.git > git init /home/jenkins/agent/workspace/develop-sonar # timeout=10 Fetching upstream changes from https://github.com/eclipse/kapua.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/kapua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/kapua.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/develop^{commit} # timeout=10 Checking out Revision 1c6be6957545a7a867a9d15e85a617ed1bb5d06e (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c6be6957545a7a867a9d15e85a617ed1bb5d06e # timeout=10 Commit message: "Merge pull request #3934 from Coduz/feat-dockerDevComponents" > git rev-list --no-walk d6424760ab2f1eeb1cee984a9874a90fdcc2ae2c # timeout=10 [develop-sonar] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dsonar.projectKey=org.eclipse_kapua -Dsonar.organization=eclipse -Dmaven.repo.local=/home/jenkins/agent/workspace/develop-sonar/.repository compile org.sonarsource.scanner.maven:sonar-maven-plugin:sonar Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] kapua-build-tools [jar] [INFO] kapua [pom] [INFO] kapua-qa [pom] [INFO] kapua-qa-markers [jar] [INFO] kapua-service [pom] [INFO] kapua-service-api [jar] [INFO] kapua-account [pom] [INFO] kapua-account-api [jar] [INFO] kapua-user [pom] [INFO] kapua-user-api [jar] [INFO] kapua-security [pom] [INFO] kapua-security-authorization [pom] [INFO] kapua-security-authorization-api [jar] [INFO] kapua-security-authentication [pom] [INFO] kapua-security-authentication-api [jar] [INFO] kapua-commons [jar] [INFO] kapua-locator [pom] [INFO] kapua-locator-guice [jar] [INFO] kapua-account-internal [jar] [INFO] kapua-message [pom] [INFO] kapua-message-api [jar] [INFO] kapua-device [pom] [INFO] kapua-device-api [jar] [INFO] kapua-device-registry [pom] [INFO] kapua-device-registry-api [jar] [INFO] kapua-job [pom] [INFO] kapua-job-api [jar] [INFO] kapua-job-engine [pom] [INFO] kapua-job-engine-api [jar] [INFO] kapua-device-management [pom] [INFO] kapua-device-management-api [jar] [INFO] kapua-device-management-request [pom] [INFO] kapua-device-management-request-api [jar] [INFO] kapua-commons-rest [pom] [INFO] kapua-commons-rest-model [jar] [INFO] kapua-job-engine-client [jar] [INFO] kapua-job-engine-commons [jar] [INFO] kapua-transport [pom] [INFO] kapua-transport-api [jar] [INFO] kapua-device-call [pom] [INFO] kapua-device-call-api [jar] [INFO] kapua-translator [pom] [INFO] kapua-translator-api [jar] [INFO] kapua-message-internal [jar] [INFO] kapua-device-call-kura [jar] [INFO] kapua-device-management-registry [pom] [INFO] kapua-device-management-registry-api [jar] [INFO] kapua-device-commons [jar] [INFO] kapua-service-commons [pom] [INFO] kapua-service-storable [pom] [INFO] kapua-service-storable-api [jar] [INFO] kapua-service-elasticsearch [pom] [INFO] kapua-service-elasticsearch-client-api [jar] [INFO] kapua-datastore [pom] [INFO] kapua-datastore-api [jar] [INFO] kapua-service-storable-internal [jar] [INFO] kapua-datastore-internal [jar] [INFO] kapua-plug-ins [pom] [INFO] kapua-sso [pom] [INFO] kapua-openid-connect [pom] [INFO] kapua-openid-api [jar] [INFO] kapua-openid-provider [jar] [INFO] kapua-security-registration [pom] [INFO] kapua-security-registration-api [jar] [INFO] kapua-security-certificate [pom] [INFO] kapua-security-certificate-api [jar] [INFO] kapua-user-internal [jar] [INFO] kapua-security-shiro [jar] [INFO] kapua-service-elasticsearch-client-rest [jar] [INFO] kapua-simulator-kura [jar] [INFO] kapua-stream [pom] [INFO] kapua-stream-api [jar] [INFO] kapua-tag [pom] [INFO] kapua-tag-api [jar] [INFO] kapua-device-management-asset [pom] [INFO] kapua-device-management-asset-api [jar] [INFO] kapua-device-management-asset-store [pom] [INFO] kapua-device-management-asset-store-api [jar] [INFO] kapua-device-management-asset-internal [jar] [INFO] kapua-device-management-asset-store-dummy [jar] [INFO] kapua-device-management-bundle [pom] [INFO] kapua-device-management-bundle-api [jar] [INFO] kapua-device-management-bundle-internal [jar] [INFO] kapua-device-management-command [pom] [INFO] kapua-device-management-command-api [jar] [INFO] kapua-device-management-command-internal [jar] [INFO] kapua-device-management-configuration [pom] [INFO] kapua-device-management-configuration-api [jar] [INFO] kapua-device-management-configuration-message-api [jar] [INFO] kapua-device-management-configuration-store [pom] [INFO] kapua-device-management-configuration-store-api [jar] [INFO] kapua-device-management-configuration-internal [jar] [INFO] kapua-device-management-configuration-store-dummy [jar] [INFO] kapua-device-management-inventory [pom] [INFO] kapua-device-management-inventory-api [jar] [INFO] kapua-device-management-inventory-internal [jar] [INFO] kapua-device-management-keystore [pom] [INFO] kapua-device-management-keystore-api [jar] [INFO] kapua-device-management-keystore-internal [jar] [INFO] kapua-device-management-packages [pom] [INFO] kapua-device-management-packages-api [jar] [INFO] kapua-broker [pom] [INFO] kapua-broker-api [jar] [INFO] kapua-scheduler [pom] [INFO] kapua-scheduler-api [jar] [INFO] kapua-device-management-job [pom] [INFO] kapua-device-management-job-api [jar] [INFO] kapua-transport-jms [jar] [INFO] kapua-service-client [jar] [INFO] kapua-client [pom] [INFO] kapua-client-security [jar] [INFO] kapua-device-authentication [jar] [INFO] kapua-device-registry-internal [jar] [INFO] kapua-device-management-registry-internal [jar] [INFO] kapua-device-management-packages-internal [jar] [INFO] kapua-device-management-request-internal [jar] [INFO] kapua-device-management-all [pom] [INFO] kapua-device-management-all-internal [jar] [INFO] kapua-translator-kapua [pom] [INFO] kapua-translator-kapua-kura [jar] [INFO] kapua-transport-mqtt [jar] [INFO] kapua-translator-kura [pom] [INFO] kapua-translator-kura-mqtt [jar] [INFO] kapua-translator-kura-jms [jar] [INFO] kapua-qa-common [jar] [INFO] kapua-account-test-steps [jar] [INFO] kapua-account-test [jar] [INFO] kapua-user-test-steps [jar] [INFO] kapua-user-test [jar] [INFO] kapua-broker-artemis [pom] [INFO] kapua-broker-artemis-plugin [jar] [INFO] kapua-device-registry-test-steps [jar] [INFO] kapua-device-registry-test [jar] [INFO] kapua-scheduler-quartz [jar] [INFO] kapua-job-internal [jar] [INFO] kapua-job-test-steps [jar] [INFO] kapua-job-test [jar] [INFO] kapua-tag-internal [jar] [INFO] kapua-tag-test-steps [jar] [INFO] kapua-tag-test [jar] [INFO] kapua-endpoint [pom] [INFO] kapua-endpoint-api [jar] [INFO] kapua-rest-api [pom] [INFO] kapua-rest-api-core [jar] [INFO] kapua-device-management-all-api [jar] [INFO] kapua-system [pom] [INFO] kapua-system-api [jar] [INFO] kapua-rest-api-resources [jar] [INFO] kapua-endpoint-internal [jar] [INFO] kapua-commons-rest-errors [jar] [INFO] kapua-commons-rest-filters [jar] [INFO] kapua-security-certificate-internal [jar] [INFO] kapua-stream-internal [jar] [INFO] kapua-system-internal [jar] [INFO] kapua-extras [pom] [INFO] kapua-foreignkeys [jar] [INFO] kapua-rest-api-web [war] [INFO] kapua-qa-integration-steps [jar] [INFO] kapua-security-test-steps [jar] [INFO] kapua-device-management-job-internal [jar] [INFO] kapua-endpoint-test-steps [jar] [INFO] kapua-device-management-bundle-job [jar] [INFO] kapua-device-management-asset-job [jar] [INFO] kapua-device-management-packages-job [jar] [INFO] kapua-device-management-command-job [jar] [INFO] kapua-device-management-configuration-job [jar] [INFO] kapua-device-management-keystore-job [jar] [INFO] kapua-scheduler-test-steps [jar] [INFO] kapua-datastore-test-steps [jar] [INFO] kapua-service-camel [jar] [INFO] kapua-consumer [pom] [INFO] kapua-consumer-lifecycle [jar] [INFO] kapua-consumer-telemetry [jar] [INFO] kapua-service-authentication [jar] [INFO] kapua-qa-integration [jar] [INFO] kapua-dev-tools [pom] [INFO] kapua-cucumber-reports [pom] [INFO] kapua-deployment [pom] [INFO] kapua-deployment-commons [pom] [INFO] kapua-docker [pom] [INFO] kapua-minishift [pom] [INFO] kapua-openshift [pom] [INFO] kapua-datastore-test [jar] [INFO] kapua-device-management-all-job [jar] [INFO] kapua-scheduler-test [jar] [INFO] kapua-security-registration-simple [jar] [INFO] kapua-security-test [jar] [INFO] kapua-system-test-steps [jar] [INFO] kapua-system-test [jar] [INFO] kapua-service-authentication-app [jar] [INFO] kapua-translator-test-steps [jar] [INFO] kapua-translator-test [jar] [INFO] kapua-es-migrator [jar] [INFO] kapua-encryption-migrator [jar] [INFO] kapua-liquibase-unlocker [jar] [INFO] kapua-openid-provider-generic [jar] [INFO] kapua-openid-provider-keycloak [jar] [INFO] kapua-job-engine-jbatch [jar] [INFO] kapua-job-engine-app [pom] [INFO] kapua-job-engine-app-core [jar] [INFO] kapua-job-engine-app-resources [jar] [INFO] kapua-job-engine-app-web [war] [INFO] kapua-consumer-lifecycle-app [jar] [INFO] kapua-consumer-telemetry-app [jar] [INFO] kapua-client-gateway [pom] [INFO] Eclipse Kapua :: Gateway Client :: API [bundle] [INFO] Eclipse Kapua :: Gateway Client :: SPI [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Provider [pom] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Features [pom] [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf [feature] [INFO] kapua-assembly [pom] [INFO] kapua-assembly-java-base [pom] [INFO] kapua-assembly-jetty-base [pom] [INFO] kapua-assembly-sql [pom] [INFO] kapua-assembly-events-broker [pom] [INFO] kapua-assembly-broker-artemis [pom] [INFO] kapua-assembly-api [pom] [INFO] kapua-assembly-consumer [pom] [INFO] kapua-assembly-consumer-telemetry [jar] [INFO] kapua-assembly-consumer-lifecycle [jar] [INFO] kapua-assembly-service [pom] [INFO] kapua-assembly-service-authentication [jar] [INFO] kapua-assembly-job-engine [jar] [INFO] [INFO] -------------< org.eclipse.kapua.build:kapua-build-tools >-------------- [INFO] Building kapua-build-tools 2.0.0-SNAPSHOT [1/227] [INFO] from build-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ kapua-build-tools --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ kapua-build-tools --- [INFO] No sources to compile [INFO] [INFO] ----------------------< org.eclipse.kapua:kapua >----------------------- [INFO] Building kapua 2.0.0-SNAPSHOT [2/227] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057559035 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/target/jacoco.exec [INFO] [INFO] ---------------------< org.eclipse.kapua:kapua-qa >--------------------- [INFO] Building kapua-qa 2.0.0-SNAPSHOT [3/227] [INFO] from qa/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057560262 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/qa/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa --- [INFO] Copying 1 resource [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-qa-markers >----------------- [INFO] Building kapua-qa-markers 2.0.0-SNAPSHOT [4/227] [INFO] from qa/markers/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-markers --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-markers --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-markers --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa/markers' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa/markers [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057560624 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa/markers' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa/markers [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-markers --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/qa/markers/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-markers --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/qa/markers/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-markers --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-markers --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-sonar/qa/markers/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-service >------------------- [INFO] Building kapua-service 2.0.0-SNAPSHOT [5/227] [INFO] from service/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057566293 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-service-api >----------------- [INFO] Building kapua-service-api 2.0.0-SNAPSHOT [6/227] [INFO] from service/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057567089 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-api --- [INFO] Copying 3 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/develop-sonar/service/api/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-account >------------------- [INFO] Building kapua-account 2.0.0-SNAPSHOT [7/227] [INFO] from service/account/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057569051 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/account/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-account-api >----------------- [INFO] Building kapua-account-api 2.0.0-SNAPSHOT [8/227] [INFO] from service/account/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057569265 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/account/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/account/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-sonar/service/account/api/target/classes [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-user >-------------------- [INFO] Building kapua-user 2.0.0-SNAPSHOT [9/227] [INFO] from service/user/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057570614 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/user/target/jacoco.exec [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-user-api >------------------ [INFO] Building kapua-user-api 2.0.0-SNAPSHOT [10/227] [INFO] from service/user/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057570678 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/user/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/user/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/develop-sonar/service/user/api/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-security >------------------ [INFO] Building kapua-security 2.0.0-SNAPSHOT [11/227] [INFO] from service/security/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057572667 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.kapua:kapua-security-authorization >----------- [INFO] Building kapua-security-authorization 2.0.0-SNAPSHOT [12/227] [INFO] from service/security/authorization/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authorization --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authorization --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authorization --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/authorization' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/authorization [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057572807 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/authorization' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/authorization [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authorization --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/authorization/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.kapua:kapua-security-authorization-api >--------- [INFO] Building kapua-security-authorization-api 2.0.0-SNAPSHOT [13/227] [INFO] from service/security/authorization/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authorization-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authorization-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authorization-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/authorization/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/authorization/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057573081 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/authorization/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/authorization/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authorization-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/authorization/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-authorization-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-authorization-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-authorization-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/develop-sonar/service/security/authorization/api/target/classes [INFO] [INFO] ----------< org.eclipse.kapua:kapua-security-authentication >----------- [INFO] Building kapua-security-authentication 2.0.0-SNAPSHOT [14/227] [INFO] from service/security/authentication/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authentication --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authentication --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authentication --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/authentication [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057574491 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/authentication [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authentication --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/authentication/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.kapua:kapua-security-authentication-api >--------- [INFO] Building kapua-security-authentication-api 2.0.0-SNAPSHOT [15/227] [INFO] from service/security/authentication/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authentication-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authentication-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authentication-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/authentication/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/authentication/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057574626 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/authentication/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/authentication/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authentication-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/authentication/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-authentication-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-authentication-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-authentication-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/develop-sonar/service/security/authentication/api/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-commons >------------------- [INFO] Building kapua-commons 2.0.0-SNAPSHOT [16/227] [INFO] from commons/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057578865 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/commons/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons --- [INFO] Copying 24 resources [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 [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 248 source files to /home/jenkins/agent/workspace/develop-sonar/commons/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-locator >------------------- [INFO] Building kapua-locator 2.0.0-SNAPSHOT [17/227] [INFO] from locator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-locator --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-locator --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-locator --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/locator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/locator [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057583832 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/locator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/locator [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-locator --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/locator/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-locator-guice >---------------- [INFO] Building kapua-locator-guice 2.0.0-SNAPSHOT [18/227] [INFO] from locator/guice/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-locator-guice --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-locator-guice --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-locator-guice --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/locator/guice' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/locator/guice [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057583948 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/locator/guice' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/locator/guice [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-locator-guice --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/locator/guice/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-locator-guice --- [INFO] Copying 2 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-locator-guice --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-locator-guice --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-sonar/locator/guice/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-account-internal >-------------- [INFO] Building kapua-account-internal 2.0.0-SNAPSHOT [19/227] [INFO] from service/account/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057585731 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/account/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-internal --- [INFO] Copying 23 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-sonar/service/account/internal/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-message >------------------- [INFO] Building kapua-message 2.0.0-SNAPSHOT [20/227] [INFO] from message/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/message' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/message [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057587709 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/message' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/message [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/message/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-message-api >----------------- [INFO] Building kapua-message-api 2.0.0-SNAPSHOT [21/227] [INFO] from message/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/message/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/message/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057587791 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/message/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/message/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/message/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-message-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/message/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-message-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-message-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-sonar/message/api/target/classes [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-device >------------------- [INFO] Building kapua-device 2.0.0-SNAPSHOT [22/227] [INFO] from service/device/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057591361 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-device-api >----------------- [INFO] Building kapua-device-api 2.0.0-SNAPSHOT [23/227] [INFO] from service/device/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057591443 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/api/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-device-registry >--------------- [INFO] Building kapua-device-registry 2.0.0-SNAPSHOT [24/227] [INFO] from service/device/registry/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057593338 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/registry/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.kapua:kapua-device-registry-api >------------- [INFO] Building kapua-device-registry-api 2.0.0-SNAPSHOT [25/227] [INFO] from service/device/registry/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057593460 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/registry/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/registry/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 54 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/registry/api/target/classes [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-job >--------------------- [INFO] Building kapua-job 2.0.0-SNAPSHOT [26/227] [INFO] from service/job/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057595431 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/job/target/jacoco.exec [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-job-api >------------------- [INFO] Building kapua-job-api 2.0.0-SNAPSHOT [27/227] [INFO] from service/job/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057595614 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/job/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/develop-sonar/service/job/api/target/classes [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-job-engine >----------------- [INFO] Building kapua-job-engine 2.0.0-SNAPSHOT [28/227] [INFO] from job-engine/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057597014 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/job-engine/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-job-engine-api >--------------- [INFO] Building kapua-job-engine-api 2.0.0-SNAPSHOT [29/227] [INFO] from job-engine/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057597110 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/job-engine/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-sonar/job-engine/api/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-device-management >-------------- [INFO] Building kapua-device-management 2.0.0-SNAPSHOT [30/227] [INFO] from service/device/management/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057598785 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.kapua:kapua-device-management-api >------------ [INFO] Building kapua-device-management-api 2.0.0-SNAPSHOT [31/227] [INFO] from service/device/management/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057598862 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/api/target/classes [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-request >---------- [INFO] Building kapua-device-management-request 2.0.0-SNAPSHOT [32/227] [INFO] from service/device/management/request/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/request' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/request [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057600295 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/request' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/request [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/request/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-request-api >-------- [INFO] Building kapua-device-management-request-api 2.0.0-SNAPSHOT [33/227] [INFO] from service/device/management/request/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/request/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057600352 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/request/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/request/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-request-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-request-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-request-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/api/target/classes [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-commons-rest >---------------- [INFO] Building kapua-commons-rest 2.0.0-SNAPSHOT [34/227] [INFO] from commons-rest/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons-rest' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons-rest [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057601850 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons-rest' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons-rest [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/commons-rest/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.kapua:kapua-commons-rest-model >------------- [INFO] Building kapua-commons-rest-model 2.0.0-SNAPSHOT [35/227] [INFO] from commons-rest/model/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-model --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-model --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-model --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons-rest/model' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons-rest/model [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057602020 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons-rest/model' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons-rest/model [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-model --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/commons-rest/model/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/commons-rest/model/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-model --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-model --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/develop-sonar/commons-rest/model/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-job-engine-client >-------------- [INFO] Building kapua-job-engine-client 2.0.0-SNAPSHOT [36/227] [INFO] from job-engine/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-client --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-client --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-client --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/client [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057604196 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/client [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-client --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/job-engine/client/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-client --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-sonar/job-engine/client/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-job-engine-commons >------------- [INFO] Building kapua-job-engine-commons 2.0.0-SNAPSHOT [37/227] [INFO] from job-engine/commons/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-commons --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-commons --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-commons --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/commons [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057605947 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/commons [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-commons --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/job-engine/commons/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-commons --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/job-engine/commons/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-commons --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/develop-sonar/job-engine/commons/target/classes [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-transport >------------------ [INFO] Building kapua-transport 2.0.0-SNAPSHOT [38/227] [INFO] from transport/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/transport' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/transport [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057607880 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/transport' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/transport [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/transport/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-transport-api >---------------- [INFO] Building kapua-transport-api 2.0.0-SNAPSHOT [39/227] [INFO] from transport/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/transport/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/transport/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057607960 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/transport/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/transport/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/transport/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/develop-sonar/transport/api/target/classes [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-device-call >----------------- [INFO] Building kapua-device-call 2.0.0-SNAPSHOT [40/227] [INFO] from service/device/call/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/call' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/call [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057609785 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/call' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/call [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/call/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.kapua:kapua-device-call-api >--------------- [INFO] Building kapua-device-call-api 2.0.0-SNAPSHOT [41/227] [INFO] from service/device/call/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/call/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/call/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057609870 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/call/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/call/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/call/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-call-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-call-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-call-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/call/api/target/classes [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-translator >----------------- [INFO] Building kapua-translator 2.0.0-SNAPSHOT [42/227] [INFO] from translator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057611517 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/translator/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-translator-api >--------------- [INFO] Building kapua-translator-api 2.0.0-SNAPSHOT [43/227] [INFO] from translator/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057611582 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/translator/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/develop-sonar/translator/api/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-message-internal >-------------- [INFO] Building kapua-message-internal 2.0.0-SNAPSHOT [44/227] [INFO] from message/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/message/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/message/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057613252 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/message/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/message/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/message/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-message-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/message/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-message-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-message-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/develop-sonar/message/internal/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-device-call-kura >-------------- [INFO] Building kapua-device-call-kura 2.0.0-SNAPSHOT [45/227] [INFO] from service/device/call/kura/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call-kura --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call-kura --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call-kura --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/call/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/call/kura [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057615640 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/call/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/call/kura [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call-kura --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/call/kura/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-call-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-call-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-call-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 108 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/call/kura/target/classes [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-registry >--------- [INFO] Building kapua-device-management-registry 2.0.0-SNAPSHOT [46/227] [INFO] from service/device/management/registry/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057618571 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-registry-api >------- [INFO] Building kapua-device-management-registry-api 2.0.0-SNAPSHOT [47/227] [INFO] from service/device/management/registry/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057618648 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-registry-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-registry-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-registry-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/api/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-device-commons >--------------- [INFO] Building kapua-device-commons 2.0.0-SNAPSHOT [48/227] [INFO] from service/device/commons/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-commons --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-commons --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-commons --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/commons [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057620336 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/commons [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-commons --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/commons/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-commons --- [INFO] Copying 6 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-commons --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/commons/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-service-commons >--------------- [INFO] Building kapua-service-commons 2.0.0-SNAPSHOT [49/227] [INFO] from service/commons/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057622564 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/commons/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.kapua:kapua-service-storable >-------------- [INFO] Building kapua-service-storable 2.0.0-SNAPSHOT [50/227] [INFO] from service/commons/storable/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/storable' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/storable [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057622662 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/storable' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/storable [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/commons/storable/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.kapua:kapua-service-storable-api >------------ [INFO] Building kapua-service-storable-api 2.0.0-SNAPSHOT [51/227] [INFO] from service/commons/storable/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/storable/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/storable/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057622748 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/storable/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/storable/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/commons/storable/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-storable-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-storable-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/develop-sonar/service/commons/storable/api/target/classes [INFO] [INFO] -----------< org.eclipse.kapua:kapua-service-elasticsearch >------------ [INFO] Building kapua-service-elasticsearch 2.0.0-SNAPSHOT [52/227] [INFO] from service/commons/elasticsearch/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057624587 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.kapua:kapua-service-elasticsearch-client-api >------ [INFO] Building kapua-service-elasticsearch-client-api 2.0.0-SNAPSHOT [53/227] [INFO] from service/commons/elasticsearch/client-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch-client-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch-client-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057624719 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-elasticsearch-client-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-api/target/classes [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-datastore >------------------ [INFO] Building kapua-datastore 2.0.0-SNAPSHOT [54/227] [INFO] from service/datastore/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057626892 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/datastore/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-datastore-api >---------------- [INFO] Building kapua-datastore-api 2.0.0-SNAPSHOT [55/227] [INFO] from service/datastore/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057626979 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/datastore/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/develop-sonar/service/datastore/api/target/classes [INFO] [INFO] ---------< org.eclipse.kapua:kapua-service-storable-internal >---------- [INFO] Building kapua-service-storable-internal 2.0.0-SNAPSHOT [56/227] [INFO] from service/commons/storable/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/storable/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/storable/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057628813 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/storable/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/storable/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/commons/storable/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-storable-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/commons/storable/internal/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-storable-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-sonar/service/commons/storable/internal/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-datastore-internal >------------- [INFO] Building kapua-datastore-internal 2.0.0-SNAPSHOT [57/227] [INFO] from service/datastore/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057630728 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/datastore/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-internal --- [INFO] Copying 10 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/develop-sonar/service/datastore/internal/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-plug-ins >------------------ [INFO] Building kapua-plug-ins 2.0.0-SNAPSHOT [58/227] [INFO] from plug-ins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-plug-ins --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-plug-ins --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-plug-ins --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057633566 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-plug-ins --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/plug-ins/target/jacoco.exec [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-sso >--------------------- [INFO] Building kapua-sso 2.0.0-SNAPSHOT [59/227] [INFO] from plug-ins/sso/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-sso --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-sso --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-sso --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057633650 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-sso --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-openid-connect >--------------- [INFO] Building kapua-openid-connect 2.0.0-SNAPSHOT [60/227] [INFO] from plug-ins/sso/openid-connect/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-connect --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-connect --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-connect --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057633737 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-connect --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-openid-api >----------------- [INFO] Building kapua-openid-api 2.0.0-SNAPSHOT [61/227] [INFO] from plug-ins/sso/openid-connect/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057633841 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/api/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-openid-provider >--------------- [INFO] Building kapua-openid-provider 2.0.0-SNAPSHOT [62/227] [INFO] from plug-ins/sso/openid-connect/provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-provider --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-provider --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-provider --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057634763 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-provider --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-provider --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-provider --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-provider --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider/target/classes [INFO] [INFO] -----------< org.eclipse.kapua:kapua-security-registration >------------ [INFO] Building kapua-security-registration 2.0.0-SNAPSHOT [63/227] [INFO] from service/security/registration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/registration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/registration [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057636405 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/registration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/registration [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/registration/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration --- [INFO] Copying 1 resource [INFO] [INFO] ---------< org.eclipse.kapua:kapua-security-registration-api >---------- [INFO] Building kapua-security-registration-api 2.0.0-SNAPSHOT [64/227] [INFO] from service/security/registration/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/registration/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/registration/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057636470 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/registration/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/registration/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/registration/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-registration-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/security/registration/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-registration-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/service/security/registration/api/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-security-certificate >------------ [INFO] Building kapua-security-certificate 2.0.0-SNAPSHOT [65/227] [INFO] from service/security/certificate/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/certificate' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/certificate [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057637611 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/certificate' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/certificate [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/certificate/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.kapua:kapua-security-certificate-api >---------- [INFO] Building kapua-security-certificate-api 2.0.0-SNAPSHOT [66/227] [INFO] from service/security/certificate/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/certificate/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/certificate/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057637673 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/certificate/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/certificate/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/certificate/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-certificate-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/security/certificate/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-certificate-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-sonar/service/security/certificate/api/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-user-internal >---------------- [INFO] Building kapua-user-internal 2.0.0-SNAPSHOT [67/227] [INFO] from service/user/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057638825 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/user/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-internal --- [INFO] Copying 23 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/develop-sonar/service/user/internal/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-security-shiro >--------------- [INFO] Building kapua-security-shiro 2.0.0-SNAPSHOT [68/227] [INFO] from service/security/shiro/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-shiro --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-shiro --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-shiro --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/shiro' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/shiro [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057643109 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/shiro' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/shiro [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-shiro --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/shiro/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-shiro --- [INFO] Copying 78 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-shiro --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-shiro --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 161 source files to /home/jenkins/agent/workspace/develop-sonar/service/security/shiro/target/classes [INFO] [INFO] -----< org.eclipse.kapua:kapua-service-elasticsearch-client-rest >------ [INFO] Building kapua-service-elasticsearch-client-rest 2.0.0-SNAPSHOT [69/227] [INFO] from service/commons/elasticsearch/client-rest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-rest --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch-client-rest --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch-client-rest --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-rest' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-rest [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057647473 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-rest' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-rest [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-rest --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-rest/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-elasticsearch-client-rest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-rest/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-rest --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-rest --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-rest/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-simulator-kura >--------------- [INFO] Building kapua-simulator-kura 2.0.0-SNAPSHOT [70/227] [INFO] from simulator-kura/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-simulator-kura --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-simulator-kura --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-simulator-kura --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/simulator-kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/simulator-kura [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057649820 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/simulator-kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/simulator-kura [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-simulator-kura --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/simulator-kura/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-simulator-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-simulator-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-simulator-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/develop-sonar/simulator-kura/target/classes [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-stream >------------------- [INFO] Building kapua-stream 2.0.0-SNAPSHOT [71/227] [INFO] from service/stream/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/stream' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/stream [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057652205 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/stream' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/stream [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/stream/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-stream-api >----------------- [INFO] Building kapua-stream-api 2.0.0-SNAPSHOT [72/227] [INFO] from service/stream/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/stream/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/stream/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057652261 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/stream/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/stream/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/stream/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-stream-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/stream/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-stream-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/service/stream/api/target/classes [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-tag >--------------------- [INFO] Building kapua-tag 2.0.0-SNAPSHOT [73/227] [INFO] from service/tag/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057653498 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/tag/target/jacoco.exec [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-tag-api >------------------- [INFO] Building kapua-tag-api 2.0.0-SNAPSHOT [74/227] [INFO] from service/tag/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057653543 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/tag/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/tag/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-sonar/service/tag/api/target/classes [INFO] [INFO] ----------< org.eclipse.kapua:kapua-device-management-asset >----------- [INFO] Building kapua-device-management-asset 2.0.0-SNAPSHOT [75/227] [INFO] from service/device/management/asset/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057654451 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-asset-api >--------- [INFO] Building kapua-device-management-asset-api 2.0.0-SNAPSHOT [76/227] [INFO] from service/device/management/asset/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057654505 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/api/target/classes [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-asset-store >-------- [INFO] Building kapua-device-management-asset-store 2.0.0-SNAPSHOT [77/227] [INFO] from service/device/management/asset-store/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057655867 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.kapua:kapua-device-management-asset-store-api >------ [INFO] Building kapua-device-management-asset-store-api 2.0.0-SNAPSHOT [78/227] [INFO] from service/device/management/asset-store/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057655920 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-store-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-store-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/api/target/classes [INFO] [INFO] ------< org.eclipse.kapua:kapua-device-management-asset-internal >------ [INFO] Building kapua-device-management-asset-internal 2.0.0-SNAPSHOT [79/227] [INFO] from service/device/management/asset/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057657220 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/internal/target/classes [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-asset-store-dummy >----- [INFO] Building kapua-device-management-asset-store-dummy 2.0.0-SNAPSHOT [80/227] [INFO] from service/device/management/asset-store/dummy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store-dummy --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store-dummy --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store-dummy --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/dummy [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057658876 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/dummy [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store-dummy --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/dummy/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-store-dummy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/dummy/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-store-dummy --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/dummy/target/classes [INFO] [INFO] ----------< org.eclipse.kapua:kapua-device-management-bundle >---------- [INFO] Building kapua-device-management-bundle 2.0.0-SNAPSHOT [81/227] [INFO] from service/device/management/bundle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057660190 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-bundle-api >-------- [INFO] Building kapua-device-management-bundle-api 2.0.0-SNAPSHOT [82/227] [INFO] from service/device/management/bundle/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057660252 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/api/target/classes [INFO] [INFO] -----< org.eclipse.kapua:kapua-device-management-bundle-internal >------ [INFO] Building kapua-device-management-bundle-internal 2.0.0-SNAPSHOT [83/227] [INFO] from service/device/management/bundle/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057661579 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/internal/target/classes [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-command >---------- [INFO] Building kapua-device-management-command 2.0.0-SNAPSHOT [84/227] [INFO] from service/device/management/command/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/command' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057663103 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/command' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-command-api >-------- [INFO] Building kapua-device-management-command-api 2.0.0-SNAPSHOT [85/227] [INFO] from service/device/management/command/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057663155 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/api/target/classes [INFO] [INFO] -----< org.eclipse.kapua:kapua-device-management-command-internal >----- [INFO] Building kapua-device-management-command-internal 2.0.0-SNAPSHOT [86/227] [INFO] from service/device/management/command/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057664419 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/internal/target/classes [INFO] [INFO] ------< org.eclipse.kapua:kapua-device-management-configuration >------- [INFO] Building kapua-device-management-configuration 2.0.0-SNAPSHOT [87/227] [INFO] from service/device/management/configuration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057666094 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-configuration-api >----- [INFO] Building kapua-device-management-configuration-api 2.0.0-SNAPSHOT [88/227] [INFO] from service/device/management/configuration/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057666185 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/api/target/classes [INFO] [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-message-api >-- [INFO] Building kapua-device-management-configuration-message-api 2.0.0-SNAPSHOT [89/227] [INFO] from service/device/management/configuration/message-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-message-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-message-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-message-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/message-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/message-api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057667695 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/message-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/message-api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-message-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/message-api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-message-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/message-api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-message-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-message-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/message-api/target/classes [INFO] [INFO] ---< org.eclipse.kapua:kapua-device-management-configuration-store >---- [INFO] Building kapua-device-management-configuration-store 2.0.0-SNAPSHOT [90/227] [INFO] from service/device/management/configuration-store/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057668854 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/target/jacoco.exec [INFO] [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-store-api >-- [INFO] Building kapua-device-management-configuration-store-api 2.0.0-SNAPSHOT [91/227] [INFO] from service/device/management/configuration-store/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057668902 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-store-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-store-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/api/target/classes [INFO] [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-internal >-- [INFO] Building kapua-device-management-configuration-internal 2.0.0-SNAPSHOT [92/227] [INFO] from service/device/management/configuration/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057670160 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/internal/target/classes [INFO] [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-store-dummy >-- [INFO] Building kapua-device-management-configuration-store-dummy 2.0.0-SNAPSHOT [93/227] [INFO] from service/device/management/configuration-store/dummy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store-dummy --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store-dummy --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store-dummy --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/dummy [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057672086 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/dummy [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store-dummy --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/dummy/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-store-dummy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/dummy/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-store-dummy --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/dummy/target/classes [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-inventory >--------- [INFO] Building kapua-device-management-inventory 2.0.0-SNAPSHOT [94/227] [INFO] from service/device/management/inventory/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057673388 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.kapua:kapua-device-management-inventory-api >------- [INFO] Building kapua-device-management-inventory-api 2.0.0-SNAPSHOT [95/227] [INFO] from service/device/management/inventory/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057673451 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-inventory-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-inventory-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-inventory-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/api/target/classes [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-inventory-internal >---- [INFO] Building kapua-device-management-inventory-internal 2.0.0-SNAPSHOT [96/227] [INFO] from service/device/management/inventory/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057674906 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-inventory-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-inventory-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-inventory-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/internal/target/classes [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-keystore >--------- [INFO] Building kapua-device-management-keystore 2.0.0-SNAPSHOT [97/227] [INFO] from service/device/management/keystore/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057676783 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-keystore-api >------- [INFO] Building kapua-device-management-keystore-api 2.0.0-SNAPSHOT [98/227] [INFO] from service/device/management/keystore/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057676858 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/api/target/classes [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-keystore-internal >----- [INFO] Building kapua-device-management-keystore-internal 2.0.0-SNAPSHOT [99/227] [INFO] from service/device/management/keystore/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057678268 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/internal/target/classes [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-packages >--------- [INFO] Building kapua-device-management-packages 2.0.0-SNAPSHOT [100/227] [INFO] from service/device/management/packages/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057680201 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-packages-api >------- [INFO] Building kapua-device-management-packages-api 2.0.0-SNAPSHOT [101/227] [INFO] from service/device/management/packages/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057680274 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/api/target/classes [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-broker >------------------- [INFO] Building kapua-broker 2.0.0-SNAPSHOT [102/227] [INFO] from broker/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/broker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/broker [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057681895 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/broker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/broker [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/broker/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-broker-api >----------------- [INFO] Building kapua-broker-api 2.0.0-SNAPSHOT [103/227] [INFO] from broker/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/broker/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/broker/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057681936 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/broker/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/broker/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/broker/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-broker-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/broker/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-broker-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-sonar/broker/api/target/classes [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-scheduler >------------------ [INFO] Building kapua-scheduler 2.0.0-SNAPSHOT [104/227] [INFO] from service/scheduler/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057682814 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/scheduler/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-scheduler-api >---------------- [INFO] Building kapua-scheduler-api 2.0.0-SNAPSHOT [105/227] [INFO] from service/scheduler/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057682880 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/scheduler/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/develop-sonar/service/scheduler/api/target/classes [INFO] [INFO] -----------< org.eclipse.kapua:kapua-device-management-job >------------ [INFO] Building kapua-device-management-job 2.0.0-SNAPSHOT [106/227] [INFO] from service/device/management/job/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/job [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057684010 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/job/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-job-api >---------- [INFO] Building kapua-device-management-job-api 2.0.0-SNAPSHOT [107/227] [INFO] from service/device/management/job/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/job/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/job/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057684098 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/job/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/job/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/job/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-job-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-job-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/job/api/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-transport-jms >---------------- [INFO] Building kapua-transport-jms 2.0.0-SNAPSHOT [108/227] [INFO] from transport/jms/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-jms --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-jms --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-jms --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/transport/jms' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/transport/jms [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057685610 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/transport/jms' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/transport/jms [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-jms --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/transport/jms/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-jms --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-jms --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-jms --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/transport/jms/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-service-client >--------------- [INFO] Building kapua-service-client 2.0.0-SNAPSHOT [109/227] [INFO] from service/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-client --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-client --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-client --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/client [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057687140 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/client [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-client --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/client/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-client --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-client --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-sonar/service/client/target/classes [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-client >------------------- [INFO] Building kapua-client 2.0.0-SNAPSHOT [110/227] [INFO] from client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057689228 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.kapua:kapua-client-security >--------------- [INFO] Building kapua-client-security 2.0.0-SNAPSHOT [111/227] [INFO] from client/security/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-security --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-security --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-security --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/security' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/security [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057690287 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/security' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/security [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-security --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/security/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/client/security/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-security --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/develop-sonar/client/security/target/classes [INFO] [INFO] -----------< org.eclipse.kapua:kapua-device-authentication >------------ [INFO] Building kapua-device-authentication 2.0.0-SNAPSHOT [112/227] [INFO] from service/device/authentication/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-authentication --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-authentication --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-authentication --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/authentication [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057692345 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/authentication [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-authentication --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/authentication/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-authentication --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/authentication/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-authentication --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/authentication/target/classes [INFO] [INFO] ----------< org.eclipse.kapua:kapua-device-registry-internal >---------- [INFO] Building kapua-device-registry-internal 2.0.0-SNAPSHOT [113/227] [INFO] from service/device/registry/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057693718 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/registry/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-internal --- [INFO] Copying 50 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/registry/internal/target/classes [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-registry-internal >----- [INFO] Building kapua-device-management-registry-internal 2.0.0-SNAPSHOT [114/227] [INFO] from service/device/management/registry/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057696550 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-registry-internal --- [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-registry-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/internal/target/classes [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-packages-internal >----- [INFO] Building kapua-device-management-packages-internal 2.0.0-SNAPSHOT [115/227] [INFO] from service/device/management/packages/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057698668 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/internal/target/classes [INFO] [INFO] -----< org.eclipse.kapua:kapua-device-management-request-internal >----- [INFO] Building kapua-device-management-request-internal 2.0.0-SNAPSHOT [116/227] [INFO] from service/device/management/request/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/request/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057700929 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/request/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/request/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-request-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-request-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-request-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/internal/target/classes [INFO] [INFO] -----------< org.eclipse.kapua:kapua-device-management-all >------------ [INFO] Building kapua-device-management-all 2.0.0-SNAPSHOT [117/227] [INFO] from service/device/management/all/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/all' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057702389 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/all' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-all-internal >------- [INFO] Building kapua-device-management-all-internal 2.0.0-SNAPSHOT [118/227] [INFO] from service/device/management/all/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057702446 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/internal/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --------------< org.eclipse.kapua:kapua-translator-kapua >-------------- [INFO] Building kapua-translator-kapua 2.0.0-SNAPSHOT [119/227] [INFO] from translator/kapua/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kapua --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kapua --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kapua --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kapua' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kapua [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057702662 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kapua' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kapua [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kapua --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/translator/kapua/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.kapua:kapua-translator-kapua-kura >------------ [INFO] Building kapua-translator-kapua-kura 2.0.0-SNAPSHOT [120/227] [INFO] from translator/kapua/kura/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kapua-kura --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kapua-kura --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kapua-kura --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kapua/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kapua/kura [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057702880 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kapua/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kapua/kura [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kapua-kura --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/translator/kapua/kura/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kapua-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kapua-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kapua-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/develop-sonar/translator/kapua/kura/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-transport-mqtt >--------------- [INFO] Building kapua-transport-mqtt 2.0.0-SNAPSHOT [121/227] [INFO] from transport/mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-mqtt --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-mqtt --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-mqtt --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/transport/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/transport/mqtt [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057705702 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/transport/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/transport/mqtt [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-mqtt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/transport/mqtt/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-mqtt --- [INFO] Copying 3 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-mqtt --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-mqtt --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-sonar/transport/mqtt/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-translator-kura >--------------- [INFO] Building kapua-translator-kura 2.0.0-SNAPSHOT [122/227] [INFO] from translator/kura/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kura [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057707573 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kura [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/translator/kura/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.kapua:kapua-translator-kura-mqtt >------------ [INFO] Building kapua-translator-kura-mqtt 2.0.0-SNAPSHOT [123/227] [INFO] from translator/kura/mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura-mqtt --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura-mqtt --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura-mqtt --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kura/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kura/mqtt [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057707631 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kura/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kura/mqtt [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura-mqtt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/translator/kura/mqtt/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kura-mqtt --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kura-mqtt --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kura-mqtt --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-sonar/translator/kura/mqtt/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-translator-kura-jms >------------- [INFO] Building kapua-translator-kura-jms 2.0.0-SNAPSHOT [124/227] [INFO] from translator/kura/jms/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura-jms --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura-jms --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura-jms --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kura/jms' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kura/jms [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057709084 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/kura/jms' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/kura/jms [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura-jms --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/translator/kura/jms/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kura-jms --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kura-jms --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kura-jms --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/develop-sonar/translator/kura/jms/target/classes [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-qa-common >------------------ [INFO] Building kapua-qa-common 2.0.0-SNAPSHOT [125/227] [INFO] from qa/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-common --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-common --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-common --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa/common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa/common [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057719157 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa/common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa/common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-common --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/qa/common/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-common --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-common --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-common --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/develop-sonar/qa/common/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-account-test-steps >------------- [INFO] Building kapua-account-test-steps 2.0.0-SNAPSHOT [126/227] [INFO] from service/account/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057722243 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/account/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/account/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-sonar/service/account/test-steps/target/classes [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-account-test >---------------- [INFO] Building kapua-account-test 2.0.0-SNAPSHOT [127/227] [INFO] from service/account/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057724224 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/account/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/account/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/account/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/account/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --------------< org.eclipse.kapua:kapua-user-test-steps >--------------- [INFO] Building kapua-user-test-steps 2.0.0-SNAPSHOT [128/227] [INFO] from service/user/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057724370 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/user/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/user/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-sonar/service/user/test-steps/target/classes [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-user-test >------------------ [INFO] Building kapua-user-test 2.0.0-SNAPSHOT [129/227] [INFO] from service/user/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057726750 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/user/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/user/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/user/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/user/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-broker-artemis >--------------- [INFO] Building kapua-broker-artemis 2.0.0-SNAPSHOT [130/227] [INFO] from broker/artemis/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker-artemis --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker-artemis --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker-artemis --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/broker/artemis' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/broker/artemis [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057726883 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/broker/artemis' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/broker/artemis [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker-artemis --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/broker/artemis/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.kapua:kapua-broker-artemis-plugin >------------ [INFO] Building kapua-broker-artemis-plugin 2.0.0-SNAPSHOT [131/227] [INFO] from broker/artemis/plugin/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker-artemis-plugin --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker-artemis-plugin --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker-artemis-plugin --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/broker/artemis/plugin' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/broker/artemis/plugin [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057727143 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/broker/artemis/plugin' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/broker/artemis/plugin [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker-artemis-plugin --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/broker/artemis/plugin/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-broker-artemis-plugin --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-broker-artemis-plugin --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-broker-artemis-plugin --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/develop-sonar/broker/artemis/plugin/target/classes [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-registry-test-steps >--------- [INFO] Building kapua-device-registry-test-steps 2.0.0-SNAPSHOT [132/227] [INFO] from service/device/registry/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057729863 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/registry/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/registry/test-steps/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-device-registry-test >------------ [INFO] Building kapua-device-registry-test 2.0.0-SNAPSHOT [133/227] [INFO] from service/device/registry/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057732968 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/registry/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/registry/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/registry/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --------------< org.eclipse.kapua:kapua-scheduler-quartz >-------------- [INFO] Building kapua-scheduler-quartz 2.0.0-SNAPSHOT [134/227] [INFO] from service/scheduler/quartz/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-quartz --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-quartz --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-quartz --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler/quartz' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/quartz [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057733185 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler/quartz' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/quartz [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-quartz --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/scheduler/quartz/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-quartz --- [INFO] Copying 31 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-quartz --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-quartz --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/develop-sonar/service/scheduler/quartz/target/classes [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-job-internal >---------------- [INFO] Building kapua-job-internal 2.0.0-SNAPSHOT [135/227] [INFO] from service/job/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057735627 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/job/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-internal --- [INFO] Copying 42 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/develop-sonar/service/job/internal/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-job-test-steps >--------------- [INFO] Building kapua-job-test-steps 2.0.0-SNAPSHOT [136/227] [INFO] from service/job/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057738100 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/job/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/job/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-sonar/service/job/test-steps/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-job-test >------------------ [INFO] Building kapua-job-test 2.0.0-SNAPSHOT [137/227] [INFO] from service/job/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057740412 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/job/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/job/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/job/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/job/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-tag-internal >---------------- [INFO] Building kapua-tag-internal 2.0.0-SNAPSHOT [138/227] [INFO] from service/tag/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057740646 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/tag/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-internal --- [INFO] Copying 14 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-sonar/service/tag/internal/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-tag-test-steps >--------------- [INFO] Building kapua-tag-test-steps 2.0.0-SNAPSHOT [139/227] [INFO] from service/tag/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057742141 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/tag/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/tag/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-sonar/service/tag/test-steps/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-tag-test >------------------ [INFO] Building kapua-tag-test 2.0.0-SNAPSHOT [140/227] [INFO] from service/tag/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057743907 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/tag/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/tag/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/tag/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/tag/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-endpoint >------------------ [INFO] Building kapua-endpoint 2.0.0-SNAPSHOT [141/227] [INFO] from service/endpoint/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/endpoint' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/endpoint [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057744014 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/endpoint' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/endpoint [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/endpoint/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-endpoint-api >---------------- [INFO] Building kapua-endpoint-api 2.0.0-SNAPSHOT [142/227] [INFO] from service/endpoint/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/endpoint/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/endpoint/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057744061 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/endpoint/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/endpoint/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/endpoint/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/endpoint/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-sonar/service/endpoint/api/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-rest-api >------------------ [INFO] Building kapua-rest-api 2.0.0-SNAPSHOT [143/227] [INFO] from rest-api/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/rest-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/rest-api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057745367 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/rest-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/rest-api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/rest-api/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-rest-api-core >---------------- [INFO] Building kapua-rest-api-core 2.0.0-SNAPSHOT [144/227] [INFO] from rest-api/core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-core --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-core --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-core --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/rest-api/core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/rest-api/core [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057745695 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/rest-api/core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/rest-api/core [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/rest-api/core/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-core --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-core --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/develop-sonar/rest-api/core/target/classes [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-all-api >---------- [INFO] Building kapua-device-management-all-api 2.0.0-SNAPSHOT [145/227] [INFO] from service/device/management/all/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057747882 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-system >------------------- [INFO] Building kapua-system 2.0.0-SNAPSHOT [146/227] [INFO] from service/system/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057747942 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/system/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-system-api >----------------- [INFO] Building kapua-system-api 2.0.0-SNAPSHOT [147/227] [INFO] from service/system/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057747988 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/system/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/system/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-sonar/service/system/api/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-rest-api-resources >------------- [INFO] Building kapua-rest-api-resources 2.0.0-SNAPSHOT [148/227] [INFO] from rest-api/resources/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-resources --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-resources --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-resources --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/rest-api/resources' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/rest-api/resources [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057748930 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/rest-api/resources' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/rest-api/resources [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-resources --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/rest-api/resources/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-resources --- [INFO] Copying 199 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-resources --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-resources --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/develop-sonar/rest-api/resources/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-endpoint-internal >-------------- [INFO] Building kapua-endpoint-internal 2.0.0-SNAPSHOT [149/227] [INFO] from service/endpoint/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/endpoint/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/endpoint/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057752020 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/endpoint/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/endpoint/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/endpoint/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-internal --- [INFO] Copying 14 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-sonar/service/endpoint/internal/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-commons-rest-errors >------------- [INFO] Building kapua-commons-rest-errors 2.0.0-SNAPSHOT [150/227] [INFO] from commons-rest/errors/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-errors --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-errors --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-errors --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons-rest/errors' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons-rest/errors [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057753686 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons-rest/errors' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons-rest/errors [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-errors --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/commons-rest/errors/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-errors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/commons-rest/errors/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-errors --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-errors --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-sonar/commons-rest/errors/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-commons-rest-filters >------------ [INFO] Building kapua-commons-rest-filters 2.0.0-SNAPSHOT [151/227] [INFO] from commons-rest/filters/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-filters --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-filters --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-filters --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons-rest/filters' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons-rest/filters [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057755315 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/commons-rest/filters' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/commons-rest/filters [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-filters --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/commons-rest/filters/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-filters --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/commons-rest/filters/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-filters --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-filters --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/commons-rest/filters/target/classes [INFO] [INFO] -------< org.eclipse.kapua:kapua-security-certificate-internal >-------- [INFO] Building kapua-security-certificate-internal 2.0.0-SNAPSHOT [152/227] [INFO] from service/security/certificate/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/certificate/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/certificate/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057756943 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/certificate/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/certificate/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/certificate/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-certificate-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-certificate-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/develop-sonar/service/security/certificate/internal/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-stream-internal >--------------- [INFO] Building kapua-stream-internal 2.0.0-SNAPSHOT [153/227] [INFO] from service/stream/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/stream/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/stream/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057758698 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/stream/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/stream/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/stream/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-stream-internal --- [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-stream-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-sonar/service/stream/internal/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-system-internal >--------------- [INFO] Building kapua-system-internal 2.0.0-SNAPSHOT [154/227] [INFO] from service/system/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057760098 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/system/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/system/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-sonar/service/system/internal/target/classes [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-extras >------------------- [INFO] Building kapua-extras 2.0.0-SNAPSHOT [155/227] [INFO] from extras/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-extras --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-extras --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-extras --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057761344 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-extras --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/extras/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-foreignkeys >----------------- [INFO] Building kapua-foreignkeys 2.0.0-SNAPSHOT [156/227] [INFO] from extras/foreignkeys/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-foreignkeys --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-foreignkeys --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-foreignkeys --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras/foreignkeys' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras/foreignkeys [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057761383 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras/foreignkeys' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras/foreignkeys [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-foreignkeys --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/extras/foreignkeys/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-foreignkeys --- [INFO] Copying 34 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-foreignkeys --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-foreignkeys --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-rest-api-web >---------------- [INFO] Building kapua-rest-api-web 2.0.0-SNAPSHOT [157/227] [INFO] from rest-api/web/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-web --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-web --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-web --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/rest-api/web' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/rest-api/web [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057761963 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/rest-api/web' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/rest-api/web [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-web --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/rest-api/web/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-web --- [INFO] Copying 3 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-web --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-web --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/rest-api/web/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-qa-integration-steps >------------ [INFO] Building kapua-qa-integration-steps 2.0.0-SNAPSHOT [158/227] [INFO] from qa/integration-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-integration-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-integration-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-integration-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa/integration-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa/integration-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057764988 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa/integration-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa/integration-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-integration-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/qa/integration-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-integration-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/qa/integration-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-integration-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-integration-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-sonar/qa/integration-steps/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-security-test-steps >------------- [INFO] Building kapua-security-test-steps 2.0.0-SNAPSHOT [159/227] [INFO] from service/security/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057767530 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/security/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-sonar/service/security/test-steps/target/classes [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-job-internal >------- [INFO] Building kapua-device-management-job-internal 2.0.0-SNAPSHOT [160/227] [INFO] from service/device/management/job/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/job/internal [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057769884 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/job/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job-internal --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/job/internal/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-job-internal --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-job-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/job/internal/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-endpoint-test-steps >------------- [INFO] Building kapua-endpoint-test-steps 2.0.0-SNAPSHOT [161/227] [INFO] from service/endpoint/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/endpoint/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/endpoint/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057771628 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/endpoint/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/endpoint/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/endpoint/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/endpoint/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-endpoint-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-sonar/service/endpoint/test-steps/target/classes [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-bundle-job >-------- [INFO] Building kapua-device-management-bundle-job 2.0.0-SNAPSHOT [162/227] [INFO] from service/device/management/bundle/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/job [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057773683 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/job/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-job --- [INFO] Copying 8 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/job/target/classes [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-asset-job >--------- [INFO] Building kapua-device-management-asset-job 2.0.0-SNAPSHOT [163/227] [INFO] from service/device/management/asset/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/job [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057775111 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/job/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-job --- [INFO] Copying 10 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/job/target/classes [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-packages-job >------- [INFO] Building kapua-device-management-packages-job 2.0.0-SNAPSHOT [164/227] [INFO] from service/device/management/packages/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/job [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057776472 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/job/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-job --- [INFO] Copying 11 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/job/target/classes [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-command-job >-------- [INFO] Building kapua-device-management-command-job 2.0.0-SNAPSHOT [165/227] [INFO] from service/device/management/command/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/job [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057778191 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/job/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-job --- [INFO] Copying 10 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/job/target/classes [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-configuration-job >----- [INFO] Building kapua-device-management-configuration-job 2.0.0-SNAPSHOT [166/227] [INFO] from service/device/management/configuration/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/job [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057779491 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/job/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-job --- [INFO] Copying 10 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/job/target/classes [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-keystore-job >------- [INFO] Building kapua-device-management-keystore-job 2.0.0-SNAPSHOT [167/227] [INFO] from service/device/management/keystore/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/job [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057780796 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/job/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-job --- [INFO] Copying 3 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/job/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-scheduler-test-steps >------------ [INFO] Building kapua-scheduler-test-steps 2.0.0-SNAPSHOT [168/227] [INFO] from service/scheduler/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057782137 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/scheduler/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/scheduler/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-sonar/service/scheduler/test-steps/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-datastore-test-steps >------------ [INFO] Building kapua-datastore-test-steps 2.0.0-SNAPSHOT [169/227] [INFO] from service/datastore/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057784004 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/datastore/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/datastore/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/service/datastore/test-steps/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-service-camel >---------------- [INFO] Building kapua-service-camel 2.0.0-SNAPSHOT [170/227] [INFO] from service/camel/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-camel --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-camel --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-camel --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/camel' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/camel [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057786544 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/camel' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/camel [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-camel --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/camel/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-camel --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-camel --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/develop-sonar/service/camel/target/classes [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-consumer >------------------ [INFO] Building kapua-consumer 2.0.0-SNAPSHOT [171/227] [INFO] from consumer/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057788442 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/consumer/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.kapua:kapua-consumer-lifecycle >------------- [INFO] Building kapua-consumer-lifecycle 2.0.0-SNAPSHOT [172/227] [INFO] from consumer/lifecycle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-lifecycle --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-lifecycle --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-lifecycle --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057788792 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-lifecycle --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-lifecycle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-lifecycle --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-consumer-telemetry >------------- [INFO] Building kapua-consumer-telemetry 2.0.0-SNAPSHOT [173/227] [INFO] from consumer/telemetry/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-telemetry --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-telemetry --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-telemetry --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer/telemetry [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057790913 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer/telemetry [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-telemetry --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/consumer/telemetry/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-telemetry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/consumer/telemetry/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-telemetry --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/consumer/telemetry/target/classes [INFO] [INFO] -----------< org.eclipse.kapua:kapua-service-authentication >----------- [INFO] Building kapua-service-authentication 2.0.0-SNAPSHOT [174/227] [INFO] from service/authentication/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-authentication --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-authentication --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-authentication --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/authentication [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057792590 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/authentication [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-authentication --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/authentication/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-authentication --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-authentication --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-sonar/service/authentication/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-qa-integration >--------------- [INFO] Building kapua-qa-integration 2.0.0-SNAPSHOT [175/227] [INFO] from qa/integration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-integration --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-integration --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-integration --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa/integration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa/integration [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057794856 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/qa/integration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/qa/integration [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-integration --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/qa/integration/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-integration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/qa/integration/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-integration --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-integration --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-dev-tools >------------------ [INFO] Building kapua-dev-tools 2.0.0-SNAPSHOT [176/227] [INFO] from dev-tools/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-dev-tools --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-dev-tools --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-dev-tools --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/dev-tools' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/dev-tools [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057794907 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/dev-tools' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/dev-tools [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-dev-tools --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/dev-tools/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.kapua:kapua-cucumber-reports >-------------- [INFO] Building kapua-cucumber-reports 2.0.0-SNAPSHOT [177/227] [INFO] from dev-tools/cucumber-reports/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-cucumber-reports --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-cucumber-reports --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-cucumber-reports --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/dev-tools/cucumber-reports' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/dev-tools/cucumber-reports [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057794996 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/dev-tools/cucumber-reports' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/dev-tools/cucumber-reports [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-cucumber-reports --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/dev-tools/cucumber-reports/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-deployment >----------------- [INFO] Building kapua-deployment 2.0.0-SNAPSHOT [178/227] [INFO] from deployment/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-deployment --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-deployment --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-deployment --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057795032 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-deployment --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/deployment/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.kapua:kapua-deployment-commons >------------- [INFO] Building kapua-deployment-commons 2.0.0-SNAPSHOT [179/227] [INFO] from deployment/commons/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-deployment-commons --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-deployment-commons --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-deployment-commons --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment/commons [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057795067 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment/commons [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-deployment-commons --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/deployment/commons/target/jacoco.exec [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-docker >------------------- [INFO] Building kapua-docker 2.0.0-SNAPSHOT [180/227] [INFO] from deployment/docker/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-docker --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-docker --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-docker --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment/docker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment/docker [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057795102 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment/docker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment/docker [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-docker --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/deployment/docker/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-minishift >------------------ [INFO] Building kapua-minishift 2.0.0-SNAPSHOT [181/227] [INFO] from deployment/minishift/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-minishift --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-minishift --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-minishift --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment/minishift' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment/minishift [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057795149 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment/minishift' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment/minishift [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-minishift --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/deployment/minishift/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-openshift >------------------ [INFO] Building kapua-openshift 2.0.0-SNAPSHOT [182/227] [INFO] from deployment/openshift/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openshift --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openshift --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openshift --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment/openshift' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment/openshift [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057795183 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/deployment/openshift' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/deployment/openshift [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openshift --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/deployment/openshift/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-datastore-test >--------------- [INFO] Building kapua-datastore-test 2.0.0-SNAPSHOT [183/227] [INFO] from service/datastore/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057795259 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/datastore/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/datastore/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/datastore/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/datastore/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-all-job >---------- [INFO] Building kapua-device-management-all-job 2.0.0-SNAPSHOT [184/227] [INFO] from service/device/management/all/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/job [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057795302 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-job --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/device/management/all/job/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/job/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-scheduler-test >--------------- [INFO] Building kapua-scheduler-test 2.0.0-SNAPSHOT [185/227] [INFO] from service/scheduler/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057795374 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/scheduler/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/scheduler/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/scheduler/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --------< org.eclipse.kapua:kapua-security-registration-simple >-------- [INFO] Building kapua-security-registration-simple 2.0.0-SNAPSHOT [186/227] [INFO] from service/security/registration/simple/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration-simple --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration-simple --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration-simple --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/registration/simple' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/registration/simple [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057795446 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/registration/simple' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/registration/simple [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration-simple --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/registration/simple/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-registration-simple --- [INFO] Copying 2 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration-simple --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-registration-simple --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-sonar/service/security/registration/simple/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-security-test >---------------- [INFO] Building kapua-security-test 2.0.0-SNAPSHOT [187/227] [INFO] from service/security/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057797111 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/security/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/security/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/security/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/security/test/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] -------------< org.eclipse.kapua:kapua-system-test-steps >-------------- [INFO] Building kapua-system-test-steps 2.0.0-SNAPSHOT [188/227] [INFO] from service/system/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057797177 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/system/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/system/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-sonar/service/system/test-steps/target/classes [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-system-test >----------------- [INFO] Building kapua-system-test 2.0.0-SNAPSHOT [189/227] [INFO] from service/system/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057798742 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/system/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/system/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/system/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/service/system/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ---------< org.eclipse.kapua:kapua-service-authentication-app >--------- [INFO] Building kapua-service-authentication-app 2.0.0-SNAPSHOT [190/227] [INFO] from service/authentication-app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-authentication-app --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-authentication-app --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-authentication-app --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/authentication-app' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/authentication-app [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057801312 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/service/authentication-app' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/service/authentication-app [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-authentication-app --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/service/authentication-app/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-authentication-app --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-authentication-app --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-sonar/service/authentication-app/target/classes [INFO] [INFO] -----------< org.eclipse.kapua:kapua-translator-test-steps >------------ [INFO] Building kapua-translator-test-steps 2.0.0-SNAPSHOT [191/227] [INFO] from translator/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/test-steps [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057803079 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-test-steps --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/translator/test-steps/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/translator/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-sonar/translator/test-steps/target/classes [INFO] [INFO] --------------< org.eclipse.kapua:kapua-translator-test >--------------- [INFO] Building kapua-translator-test 2.0.0-SNAPSHOT [192/227] [INFO] from translator/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/test [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057805123 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/translator/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/translator/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/translator/test/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/translator/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-es-migrator >----------------- [INFO] Building kapua-es-migrator 2.0.0-SNAPSHOT [193/227] [INFO] from extras/es-migrator/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-es-migrator --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-es-migrator --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-es-migrator --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras/es-migrator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras/es-migrator [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057805350 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras/es-migrator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras/es-migrator [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-es-migrator --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/extras/es-migrator/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-es-migrator --- [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-es-migrator --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-sonar/extras/es-migrator/target/classes [INFO] [INFO] ------------< org.eclipse.kapua:kapua-encryption-migrator >------------- [INFO] Building kapua-encryption-migrator 2.0.0-SNAPSHOT [194/227] [INFO] from extras/encryption-migrator/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-encryption-migrator --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-encryption-migrator --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-encryption-migrator --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras/encryption-migrator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras/encryption-migrator [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057807321 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras/encryption-migrator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras/encryption-migrator [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-encryption-migrator --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/extras/encryption-migrator/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-encryption-migrator --- [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-encryption-migrator --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/develop-sonar/extras/encryption-migrator/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-liquibase-unlocker >------------- [INFO] Building kapua-liquibase-unlocker 2.0.0-SNAPSHOT [195/227] [INFO] from extras/liquibase-unlocker/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-liquibase-unlocker --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-liquibase-unlocker --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-liquibase-unlocker --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras/liquibase-unlocker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras/liquibase-unlocker [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057809268 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/extras/liquibase-unlocker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/extras/liquibase-unlocker [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-liquibase-unlocker --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/extras/liquibase-unlocker/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-liquibase-unlocker --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-liquibase-unlocker --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-sonar/extras/liquibase-unlocker/target/classes [INFO] [INFO] ----------< org.eclipse.kapua:kapua-openid-provider-generic >----------- [INFO] Building kapua-openid-provider-generic 2.0.0-SNAPSHOT [196/227] [INFO] from plug-ins/sso/openid-connect/provider-generic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-provider-generic --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-provider-generic --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-provider-generic --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-generic' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-generic [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057810496 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-generic' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-generic [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-provider-generic --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-generic/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-provider-generic --- [INFO] Copying 2 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-provider-generic --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-provider-generic --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-generic/target/classes [INFO] [INFO] ----------< org.eclipse.kapua:kapua-openid-provider-keycloak >---------- [INFO] Building kapua-openid-provider-keycloak 2.0.0-SNAPSHOT [197/227] [INFO] from plug-ins/sso/openid-connect/provider-keycloak/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-provider-keycloak --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-provider-keycloak --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-provider-keycloak --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-keycloak' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-keycloak [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057811901 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-keycloak' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-keycloak [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-provider-keycloak --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-keycloak/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-provider-keycloak --- [INFO] Copying 2 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-provider-keycloak --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-provider-keycloak --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-keycloak/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-job-engine-jbatch >-------------- [INFO] Building kapua-job-engine-jbatch 2.0.0-SNAPSHOT [198/227] [INFO] from job-engine/jbatch/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-jbatch --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-jbatch --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-jbatch --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/jbatch' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/jbatch [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057813694 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/jbatch' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/jbatch [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-jbatch --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/job-engine/jbatch/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-jbatch --- [INFO] Copying 17 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-jbatch --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-jbatch --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 54 source files to /home/jenkins/agent/workspace/develop-sonar/job-engine/jbatch/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-job-engine-app >--------------- [INFO] Building kapua-job-engine-app 2.0.0-SNAPSHOT [199/227] [INFO] from job-engine/app/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-app --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-app --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-app --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/app' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/app [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057816312 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/app' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/app [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-app --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/job-engine/app/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.kapua:kapua-job-engine-app-core >------------- [INFO] Building kapua-job-engine-app-core 2.0.0-SNAPSHOT [200/227] [INFO] from job-engine/app/core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-app-core --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-app-core --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-app-core --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/app/core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/app/core [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057816372 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/app/core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/app/core [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-app-core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/job-engine/app/core/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-app-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/job-engine/app/core/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-app-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-sonar/job-engine/app/core/target/classes [INFO] [INFO] ----------< org.eclipse.kapua:kapua-job-engine-app-resources >---------- [INFO] Building kapua-job-engine-app-resources 2.0.0-SNAPSHOT [201/227] [INFO] from job-engine/app/resources/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-app-resources --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-app-resources --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-app-resources --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/app/resources' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/app/resources [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057817870 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/app/resources' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/app/resources [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-app-resources --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/job-engine/app/resources/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-app-resources --- [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-app-resources --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-sonar/job-engine/app/resources/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-job-engine-app-web >------------- [INFO] Building kapua-job-engine-app-web 2.0.0-SNAPSHOT [202/227] [INFO] from job-engine/app/web/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-app-web --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-app-web --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-app-web --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/app/web' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/app/web [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057819170 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/job-engine/app/web' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/job-engine/app/web [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-app-web --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/job-engine/app/web/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-app-web --- [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-app-web --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/job-engine/app/web/target/classes [INFO] [INFO] -----------< org.eclipse.kapua:kapua-consumer-lifecycle-app >----------- [INFO] Building kapua-consumer-lifecycle-app 2.0.0-SNAPSHOT [203/227] [INFO] from consumer/lifecycle-app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-lifecycle-app --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-lifecycle-app --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-lifecycle-app --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle-app' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle-app [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057820972 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle-app' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle-app [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-lifecycle-app --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle-app/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-lifecycle-app --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-lifecycle-app --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle-app/target/classes [INFO] [INFO] -----------< org.eclipse.kapua:kapua-consumer-telemetry-app >----------- [INFO] Building kapua-consumer-telemetry-app 2.0.0-SNAPSHOT [204/227] [INFO] from consumer/telemetry-app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-telemetry-app --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-telemetry-app --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-telemetry-app --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer/telemetry-app' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer/telemetry-app [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057822975 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/consumer/telemetry-app' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/consumer/telemetry-app [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-telemetry-app --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/consumer/telemetry-app/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-telemetry-app --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-telemetry-app --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/consumer/telemetry-app/target/classes [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-client-gateway >--------------- [INFO] Building kapua-client-gateway 2.0.0-SNAPSHOT [205/227] [INFO] from client/gateway/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057826328 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.kapua:kapua-client-gateway-api >------------- [INFO] Building Eclipse Kapua :: Gateway Client :: API 2.0.0-SNAPSHOT [206/227] [INFO] from client/gateway/api/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057826647 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/api/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/client/gateway/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/develop-sonar/client/gateway/api/target/classes [INFO] [INFO] -------------< org.eclipse.kapua:kapua-client-gateway-spi >------------- [INFO] Building Eclipse Kapua :: Gateway Client :: SPI 2.0.0-SNAPSHOT [207/227] [INFO] from client/gateway/spi/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-spi --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-spi --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-spi --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/spi' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/spi [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057828078 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/spi' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/spi [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-spi --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/spi/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-spi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/client/gateway/spi/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-spi --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-spi --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-sonar/client/gateway/spi/target/classes [INFO] [INFO] ----------< org.eclipse.kapua:kapua-client-gateway-provider >----------- [INFO] Building Eclipse Kapua :: Gateway Client :: Provider 2.0.0-SNAPSHOT [208/227] [INFO] from client/gateway/provider/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-provider --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-provider --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-provider --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057829418 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-provider --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.kapua:kapua-client-gateway-provider-mqtt >-------- [INFO] Building Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT 2.0.0-SNAPSHOT [209/227] [INFO] from client/gateway/provider/mqtt/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-provider-mqtt --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-provider-mqtt --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-provider-mqtt --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/mqtt [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057829526 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/mqtt [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-provider-mqtt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/mqtt/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-provider-mqtt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/mqtt/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-provider-mqtt --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-provider-mqtt --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/mqtt/target/classes [INFO] [INFO] --------< org.eclipse.kapua:kapua-client-gateway-provider-fuse >-------- [INFO] Building Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT 2.0.0-SNAPSHOT [210/227] [INFO] from client/gateway/provider/fuse/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-provider-fuse --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-provider-fuse --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-provider-fuse --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/fuse' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/fuse [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057830760 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/fuse' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/fuse [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-provider-fuse --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/fuse/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-provider-fuse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/fuse/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-provider-fuse --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-provider-fuse --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/fuse/target/classes [INFO] [INFO] --------< org.eclipse.kapua:kapua-client-gateway-provider-paho >-------- [INFO] Building Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho 2.0.0-SNAPSHOT [211/227] [INFO] from client/gateway/provider/paho/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-provider-paho --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-provider-paho --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-provider-paho --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/paho' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/paho [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057831917 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/paho' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/paho [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-provider-paho --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/paho/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-provider-paho --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/paho/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-provider-paho --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-provider-paho --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/paho/target/classes [INFO] [INFO] --------< org.eclipse.kapua:kapua-client-gateway-profile-kura >--------- [INFO] Building Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura 2.0.0-SNAPSHOT [212/227] [INFO] from client/gateway/profile/kura/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-profile-kura --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-profile-kura --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-profile-kura --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/profile/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/profile/kura [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057833736 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/profile/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/profile/kura [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-profile-kura --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/profile/kura/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-gateway-profile-kura --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/client/gateway/profile/kura/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-client-gateway-profile-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-gateway-profile-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/develop-sonar/client/gateway/profile/kura/target/classes [INFO] [INFO] ----------< org.eclipse.kapua:kapua-client-gateway-features >----------- [INFO] Building Eclipse Kapua :: Gateway Client :: Features 2.0.0-SNAPSHOT [213/227] [INFO] from client/gateway/features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-features --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-features --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-features --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/features' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/features [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057835589 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/features' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/features [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-features --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/features/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.kapua:kapua-client-gateway-feature-karaf >-------- [INFO] Building Eclipse Kapua :: Gateway Client :: Features :: Karaf 2.0.0-SNAPSHOT [214/227] [INFO] from client/gateway/features/karaf/pom.xml [INFO] ------------------------------[ feature ]------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-gateway-feature-karaf --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-gateway-feature-karaf --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-gateway-feature-karaf --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/features/karaf' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/features/karaf [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057837809 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/client/gateway/features/karaf' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/client/gateway/features/karaf [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-gateway-feature-karaf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/client/gateway/features/karaf/target/jacoco.exec [INFO] [INFO] --- karaf:4.4.2:features-generate-descriptor (default-features-generate-descriptor) @ kapua-client-gateway-feature-karaf --- [INFO] Generation not enabled [INFO] Attaching artifact [INFO] [INFO] --- karaf:4.4.2:verify (default-verify) @ kapua-client-gateway-feature-karaf --- [INFO] Using repositories: https://repo.eclipse.org/content/repositories/maven_central/@id=eclipse.maven.central.mirror [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-assembly >------------------ [INFO] Building kapua-assembly 2.0.0-SNAPSHOT [215/227] [INFO] from assembly/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057838300 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.kapua:kapua-assembly-java-base >------------- [INFO] Building kapua-assembly-java-base 2.0.0-SNAPSHOT [216/227] [INFO] from assembly/java-base/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-java-base --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-java-base --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-java-base --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/java-base' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/java-base [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057838353 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/java-base' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/java-base [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-java-base --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/java-base/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.kapua:kapua-assembly-jetty-base >------------- [INFO] Building kapua-assembly-jetty-base 2.0.0-SNAPSHOT [217/227] [INFO] from assembly/jetty-base/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-jetty-base --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-jetty-base --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-jetty-base --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/jetty-base' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/jetty-base [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057838435 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/jetty-base' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/jetty-base [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-jetty-base --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/jetty-base/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-assembly-sql >---------------- [INFO] Building kapua-assembly-sql 2.0.0-SNAPSHOT [218/227] [INFO] from assembly/sql/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-sql --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-sql --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-sql --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/sql' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/sql [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057838522 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/sql' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/sql [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-sql --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/sql/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.kapua:kapua-assembly-events-broker >----------- [INFO] Building kapua-assembly-events-broker 2.0.0-SNAPSHOT [219/227] [INFO] from assembly/events-broker/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-events-broker --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-events-broker --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-events-broker --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/events-broker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/events-broker [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057841089 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/events-broker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/events-broker [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-events-broker --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/events-broker/target/jacoco.exec [INFO] [INFO] --- dependency:3.0.1:unpack (unpack-artemis) @ kapua-assembly-events-broker --- [INFO] Configured Artifact: org.apache.activemq:apache-artemis:bin:?:tar.gz [INFO] Unpacking /home/jenkins/agent/workspace/develop-sonar/.repository/org/apache/activemq/apache-artemis/2.31.2/apache-artemis-2.31.2-bin.tar.gz to /home/jenkins/agent/workspace/develop-sonar/assembly/events-broker/target/dependencies/artemis with includes "" and excludes "" [INFO] Expanding: /home/jenkins/agent/workspace/develop-sonar/.repository/org/apache/activemq/apache-artemis/2.31.2/apache-artemis-2.31.2-bin.tar.gz into /home/jenkins/agent/workspace/develop-sonar/assembly/events-broker/target/dependencies/artemis [INFO] [INFO] ----------< org.eclipse.kapua:kapua-assembly-broker-artemis >----------- [INFO] Building kapua-assembly-broker-artemis 2.0.0-SNAPSHOT [220/227] [INFO] from assembly/broker-artemis/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-broker-artemis --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-broker-artemis --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-broker-artemis --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/broker-artemis' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/broker-artemis [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057842449 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/broker-artemis' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/broker-artemis [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-broker-artemis --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/broker-artemis/target/jacoco.exec [INFO] [INFO] --- dependency:3.0.1:unpack (unpack-artemis) @ kapua-assembly-broker-artemis --- [INFO] Configured Artifact: org.apache.activemq:apache-artemis:bin:?:tar.gz [INFO] Unpacking /home/jenkins/agent/workspace/develop-sonar/.repository/org/apache/activemq/apache-artemis/2.31.2/apache-artemis-2.31.2-bin.tar.gz to /home/jenkins/agent/workspace/develop-sonar/assembly/broker-artemis/target/dependencies/artemis with includes "" and excludes "" [INFO] Expanding: /home/jenkins/agent/workspace/develop-sonar/.repository/org/apache/activemq/apache-artemis/2.31.2/apache-artemis-2.31.2-bin.tar.gz into /home/jenkins/agent/workspace/develop-sonar/assembly/broker-artemis/target/dependencies/artemis [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-assembly-api >---------------- [INFO] Building kapua-assembly-api 2.0.0-SNAPSHOT [221/227] [INFO] from assembly/api/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/api [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057843308 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-api --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/api/target/jacoco.exec [INFO] [INFO] --- frontend:1.8.0:install-node-and-npm (install-node-and-npm) @ kapua-assembly-api --- [INFO] Installing node version v17.9.1 [INFO] Downloading https://nodejs.org/dist/v17.9.1/node-v17.9.1-linux-x64.tar.gz to /home/jenkins/agent/workspace/develop-sonar/.repository/com/github/eirslett/node/17.9.1/node-17.9.1-linux-x64.tar.gz [INFO] No proxies configured [INFO] No proxy was configured, downloading directly [INFO] Unpacking /home/jenkins/agent/workspace/develop-sonar/.repository/com/github/eirslett/node/17.9.1/node-17.9.1-linux-x64.tar.gz into /home/jenkins/agent/workspace/develop-sonar/assembly/api/target/node/tmp [INFO] Copying node binary from /home/jenkins/agent/workspace/develop-sonar/assembly/api/target/node/tmp/node-v17.9.1-linux-x64/bin/node to /home/jenkins/agent/workspace/develop-sonar/assembly/api/target/node/node [INFO] Extracting NPM [INFO] Installed node locally. [INFO] [INFO] --- frontend:1.8.0:npm (install-swagger-cli) @ kapua-assembly-api --- [INFO] Running 'npm install -g @apidevtools/swagger-cli@4.0.4' in /home/jenkins/agent/workspace/develop-sonar/assembly/api [INFO] npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. [INFO] npm WARN deprecated @apidevtools/swagger-cli@4.0.4: This package has been abandoned. Please switch to using the actively maintained @redocly/cli [INFO] [INFO] added 48 packages, and audited 49 packages in 5s [INFO] [INFO] 4 packages are looking for funding [INFO] run `npm fund` for details [INFO] [INFO] found 0 vulnerabilities [INFO] [INFO] -------------< org.eclipse.kapua:kapua-assembly-consumer >-------------- [INFO] Building kapua-assembly-consumer 2.0.0-SNAPSHOT [222/227] [INFO] from assembly/consumer/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-consumer --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-consumer --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-consumer --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/consumer' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/consumer [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057852685 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/consumer' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/consumer [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-consumer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/consumer/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.kapua:kapua-assembly-consumer-telemetry >--------- [INFO] Building kapua-assembly-consumer-telemetry 2.0.0-SNAPSHOT [223/227] [INFO] from assembly/consumer/telemetry/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-consumer-telemetry --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-consumer-telemetry --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-consumer-telemetry --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/consumer/telemetry [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057852779 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/consumer/telemetry [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-consumer-telemetry --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/consumer/telemetry/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-assembly-consumer-telemetry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/assembly/consumer/telemetry/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-assembly-consumer-telemetry --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --------< org.eclipse.kapua:kapua-assembly-consumer-lifecycle >--------- [INFO] Building kapua-assembly-consumer-lifecycle 2.0.0-SNAPSHOT [224/227] [INFO] from assembly/consumer/lifecycle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-consumer-lifecycle --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-consumer-lifecycle --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-consumer-lifecycle --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/consumer/lifecycle [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057852862 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/consumer/lifecycle [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-consumer-lifecycle --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/consumer/lifecycle/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-assembly-consumer-lifecycle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/assembly/consumer/lifecycle/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-assembly-consumer-lifecycle --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --------------< org.eclipse.kapua:kapua-assembly-service >-------------- [INFO] Building kapua-assembly-service 2.0.0-SNAPSHOT [225/227] [INFO] from assembly/service/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-service --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-service --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-service --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/service' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/service [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057852913 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/service' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/service [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-service --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/service/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.kapua:kapua-assembly-service-authentication >------- [INFO] Building kapua-assembly-service-authentication 2.0.0-SNAPSHOT [226/227] [INFO] from assembly/service/authentication/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-service-authentication --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-service-authentication --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-service-authentication --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/service/authentication [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057852985 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/service/authentication [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-service-authentication --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/service/authentication/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-assembly-service-authentication --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/assembly/service/authentication/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-assembly-service-authentication --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ------------< org.eclipse.kapua:kapua-assembly-job-engine >------------- [INFO] Building kapua-assembly-job-engine 2.0.0-SNAPSHOT [227/227] [INFO] from assembly/job-engine/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-assembly-job-engine --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-assembly-job-engine --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-assembly-job-engine --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/job-engine [INFO] Storing buildNumber: 1c6be6957545a7a867a9d15e85a617ed1bb5d06e at timestamp: 1705057853030 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-sonar/assembly/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-sonar/assembly/job-engine [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-assembly-job-engine --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/develop-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-sonar/assembly/job-engine/target/jacoco.exec [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-assembly-job-engine --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-sonar/assembly/job-engine/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-assembly-job-engine --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] ----------------------< org.eclipse.kapua:kapua >----------------------- [INFO] Building kapua 2.0.0-SNAPSHOT [228/227] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar:3.10.0.2594:sonar (default-cli) @ kapua --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0.51948 [INFO] Default locale: "en_US", source code encoding: "UTF-8" [INFO] Load global settings [INFO] Load global settings (done) | time=638ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Loading required plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=388ms [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=1486ms [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'org.eclipse_kapua' [INFO] Load project settings for component key: 'org.eclipse_kapua' (done) | time=590ms [INFO] Process project properties [INFO] Project key: org.eclipse_kapua [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar [INFO] Working dir: /home/jenkins/agent/workspace/develop-sonar/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=398ms [INFO] Check ALM binding of project 'org.eclipse_kapua' [INFO] Detected project binding: NOT_BOUND [INFO] Check ALM binding of project 'org.eclipse_kapua' (done) | time=351ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=416ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=433ms [INFO] Load active rules [INFO] Load active rules (done) | time=12419ms [INFO] Organization key: eclipse [INFO] Preprocessing files... [INFO] 3 languages detected in 3502 preprocessed files [INFO] 0 files ignored because of inclusion/exclusion patterns [INFO] 0 files ignored because of scm ignore settings [WARNING] The version of Java (11.0.2) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. [INFO] Loading plugins for detected languages [INFO] Load/download plugins [INFO] Load/download plugins (done) | time=545ms [INFO] Load project repositories [INFO] Load project repositories (done) | time=1758ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-build-tools' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/build-tools [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/api [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-broker-artemis' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/broker-artemis [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-consumer-lifecycle' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/consumer/lifecycle [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-consumer-telemetry' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/consumer/telemetry [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-consumer' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/consumer [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-events-broker' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/events-broker [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-java-base' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/java-base [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-jetty-base' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/jetty-base [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-job-engine' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/job-engine [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-service-authentication' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/service/authentication [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-service' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/service [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly-sql' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly/sql [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-assembly' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/assembly [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-broker-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/broker/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-broker-artemis-plugin' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/broker/artemis/plugin [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-broker-artemis' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/broker/artemis [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-broker' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/broker [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse Kapua :: Gateway Client :: API' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse Kapua :: Gateway Client :: Features :: Karaf' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway/features/karaf [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse Kapua :: Gateway Client :: Features' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway/features [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway/profile/kura [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/fuse [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/mqtt [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/paho [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse Kapua :: Gateway Client :: Provider' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway/provider [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Eclipse Kapua :: Gateway Client :: SPI' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway/spi [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-client-gateway' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/gateway [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-client-security' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client/security [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-client' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/client [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-commons' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/commons [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-commons-rest-errors' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/commons-rest/errors [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-commons-rest-filters' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/commons-rest/filters [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-commons-rest-model' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/commons-rest/model [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-commons-rest' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/commons-rest [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-consumer-lifecycle' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-consumer-lifecycle-app' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle-app [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-consumer-telemetry' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/consumer/telemetry [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-consumer-telemetry-app' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/consumer/telemetry-app [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-consumer' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/consumer [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-deployment-commons' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/deployment/commons [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-docker' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/deployment/docker [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-minishift' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/deployment/minishift [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-openshift' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/deployment/openshift [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-deployment' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/deployment [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-cucumber-reports' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/dev-tools/cucumber-reports [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-dev-tools' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/dev-tools [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-encryption-migrator' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/extras/encryption-migrator [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-es-migrator' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/extras/es-migrator [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-foreignkeys' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/extras/foreignkeys [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-liquibase-unlocker' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/extras/liquibase-unlocker [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-extras' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/extras [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-engine-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/job-engine/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-engine-app-core' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/job-engine/app/core [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-engine-app-resources' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/job-engine/app/resources [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-engine-app-web' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/job-engine/app/web [INFO] Source paths: src/main/webapp, pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-engine-app' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/job-engine/app [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-engine-client' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/job-engine/client [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-engine-commons' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/job-engine/commons [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-engine-jbatch' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/job-engine/jbatch [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-engine' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/job-engine [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-locator-guice' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/locator/guice [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-locator' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/locator [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-message-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/message/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-message-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/message/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-message' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/message [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-openid-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-openid-provider' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-openid-provider-generic' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-generic [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-openid-provider-keycloak' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-keycloak [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-openid-connect' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-sso' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/plug-ins/sso [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-plug-ins' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/plug-ins [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-qa-common' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/qa/common [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-qa-integration' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/qa/integration [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-qa-integration-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/qa/integration-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-qa-markers' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/qa/markers [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-qa' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/qa [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-rest-api-core' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/rest-api/core [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-rest-api-resources' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/rest-api/resources [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-rest-api-web' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/rest-api/web [INFO] Source paths: src/main/webapp, pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-rest-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/rest-api [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-account-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/account/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-account-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/account/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-account-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/account/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-account-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/account/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-account' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/account [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-datastore-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/datastore/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-datastore-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/datastore/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-datastore-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/datastore/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-datastore-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/datastore/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-datastore' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/datastore [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-authentication' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/authentication [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-call-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/call/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-call-kura' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/call/kura [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-call' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/call [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-commons' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/commons [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-all-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/api [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-all-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/internal [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-all-job' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all/job [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-all' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/all [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-asset-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-asset-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-asset-job' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/job [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-asset' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-asset-store-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-asset-store-dummy' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/dummy [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-asset-store' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-bundle-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-bundle-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-bundle-job' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/job [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-bundle' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-command-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-command-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-command-job' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command/job [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-command' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/command [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-configuration-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-configuration-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-configuration-job' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/job [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-configuration-message-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/message-api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-configuration' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-configuration-store-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-configuration-store-dummy' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/dummy [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-configuration-store' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-inventory-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-inventory-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-inventory' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-job-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/job/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-job-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/job/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-job' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/job [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-keystore-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-keystore-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-keystore-job' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/job [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-keystore' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-packages-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-packages-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-packages-job' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/job [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-packages' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/packages [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-registry-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-registry-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-registry' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/registry [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-request-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-request-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/request/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management-request' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management/request [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-management' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/management [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-registry-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-registry-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-registry-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-registry-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/registry/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device-registry' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device/registry [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-device' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/device [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-endpoint-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/endpoint/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-endpoint-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/endpoint/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-endpoint-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/endpoint/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-endpoint' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/endpoint [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/job/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/job/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/job/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/job/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-job' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/job [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-scheduler-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-scheduler-quartz' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/quartz [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-scheduler-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-scheduler-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/scheduler/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-scheduler' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/scheduler [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-authentication-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/authentication/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-authentication' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/authentication [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-authorization-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/authorization/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-authorization' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/authorization [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-certificate-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/certificate/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-certificate-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/certificate/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-certificate' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/certificate [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-registration-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/registration/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-registration-simple' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/registration/simple [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-registration' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/registration [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-shiro' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/shiro [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-security' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/security [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-authentication' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/authentication [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-authentication-app' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/authentication-app [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-camel' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/camel [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-client' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/client [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-elasticsearch-client-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-elasticsearch-client-rest' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-rest [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-elasticsearch' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-storable-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/commons/storable/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-storable-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/commons/storable/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-storable' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/commons/storable [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service-commons' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/commons [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-stream-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/stream/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-stream-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/stream/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-stream' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/stream [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-system-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/system/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-system-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/system/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-system-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/system/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-system-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/system/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-system' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/system [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-tag-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/tag/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-tag-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/tag/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-tag-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/tag/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-tag-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/tag/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-tag' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/tag [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-user-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/user/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-user-internal' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/user/internal [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-user-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/user/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-user-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/user/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-user' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service/user [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-service' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/service [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-simulator-kura' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/simulator-kura [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-translator-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/translator/api [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-translator-kapua-kura' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/translator/kapua/kura [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-translator-kapua' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/translator/kapua [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-translator-kura-jms' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/translator/kura/jms [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-translator-kura-mqtt' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/translator/kura/mqtt [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-translator-kura' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/translator/kura [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-translator-test' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/translator/test [INFO] Source paths: pom.xml [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-translator-test-steps' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/translator/test-steps [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-translator' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/translator [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-transport-api' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/transport/api [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-transport-jms' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/transport/jms [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-transport-mqtt' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/transport/mqtt [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua-transport' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar/transport [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'kapua' [INFO] Base dir: /home/jenkins/agent/workspace/develop-sonar [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] 3502 files indexed [INFO] Quality profile for java: Sonar way [INFO] Quality profile for web: Sonar way [INFO] Quality profile for xml: Sonar way [INFO] ------------- Run sensors on module kapua-transport-jms [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=569ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (8 MB) | time=4210ms [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=2368ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/transport/jms/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=3ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=164ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=587ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=89ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=4ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-transport-mqtt [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 28 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 28 files. [INFO] Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1982ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/transport/mqtt/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=20ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 34 source files to be analyzed [INFO] 34/34 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=482ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-transport-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 14 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 14 files. [INFO] Using ECJ batch to parse 4 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=380ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/transport/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=63ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 19 source files to be analyzed [INFO] 19/19 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=148ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-transport [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=38ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=28ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-broker-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=94ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/broker/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=74ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-broker-artemis-plugin [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 25 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 25 files. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=2384ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/broker/artemis/plugin/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=15ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 28 source files to be analyzed [INFO] 28/28 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=410ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-broker-artemis [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=8ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=31ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-broker [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=30ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-qa-markers [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=11ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/qa/markers/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=32ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-qa-common [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 48 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 48 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3040ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/qa/common/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=81ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 49 source files to be analyzed [INFO] 49/49 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=401ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-qa-integration-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1101ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/qa/integration-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=34ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 9 source files to be analyzed [INFO] 9/9 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=232ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-qa-integration [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 67 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 67 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=847ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/qa/integration/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=24ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 68 source files to be analyzed [INFO] 68/68 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=490ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-qa [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=17ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=35ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-simulator-kura [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 74 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 74 files. [INFO] Using ECJ batch to parse 6 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=10540ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/simulator-kura/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=19ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 81 source files to be analyzed [INFO] 81/81 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=833ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-job-engine [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=31ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-java-base [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=30ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-events-broker [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=36ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=29ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-sql [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=30ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-jetty-base [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=24ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=19ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-service-authentication [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=25ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-service [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-consumer-telemetry [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=34ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-consumer-lifecycle [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=22ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-consumer [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=21ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-broker-artemis [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=13ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=47ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly-api [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=16ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=45ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-assembly [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=23ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-openid-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 15 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 15 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=119ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 16 source files to be analyzed [INFO] 16/16 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=114ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-openid-provider [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=401ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 9 source files to be analyzed [INFO] 9/9 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=102ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-openid-provider-generic [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 6 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=135ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-generic/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 7 source files to be analyzed [INFO] 7/7 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=60ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-openid-provider-keycloak [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 7 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=109ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/plug-ins/sso/openid-connect/provider-keycloak/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 8 source files to be analyzed [INFO] 8/8 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=67ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-openid-connect [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=28ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-sso [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=21ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-plug-ins [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=21ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=29ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse Kapua :: Gateway Client :: SPI [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 15 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 15 files. [INFO] Using ECJ batch to parse 10 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 10 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=542ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/client/gateway/spi/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 26 source files to be analyzed [INFO] 26/26 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=222ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 7 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] Using ECJ batch to parse 6 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=4628ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/client/gateway/profile/kura/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 14 source files to be analyzed [INFO] 14/14 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=342ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse Kapua :: Gateway Client :: API [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 16 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 16 files. [INFO] Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=319ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/client/gateway/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 22 source files to be analyzed [INFO] 22/22 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=149ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=254ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/paho/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=82ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=131ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/mqtt/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 7 source files to be analyzed [INFO] 7/7 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=65ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=149ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/client/gateway/provider/fuse/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=13ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=66ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse Kapua :: Gateway Client :: Provider [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse Kapua :: Gateway Client :: Features :: Karaf [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=24ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=15ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Eclipse Kapua :: Gateway Client :: Features [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-client-gateway [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=28ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-client-security [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 32 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 32 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=786ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/client/security/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 33 source files to be analyzed [INFO] 33/33 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=214ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-client [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-consumer-telemetry-app [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=159ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/consumer/telemetry-app/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=25ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=63ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-consumer-lifecycle [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=176ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=11ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=69ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-consumer-lifecycle-app [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=184ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/consumer/lifecycle-app/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=27ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=105ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-consumer-telemetry [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=124ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/consumer/telemetry/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=47ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-consumer [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-rest-api-web [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] Using ECJ batch to parse 4 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=426ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor JavaScript inside HTML analysis [javascript] [INFO] Detected os: Linux arch: amd64 alpine: false. Platform: LINUX_X64 [INFO] Using Node.js executable: 'node'. [ERROR] Error when running: 'node -v'. Is Node.js available during analysis? org.sonar.plugins.javascript.nodejs.NodeCommandException: Error when running: 'node -v'. Is Node.js available during analysis? at org.sonar.plugins.javascript.nodejs.NodeCommand.start(NodeCommand.java:85) at org.sonar.plugins.javascript.nodejs.NodeVersion.getVersion(NodeVersion.java:56) at org.sonar.plugins.javascript.nodejs.NodeCommandBuilderImpl.checkNodeCompatibility(NodeCommandBuilderImpl.java:180) at org.sonar.plugins.javascript.nodejs.NodeCommandBuilderImpl.build(NodeCommandBuilderImpl.java:153) at org.sonar.plugins.javascript.bridge.BridgeServerImpl.initNodeCommand(BridgeServerImpl.java:264) at org.sonar.plugins.javascript.bridge.BridgeServerImpl.startServer(BridgeServerImpl.java:192) at org.sonar.plugins.javascript.bridge.BridgeServerImpl.startServerLazily(BridgeServerImpl.java:304) at org.sonar.plugins.javascript.bridge.AbstractBridgeSensor.execute(AbstractBridgeSensor.java:75) at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:62) at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:75) at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:48) at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:66) at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:48) at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:64) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123) at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109) at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:180) at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:176) at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:173) at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:173) at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:147) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123) at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109) at org.sonar.scanner.bootstrap.ScannerContainer.doAfterStart(ScannerContainer.java:399) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123) at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109) at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:127) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123) at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109) at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:57) at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:51) at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60) at com.sun.proxy.$Proxy54.execute(Unknown Source) at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189) at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138) at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute(ScannerBootstrapper.java:64) at org.sonarsource.scanner.maven.SonarQubeMojo.execute(SonarQubeMojo.java:108) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283) at org.apache.maven.cli.MavenCli.main(MavenCli.java:206) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348) Caused by: java.io.IOException: Cannot run program "node": error=2, No such file or directory at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071) at org.sonar.plugins.javascript.nodejs.ProcessWrapperImpl.startProcess(ProcessWrapperImpl.java:43) at org.sonar.plugins.javascript.nodejs.NodeCommand.start(NodeCommand.java:82) ... 68 common frames omitted Caused by: java.io.IOException: error=2, No such file or directory at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) at java.base/java.lang.ProcessImpl.(ProcessImpl.java:340) at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107) ... 71 common frames omitted [INFO] Hit the cache for 0 out of 0 [INFO] Miss the cache for 0 out of 0 [INFO] Sensor JavaScript inside HTML analysis [javascript] (done) | time=1862ms [INFO] Sensor CSS Rules [javascript] [INFO] Hit the cache for 0 out of 0 [INFO] Miss the cache for 0 out of 0 [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/rest-api/web/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=23ms [INFO] Sensor XML Sensor [xml] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=17ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 12 source files to be analyzed [INFO] 12/12 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=142ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-rest-api-core [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 26 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 26 files. [INFO] Using ECJ batch to parse 23 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 23 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=815ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/rest-api/core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 50 source files to be analyzed [INFO] 50/50 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=300ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-rest-api-resources [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 52 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 52 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=2293ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=3ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/rest-api/resources/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 53 source files to be analyzed [INFO] 53/53 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=728ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-rest-api [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-foreignkeys [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-encryption-migrator [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 20 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 20 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=463ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/extras/encryption-migrator/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 21 source files to be analyzed [INFO] 21/21 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=146ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-liquibase-unlocker [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=78ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/extras/liquibase-unlocker/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=46ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-es-migrator [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 12 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 12 files. [INFO] Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=717ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/extras/es-migrator/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=8ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 14 source files to be analyzed [INFO] 14/14 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=132ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-extras [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=21ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-engine-app-resources [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=77ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/job-engine/app/resources/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=30ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-engine-app-web [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=225ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/job-engine/app/web/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=19ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 7 source files to be analyzed [INFO] 7/7 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=80ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=11ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-engine-app-core [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 9 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 9 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=153ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/job-engine/app/core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 10 source files to be analyzed [INFO] 10/10 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=81ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-engine-app [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=22ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-engine-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 29 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 29 files. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=269ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/job-engine/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 32 source files to be analyzed [INFO] 32/32 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=193ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-engine-jbatch [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 54 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 54 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1710ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/job-engine/jbatch/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 55 source files to be analyzed [INFO] 55/55 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=427ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-engine-client [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=217ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/job-engine/client/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 9 source files to be analyzed [INFO] 9/9 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=79ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-engine-commons [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 18 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 18 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=567ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/job-engine/commons/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 19 source files to be analyzed [INFO] 19/19 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=156ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-engine [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-commons-rest-filters [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=182ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/commons-rest/filters/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=65ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-commons-rest-model [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 33 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 33 files. [INFO] Using ECJ batch to parse 7 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=388ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/commons-rest/model/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 41 source files to be analyzed [INFO] 41/41 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=234ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-commons-rest-errors [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 36 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 36 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=417ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/commons-rest/errors/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 37 source files to be analyzed [INFO] 37/37 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=197ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-commons-rest [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-deployment-commons [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-docker [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=14ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-openshift [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-minishift [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=31ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-deployment [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-translator-kura-jms [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 11 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 11 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=216ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/translator/kura/jms/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 12 source files to be analyzed [INFO] 12/12 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=103ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-translator-kura-mqtt [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=143ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/translator/kura/mqtt/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=64ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-translator-kura [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-translator-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 14 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 14 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=227ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/translator/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 15 source files to be analyzed [INFO] 15/15 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=134ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-translator-kapua-kura [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 51 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 51 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1862ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/translator/kapua/kura/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 52 source files to be analyzed [INFO] 52/52 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=483ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-translator-kapua [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-translator-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=95ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/translator/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=25ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-translator-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=234ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/translator/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=44ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-translator [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-commons [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 248 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 248 files. [INFO] Using ECJ batch to parse 95 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 95 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=10669ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/commons/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 344 source files to be analyzed [INFO] 344/344 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2634ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module kapua-message-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 36 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 36 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=259ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/message/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 37 source files to be analyzed [INFO] 37/37 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=186ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-message-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 32 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 32 files. [INFO] Using ECJ batch to parse 20 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 20 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=501ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/message/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 53 source files to be analyzed [INFO] 53/53 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=265ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-message [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-endpoint-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 9 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 9 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=288ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/endpoint/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 10 source files to be analyzed [INFO] 10/10 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=93ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-endpoint-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=349ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/endpoint/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=59ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-endpoint-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 12 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 12 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=84ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/endpoint/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 13 source files to be analyzed [INFO] 13/13 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=65ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-endpoint [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module kapua-service-authentication-app [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=163ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/authentication-app/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=11ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=64ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-user-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=887ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/user/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=121ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-user-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=70ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/user/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=29ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-user-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 18 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 18 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=113ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/user/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 19 source files to be analyzed [INFO] 19/19 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=92ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-user-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 18 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 18 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=382ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/user/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 19 source files to be analyzed [INFO] 19/19 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=130ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-user [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-camel [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 11 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 11 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=265ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/camel/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 12 source files to be analyzed [INFO] 12/12 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=95ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-datastore-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=99ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/datastore/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=43ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-datastore-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 84 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 84 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3348ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/datastore/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 85 source files to be analyzed [INFO] 85/85 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=764ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module kapua-datastore-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 42 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 42 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=267ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/datastore/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 43 source files to be analyzed [INFO] 43/43 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=231ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-datastore-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1485ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/datastore/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=213ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-datastore [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=12ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-account-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=74ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/account/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=31ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-account-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 13 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=153ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/account/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 14 source files to be analyzed [INFO] 14/14 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=93ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-account-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 17 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 17 files. [INFO] Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=410ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/account/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 19 source files to be analyzed [INFO] 19/19 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=154ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-account-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=341ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/account/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=76ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-account [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 22 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 22 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=186ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 23 source files to be analyzed [INFO] 23/23 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=146ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-request-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 9 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 9 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=73ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/request/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 10 source files to be analyzed [INFO] 10/10 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=61ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-request-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 10 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 10 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=159ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/request/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 11 source files to be analyzed [INFO] 11/11 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=88ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-request [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=21ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-inventory-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 29 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 29 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=471ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 30 source files to be analyzed [INFO] 30/30 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=225ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-inventory-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 20 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 20 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=145ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/inventory/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 21 source files to be analyzed [INFO] 21/21 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=140ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-inventory [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-asset-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 9 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 9 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=103ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 10 source files to be analyzed [INFO] 10/10 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=86ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-asset-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 19 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 19 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=293ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 20 source files to be analyzed [INFO] 20/20 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=128ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module kapua-device-management-asset-job [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=88ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset/job/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=33ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-asset [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-all-internal [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=14ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-all-api [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=22ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-all-job [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=33ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-all [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-configuration-job [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=65ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/job/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=36ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-configuration-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 29 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 29 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=393ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 30 source files to be analyzed [INFO] 30/30 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=208ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-configuration-message-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=45ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/message-api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=32ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-configuration-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 13 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=357ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 14 source files to be analyzed [INFO] 14/14 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=107ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-configuration [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=22ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-keystore-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 29 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 29 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=462ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 30 source files to be analyzed [INFO] 30/30 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=239ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-keystore-job [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 6 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=93ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/job/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 7 source files to be analyzed [INFO] 7/7 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=56ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-keystore-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 13 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=121ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/keystore/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 14 source files to be analyzed [INFO] 14/14 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=110ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-keystore [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-bundle-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=51ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=40ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-bundle-job [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=93ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/job/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=47ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-bundle-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 12 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 12 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=180ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/bundle/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 13 source files to be analyzed [INFO] 13/13 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=94ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-bundle [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-job-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 12 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 12 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=534ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/job/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 13 source files to be analyzed [INFO] 13/13 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=112ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-job-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 14 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 14 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=106ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/job/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 15 source files to be analyzed [INFO] 15/15 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=85ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-job [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-registry-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 26 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 26 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=372ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 27 source files to be analyzed [INFO] 27/27 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=167ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-registry-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 19 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 19 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=401ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/registry/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 20 source files to be analyzed [INFO] 20/20 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=160ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-registry [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-packages-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 28 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 28 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=641ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 29 source files to be analyzed [INFO] 29/29 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=254ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-packages-job [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 7 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=188ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/job/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=12ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 8 source files to be analyzed [INFO] 8/8 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=67ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-packages-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 22 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 22 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=150ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/packages/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 23 source files to be analyzed [INFO] 23/23 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=160ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-packages [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-configuration-store-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=62ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=56ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-configuration-store-dummy [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=78ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/configuration-store/dummy/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=36ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-configuration-store [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-asset-store-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=70ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=47ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-asset-store-dummy [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=75ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/asset-store/dummy/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=44ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-asset-store [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-command-job [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=70ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/job/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=37ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-command-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 6 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=61ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 7 source files to be analyzed [INFO] 7/7 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=64ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-command-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 12 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 12 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=219ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/management/command/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 13 source files to be analyzed [INFO] 13/13 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=101ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management-command [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-management [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-authentication [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=64ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/authentication/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=32ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 23 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 23 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=142ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 24 source files to be analyzed [INFO] 24/24 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=121ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-registry-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 12 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 12 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3453ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/registry/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 13 source files to be analyzed [INFO] 13/13 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=524ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-registry-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=86ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/registry/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=31ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-registry-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 45 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 45 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1881ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/registry/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 46 source files to be analyzed [INFO] 46/46 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=441ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-registry-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 54 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 54 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=402ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/registry/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=14ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 55 source files to be analyzed [INFO] 55/55 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=320ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-registry [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-call-kura [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 108 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 108 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=6516ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/call/kura/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 109 source files to be analyzed [INFO] 109/109 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=910ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-call-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 39 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 39 files. [INFO] Using ECJ batch to parse 3 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=345ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/call/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 43 source files to be analyzed [INFO] 43/43 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=321ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-call [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=43ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device-commons [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 22 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 22 files. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=687ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/device/commons/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 25 source files to be analyzed [INFO] 25/25 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=201ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-device [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-scheduler-quartz [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 38 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 38 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=750ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/scheduler/quartz/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=26ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 39 source files to be analyzed [INFO] 39/39 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=288ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-scheduler-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=73ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/scheduler/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=29ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-scheduler-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 38 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 38 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=199ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/scheduler/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 39 source files to be analyzed [INFO] 39/39 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=189ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-scheduler-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=198ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/scheduler/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=52ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-scheduler [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-authentication [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 13 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=686ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/authentication/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 14 source files to be analyzed [INFO] 14/14 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=168ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 43 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 43 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=930ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/job/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 44 source files to be analyzed [INFO] 44/44 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=308ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=883ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/job/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 9 source files to be analyzed [INFO] 9/9 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=189ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=80ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/job/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=33ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 59 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 59 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=288ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/job/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 60 source files to be analyzed [INFO] 60/60 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=263ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-job [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 111 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 111 files. [INFO] Using ECJ batch to parse 40 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 40 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1422ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 152 source files to be analyzed [INFO] 152/152 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=780ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-tag-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=182ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/tag/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=44ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-tag-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 12 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 12 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=79ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/tag/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 13 source files to be analyzed [INFO] 13/13 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=62ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-tag-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=180ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/tag/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 11 source files to be analyzed [INFO] 11/11 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=76ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-tag-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=84ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/tag/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=32ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-tag [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-registration-simple [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=172ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/security/registration/simple/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=58ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-registration-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=38ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/security/registration/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 4 source files to be analyzed [INFO] 4/4 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=30ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-registration [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-certificate-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 28 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 28 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=205ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/security/certificate/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 29 source files to be analyzed [INFO] 29/29 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=146ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-certificate-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 16 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 16 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=273ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/security/certificate/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 17 source files to be analyzed [INFO] 17/17 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=109ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-certificate [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-authorization-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 80 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 80 files. [INFO] Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=486ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/security/authorization/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 82 source files to be analyzed [INFO] 82/82 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=425ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-authorization [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=21ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1382ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/security/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=200ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-authentication-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 69 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 69 files. [INFO] Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=390ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/security/authentication/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 71 source files to be analyzed [INFO] 71/71 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=381ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-authentication [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=2ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=75ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/security/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=40ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security-shiro [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 161 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 161 files. [INFO] Using ECJ batch to parse 84 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 84 files. [WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=4181ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/security/shiro/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 246 source files to be analyzed [INFO] 246/246 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1634ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-security [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-system-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=67ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/system/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=35ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-system-test [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] No "Main" source files to scan. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=62ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/system/test/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=36ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-system-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=39ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/system/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 5 source files to be analyzed [INFO] 5/5 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=32ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-system-test-steps [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=89ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/system/test-steps/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=29ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-system [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-stream-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=87ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/stream/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=33ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-stream-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=99ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/stream/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=49ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-stream [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-client [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 12 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 12 files. [INFO] Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=432ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/client/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 18 source files to be analyzed [INFO] 18/18 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=119ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-elasticsearch-client-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 35 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 35 files. [INFO] Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=361ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 37 source files to be analyzed [INFO] 37/37 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=239ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-elasticsearch-client-rest [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 10 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 10 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=639ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/commons/elasticsearch/client-rest/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 11 source files to be analyzed [INFO] 11/11 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=146ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-elasticsearch [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=16ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-storable-api [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 32 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 32 files. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=273ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/commons/storable/api/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 35 source files to be analyzed [INFO] 35/35 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=193ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-storable-internal [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 17 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 17 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=281ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/service/commons/storable/internal/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 18 source files to be analyzed [INFO] 18/18 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=114ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-storable [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service-commons [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-service [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-build-tools [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-cucumber-reports [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-dev-tools [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-locator-guice [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 8 Main java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] Using ECJ batch to parse 20 Test java source files with batch size 107 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 20 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=431ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/develop-sonar/locator/guice/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 29 source files to be analyzed [INFO] 29/29 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=120ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua-locator [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module kapua [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=77ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=205ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] Sensor javabugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/develop-sonar/target/sonar/ir/java [INFO] Analyzing 14410 functions to detect bugs. [INFO] Sensor javabugs [dbd] (done) | time=24687ms [INFO] Sensor pythonbugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/develop-sonar/target/sonar/ir/python [INFO] No IR files have been included for analysis. [INFO] Sensor pythonbugs [dbd] (done) | time=1ms [INFO] Sensor JavaSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/develop-sonar/target/sonar/ucfg2/java [INFO] Read 4078 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.284 [INFO] Load UCFGs: Starting [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/develop-sonar/target/sonar/ucfg2/java [INFO] Load UCFGs: Time spent was 00:00:02.620 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:02.904 [INFO] Analyzing 13565 UCFGs to detect vulnerabilities. [INFO] Check cache: Starting [INFO] Load cache: Starting [INFO] Load cache: Time spent was 00:00:00.000 [INFO] Check cache: Time spent was 00:00:00.000 [INFO] Create runtime call graph: Starting [INFO] Variable Type Analysis #1: Starting [INFO] Create runtime type propagation graph: Starting [INFO] Create runtime type propagation graph: Time spent was 00:00:00.419 [INFO] Run SCC (Tarjan) on 77460 nodes: Starting [INFO] Run SCC (Tarjan) on 77460 nodes: Time spent was 00:00:00.112 [INFO] Tarjan found 74404 strongly connected components [INFO] Propagate runtime types to strongly connected components: Starting [INFO] Propagate runtime types to strongly connected components: Time spent was 00:00:00.206 [INFO] Variable Type Analysis #1: Time spent was 00:00:00.741 [INFO] Variable Type Analysis #2: Starting [INFO] Create runtime type propagation graph: Starting [INFO] Create runtime type propagation graph: Time spent was 00:00:00.684 [INFO] Run SCC (Tarjan) on 78474 nodes: Starting [INFO] Run SCC (Tarjan) on 78474 nodes: Time spent was 00:00:00.076 [INFO] Tarjan found 75198 strongly connected components [INFO] Propagate runtime types to strongly connected components: Starting [INFO] Propagate runtime types to strongly connected components: Time spent was 00:00:00.246 [INFO] Variable Type Analysis #2: Time spent was 00:00:01.007 [INFO] Create runtime call graph: Time spent was 00:00:01.775 [INFO] Load config: Starting [INFO] Load config: Time spent was 00:00:01.258 [INFO] Compute entry points: Starting [INFO] Compute entry points: Time spent was 00:00:16.955 [INFO] All rules entry points : 88 [INFO] Slice call graph: Starting [INFO] Retained UCFGs : 1772 [INFO] Slice call graph: Time spent was 00:00:00.032 [INFO] Live variable analysis: Starting [INFO] Live variable analysis: Time spent was 00:00:00.135 [INFO] Taint analysis for java: Starting [INFO] 0 / 1772 UCFGs simulated, memory usage: 1328 MB [INFO] 875 / 1772 UCFGs simulated, memory usage: 1047 MB [INFO] 1325 / 1772 UCFGs simulated, memory usage: 1087 MB [INFO] Taint analysis for java: Time spent was 00:00:09.503 [INFO] Report issues: Starting [INFO] Report issues: Time spent was 00:00:00.085 [INFO] Store cache: Starting [INFO] Store cache: Time spent was 00:00:00.095 [INFO] java security sensor: Time spent was 00:00:32.750 [INFO] java security sensor: Begin: 2024-01-12T11:14:12.788077Z, End: 2024-01-12T11:14:45.538902Z, Duration: 00:00:32.750 Load type hierarchy and UCFGs: Begin: 2024-01-12T11:14:12.790247Z, End: 2024-01-12T11:14:15.694833Z, Duration: 00:00:02.904 Load type hierarchy: Begin: 2024-01-12T11:14:12.790283Z, End: 2024-01-12T11:14:13.074310Z, Duration: 00:00:00.284 Load UCFGs: Begin: 2024-01-12T11:14:13.074676Z, End: 2024-01-12T11:14:15.694692Z, Duration: 00:00:02.620 Check cache: Begin: 2024-01-12T11:14:15.694884Z, End: 2024-01-12T11:14:15.695281Z, Duration: 00:00:00.000 Load cache: Begin: 2024-01-12T11:14:15.694896Z, End: 2024-01-12T11:14:15.694932Z, Duration: 00:00:00.000 Create runtime call graph: Begin: 2024-01-12T11:14:15.695326Z, End: 2024-01-12T11:14:17.470757Z, Duration: 00:00:01.775 Variable Type Analysis #1: Begin: 2024-01-12T11:14:15.696208Z, End: 2024-01-12T11:14:16.437554Z, Duration: 00:00:00.741 Create runtime type propagation graph: Begin: 2024-01-12T11:14:15.698570Z, End: 2024-01-12T11:14:16.117879Z, Duration: 00:00:00.419 Run SCC (Tarjan) on 77460 nodes: Begin: 2024-01-12T11:14:16.118336Z, End: 2024-01-12T11:14:16.231167Z, Duration: 00:00:00.112 Propagate runtime types to strongly connected components: Begin: 2024-01-12T11:14:16.231363Z, End: 2024-01-12T11:14:16.437416Z, Duration: 00:00:00.206 Variable Type Analysis #2: Begin: 2024-01-12T11:14:16.452941Z, End: 2024-01-12T11:14:17.460838Z, Duration: 00:00:01.007 Create runtime type propagation graph: Begin: 2024-01-12T11:14:16.452977Z, End: 2024-01-12T11:14:17.137968Z, Duration: 00:00:00.684 Run SCC (Tarjan) on 78474 nodes: Begin: 2024-01-12T11:14:17.138096Z, End: 2024-01-12T11:14:17.214336Z, Duration: 00:00:00.076 Propagate runtime types to strongly connected components: Begin: 2024-01-12T11:14:17.214519Z, End: 2024-01-12T11:14:17.460683Z, Duration: 00:00:00.246 Load config: Begin: 2024-01-12T11:14:17.470843Z, End: 2024-01-12T11:14:18.729661Z, Duration: 00:00:01.258 Compute entry points: Begin: 2024-01-12T11:14:18.729779Z, End: 2024-01-12T11:14:35.684958Z, Duration: 00:00:16.955 Slice call graph: Begin: 2024-01-12T11:14:35.685164Z, End: 2024-01-12T11:14:35.717951Z, Duration: 00:00:00.032 Live variable analysis: Begin: 2024-01-12T11:14:35.718049Z, End: 2024-01-12T11:14:35.853910Z, Duration: 00:00:00.135 Taint analysis for java: Begin: 2024-01-12T11:14:35.854305Z, End: 2024-01-12T11:14:45.358116Z, Duration: 00:00:09.503 Report issues: Begin: 2024-01-12T11:14:45.358230Z, End: 2024-01-12T11:14:45.443464Z, Duration: 00:00:00.085 Store cache: Begin: 2024-01-12T11:14:45.443536Z, End: 2024-01-12T11:14:45.538800Z, Duration: 00:00:00.095 [INFO] java security sensor peak memory: 1788 MB [INFO] Sensor JavaSecuritySensor [security] (done) | time=32769ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/develop-sonar/target/ucfg2/cs [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] csharp security sensor: Time spent was 00:00:00.000 [INFO] Sensor CSharpSecuritySensor [security] (done) | time=1ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/develop-sonar/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] php security sensor: Time spent was 00:00:00.000 [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/develop-sonar/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] python security sensor: Time spent was 00:00:00.000 [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Enabled taint analysis rules: S3649, S5131, S6287, S2076, S5144, S5147, S6105, S6096, S2083, S5146, S5883, S2631, S6350, S5334, S5696 [INFO] Load type hierarchy and UCFGs: Starting [INFO] Load type hierarchy: Starting [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/develop-sonar/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] Load type hierarchy: Time spent was 00:00:00.000 [INFO] Load UCFGs: Starting [INFO] Load UCFGs: Time spent was 00:00:00.000 [INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] No UCFGs have been included for analysis. [INFO] js security sensor: Time spent was 00:00:00.000 [INFO] Sensor JsSecuritySensor [security] (done) | time=0ms [INFO] ------------- Run sensors on project [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=382ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=2481ms [INFO] CPD Executor 1319 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 1502 files [INFO] CPD Executor CPD calculation finished (done) | time=321ms [INFO] Analysis report generated in 612ms, dir size=21 MB [INFO] Analysis report compressed in 3221ms, zip size=10 MB [INFO] Analysis report uploaded in 10029ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse_kapua [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYz9Ye3JRX0B-DQPY_b6 [INFO] Sensor cache published successfully [INFO] Analysis total time: 4:06.936 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for kapua 2.0.0-SNAPSHOT: [INFO] [INFO] kapua-build-tools .................................. SUCCESS [ 0.323 s] [INFO] kapua .............................................. SUCCESS [04:14 min] [INFO] kapua-qa ........................................... SUCCESS [ 0.787 s] [INFO] kapua-qa-markers ................................... SUCCESS [ 1.434 s] [INFO] kapua-service ...................................... SUCCESS [ 4.542 s] [INFO] kapua-service-api .................................. SUCCESS [ 2.568 s] [INFO] kapua-account ...................................... SUCCESS [ 0.189 s] [INFO] kapua-account-api .................................. SUCCESS [ 1.378 s] [INFO] kapua-user ......................................... SUCCESS [ 0.184 s] [INFO] kapua-user-api ..................................... SUCCESS [ 1.025 s] [INFO] kapua-security ..................................... SUCCESS [ 1.029 s] [INFO] kapua-security-authorization ....................... SUCCESS [ 0.139 s] [INFO] kapua-security-authorization-api ................... SUCCESS [ 1.558 s] [INFO] kapua-security-authentication ...................... SUCCESS [ 0.126 s] [INFO] kapua-security-authentication-api .................. SUCCESS [ 1.444 s] [INFO] kapua-commons ...................................... SUCCESS [ 7.795 s] [INFO] kapua-locator ...................................... SUCCESS [ 0.101 s] [INFO] kapua-locator-guice ................................ SUCCESS [ 1.797 s] [INFO] kapua-account-internal ............................. SUCCESS [ 1.924 s] [INFO] kapua-message ...................................... SUCCESS [ 0.155 s] [INFO] kapua-message-api .................................. SUCCESS [ 1.940 s] [INFO] kapua-device ....................................... SUCCESS [ 1.713 s] [INFO] kapua-device-api ................................... SUCCESS [ 1.449 s] [INFO] kapua-device-registry .............................. SUCCESS [ 0.528 s] [INFO] kapua-device-registry-api .......................... SUCCESS [ 1.801 s] [INFO] kapua-job .......................................... SUCCESS [ 0.292 s] [INFO] kapua-job-api ...................................... SUCCESS [ 1.312 s] [INFO] kapua-job-engine ................................... SUCCESS [ 0.271 s] [INFO] kapua-job-engine-api ............................... SUCCESS [ 1.134 s] [INFO] kapua-device-management ............................ SUCCESS [ 0.640 s] [INFO] kapua-device-management-api ........................ SUCCESS [ 1.448 s] [INFO] kapua-device-management-request .................... SUCCESS [ 0.058 s] [INFO] kapua-device-management-request-api ................ SUCCESS [ 1.395 s] [INFO] kapua-commons-rest ................................. SUCCESS [ 0.159 s] [INFO] kapua-commons-rest-model ........................... SUCCESS [ 1.821 s] [INFO] kapua-job-engine-client ............................ SUCCESS [ 2.174 s] [INFO] kapua-job-engine-commons ........................... SUCCESS [ 1.904 s] [INFO] kapua-transport .................................... SUCCESS [ 0.131 s] [INFO] kapua-transport-api ................................ SUCCESS [ 1.358 s] [INFO] kapua-device-call .................................. SUCCESS [ 0.548 s] [INFO] kapua-device-call-api .............................. SUCCESS [ 1.463 s] [INFO] kapua-translator ................................... SUCCESS [ 0.268 s] [INFO] kapua-translator-api ............................... SUCCESS [ 1.600 s] [INFO] kapua-message-internal ............................. SUCCESS [ 1.814 s] [INFO] kapua-device-call-kura ............................. SUCCESS [ 3.525 s] [INFO] kapua-device-management-registry ................... SUCCESS [ 0.115 s] [INFO] kapua-device-management-registry-api ............... SUCCESS [ 1.662 s] [INFO] kapua-device-commons ............................... SUCCESS [ 2.127 s] [INFO] kapua-service-commons .............................. SUCCESS [ 0.204 s] [INFO] kapua-service-storable ............................. SUCCESS [ 0.098 s] [INFO] kapua-service-storable-api ......................... SUCCESS [ 1.787 s] [INFO] kapua-service-elasticsearch ........................ SUCCESS [ 0.147 s] [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [ 1.866 s] [INFO] kapua-datastore .................................... SUCCESS [ 0.430 s] [INFO] kapua-datastore-api ................................ SUCCESS [ 1.855 s] [INFO] kapua-service-storable-internal .................... SUCCESS [ 1.694 s] [INFO] kapua-datastore-internal ........................... SUCCESS [ 3.032 s] [INFO] kapua-plug-ins ..................................... SUCCESS [ 0.093 s] [INFO] kapua-sso .......................................... SUCCESS [ 0.084 s] [INFO] kapua-openid-connect ............................... SUCCESS [ 0.087 s] [INFO] kapua-openid-api ................................... SUCCESS [ 0.935 s] [INFO] kapua-openid-provider .............................. SUCCESS [ 1.664 s] [INFO] kapua-security-registration ........................ SUCCESS [ 0.071 s] [INFO] kapua-security-registration-api .................... SUCCESS [ 1.105 s] [INFO] kapua-security-certificate ......................... SUCCESS [ 0.099 s] [INFO] kapua-security-certificate-api ..................... SUCCESS [ 1.137 s] [INFO] kapua-user-internal ................................ SUCCESS [ 1.995 s] [INFO] kapua-security-shiro ............................... SUCCESS [ 6.401 s] [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [ 2.158 s] [INFO] kapua-simulator-kura ............................... SUCCESS [ 2.854 s] [INFO] kapua-stream ....................................... SUCCESS [ 0.050 s] [INFO] kapua-stream-api ................................... SUCCESS [ 1.207 s] [INFO] kapua-tag .......................................... SUCCESS [ 0.085 s] [INFO] kapua-tag-api ...................................... SUCCESS [ 0.863 s] [INFO] kapua-device-management-asset ...................... SUCCESS [ 0.091 s] [INFO] kapua-device-management-asset-api .................. SUCCESS [ 1.361 s] [INFO] kapua-device-management-asset-store ................ SUCCESS [ 0.054 s] [INFO] kapua-device-management-asset-store-api ............ SUCCESS [ 1.283 s] [INFO] kapua-device-management-asset-internal ............. SUCCESS [ 1.678 s] [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [ 1.297 s] [INFO] kapua-device-management-bundle ..................... SUCCESS [ 0.074 s] [INFO] kapua-device-management-bundle-api ................. SUCCESS [ 1.316 s] [INFO] kapua-device-management-bundle-internal ............ SUCCESS [ 1.521 s] [INFO] kapua-device-management-command .................... SUCCESS [ 0.068 s] [INFO] kapua-device-management-command-api ................ SUCCESS [ 1.250 s] [INFO] kapua-device-management-command-internal ........... SUCCESS [ 1.601 s] [INFO] kapua-device-management-configuration .............. SUCCESS [ 0.140 s] [INFO] kapua-device-management-configuration-api .......... SUCCESS [ 1.553 s] [INFO] kapua-device-management-configuration-message-api .. SUCCESS [ 1.161 s] [INFO] kapua-device-management-configuration-store ........ SUCCESS [ 0.045 s] [INFO] kapua-device-management-configuration-store-api .... SUCCESS [ 1.203 s] [INFO] kapua-device-management-configuration-internal ..... SUCCESS [ 1.970 s] [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [ 1.266 s] [INFO] kapua-device-management-inventory .................. SUCCESS [ 0.095 s] [INFO] kapua-device-management-inventory-api .............. SUCCESS [ 1.433 s] [INFO] kapua-device-management-inventory-internal ......... SUCCESS [ 1.844 s] [INFO] kapua-device-management-keystore ................... SUCCESS [ 0.130 s] [INFO] kapua-device-management-keystore-api ............... SUCCESS [ 1.376 s] [INFO] kapua-device-management-keystore-internal .......... SUCCESS [ 1.875 s] [INFO] kapua-device-management-packages ................... SUCCESS [ 0.154 s] [INFO] kapua-device-management-packages-api ............... SUCCESS [ 1.544 s] [INFO] kapua-broker ....................................... SUCCESS [ 0.151 s] [INFO] kapua-broker-api ................................... SUCCESS [ 0.757 s] [INFO] kapua-scheduler .................................... SUCCESS [ 0.162 s] [INFO] kapua-scheduler-api ................................ SUCCESS [ 1.112 s] [INFO] kapua-device-management-job ........................ SUCCESS [ 0.095 s] [INFO] kapua-device-management-job-api .................... SUCCESS [ 1.523 s] [INFO] kapua-transport-jms ................................ SUCCESS [ 1.384 s] [INFO] kapua-service-client ............................... SUCCESS [ 1.730 s] [INFO] kapua-client ....................................... SUCCESS [ 0.570 s] [INFO] kapua-client-security .............................. SUCCESS [ 3.068 s] [INFO] kapua-device-authentication ........................ SUCCESS [ 1.250 s] [INFO] kapua-device-registry-internal ..................... SUCCESS [ 2.914 s] [INFO] kapua-device-management-registry-internal .......... SUCCESS [ 2.088 s] [INFO] kapua-device-management-packages-internal .......... SUCCESS [ 2.320 s] [INFO] kapua-device-management-request-internal ........... SUCCESS [ 1.480 s] [INFO] kapua-device-management-all ........................ SUCCESS [ 0.041 s] [INFO] kapua-device-management-all-internal ............... SUCCESS [ 0.058 s] [INFO] kapua-translator-kapua ............................. SUCCESS [ 0.215 s] [INFO] kapua-translator-kapua-kura ........................ SUCCESS [ 2.938 s] [INFO] kapua-transport-mqtt ............................... SUCCESS [ 1.896 s] [INFO] kapua-translator-kura .............................. SUCCESS [ 0.077 s] [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [ 1.440 s] [INFO] kapua-translator-kura-jms .......................... SUCCESS [ 1.719 s] [INFO] kapua-qa-common .................................... SUCCESS [ 11.341 s] [INFO] kapua-account-test-steps ........................... SUCCESS [ 2.069 s] [INFO] kapua-account-test ................................. SUCCESS [ 0.085 s] [INFO] kapua-user-test-steps .............................. SUCCESS [ 2.417 s] [INFO] kapua-user-test .................................... SUCCESS [ 0.108 s] [INFO] kapua-broker-artemis ............................... SUCCESS [ 0.132 s] [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [ 2.592 s] [INFO] kapua-device-registry-test-steps ................... SUCCESS [ 3.419 s] [INFO] kapua-device-registry-test ......................... SUCCESS [ 0.075 s] [INFO] kapua-scheduler-quartz ............................. SUCCESS [ 2.523 s] [INFO] kapua-job-internal ................................. SUCCESS [ 2.474 s] [INFO] kapua-job-test-steps ............................... SUCCESS [ 2.355 s] [INFO] kapua-job-test ..................................... SUCCESS [ 0.092 s] [INFO] kapua-tag-internal ................................. SUCCESS [ 1.647 s] [INFO] kapua-tag-test-steps ............................... SUCCESS [ 1.754 s] [INFO] kapua-tag-test ..................................... SUCCESS [ 0.095 s] [INFO] kapua-endpoint ..................................... SUCCESS [ 0.104 s] [INFO] kapua-endpoint-api ................................. SUCCESS [ 0.942 s] [INFO] kapua-rest-api ..................................... SUCCESS [ 0.411 s] [INFO] kapua-rest-api-core ................................ SUCCESS [ 2.468 s] [INFO] kapua-device-management-all-api .................... SUCCESS [ 0.049 s] [INFO] kapua-system ....................................... SUCCESS [ 0.058 s] [INFO] kapua-system-api ................................... SUCCESS [ 0.719 s] [INFO] kapua-rest-api-resources ........................... SUCCESS [ 3.289 s] [INFO] kapua-endpoint-internal ............................ SUCCESS [ 1.661 s] [INFO] kapua-commons-rest-errors .......................... SUCCESS [ 1.648 s] [INFO] kapua-commons-rest-filters ......................... SUCCESS [ 1.615 s] [INFO] kapua-security-certificate-internal ................ SUCCESS [ 1.776 s] [INFO] kapua-stream-internal .............................. SUCCESS [ 1.392 s] [INFO] kapua-system-internal .............................. SUCCESS [ 1.192 s] [INFO] kapua-extras ....................................... SUCCESS [ 0.111 s] [INFO] kapua-foreignkeys .................................. SUCCESS [ 0.044 s] [INFO] kapua-rest-api-web ................................. SUCCESS [ 2.526 s] [INFO] kapua-qa-integration-steps ......................... SUCCESS [ 3.420 s] [INFO] kapua-security-test-steps .......................... SUCCESS [ 2.485 s] [INFO] kapua-device-management-job-internal ............... SUCCESS [ 1.726 s] [INFO] kapua-endpoint-test-steps .......................... SUCCESS [ 2.090 s] [INFO] kapua-device-management-bundle-job ................. SUCCESS [ 1.408 s] [INFO] kapua-device-management-asset-job .................. SUCCESS [ 1.366 s] [INFO] kapua-device-management-packages-job ............... SUCCESS [ 1.730 s] [INFO] kapua-device-management-command-job ................ SUCCESS [ 1.304 s] [INFO] kapua-device-management-configuration-job .......... SUCCESS [ 1.303 s] [INFO] kapua-device-management-keystore-job ............... SUCCESS [ 1.299 s] [INFO] kapua-scheduler-test-steps ......................... SUCCESS [ 1.777 s] [INFO] kapua-datastore-test-steps ......................... SUCCESS [ 2.640 s] [INFO] kapua-service-camel ................................ SUCCESS [ 1.904 s] [INFO] kapua-consumer ..................................... SUCCESS [ 0.074 s] [INFO] kapua-consumer-lifecycle ........................... SUCCESS [ 1.909 s] [INFO] kapua-consumer-telemetry ........................... SUCCESS [ 2.141 s] [INFO] kapua-service-authentication ....................... SUCCESS [ 2.169 s] [INFO] kapua-qa-integration ............................... SUCCESS [ 0.197 s] [INFO] kapua-dev-tools .................................... SUCCESS [ 0.048 s] [INFO] kapua-cucumber-reports ............................. SUCCESS [ 0.089 s] [INFO] kapua-deployment ................................... SUCCESS [ 0.036 s] [INFO] kapua-deployment-commons ........................... SUCCESS [ 0.035 s] [INFO] kapua-docker ....................................... SUCCESS [ 0.034 s] [INFO] kapua-minishift .................................... SUCCESS [ 0.048 s] [INFO] kapua-openshift .................................... SUCCESS [ 0.033 s] [INFO] kapua-datastore-test ............................... SUCCESS [ 0.079 s] [INFO] kapua-device-management-all-job .................... SUCCESS [ 0.042 s] [INFO] kapua-scheduler-test ............................... SUCCESS [ 0.073 s] [INFO] kapua-security-registration-simple ................. SUCCESS [ 1.665 s] [INFO] kapua-security-test ................................ SUCCESS [ 0.071 s] [INFO] kapua-system-test-steps ............................ SUCCESS [ 1.564 s] [INFO] kapua-system-test .................................. SUCCESS [ 0.067 s] [INFO] kapua-service-authentication-app ................... SUCCESS [ 4.217 s] [INFO] kapua-translator-test-steps ........................ SUCCESS [ 2.091 s] [INFO] kapua-translator-test .............................. SUCCESS [ 0.074 s] [INFO] kapua-es-migrator .................................. SUCCESS [ 2.120 s] [INFO] kapua-encryption-migrator .......................... SUCCESS [ 1.979 s] [INFO] kapua-liquibase-unlocker ........................... SUCCESS [ 1.223 s] [INFO] kapua-openid-provider-generic ...................... SUCCESS [ 1.409 s] [INFO] kapua-openid-provider-keycloak ..................... SUCCESS [ 1.574 s] [INFO] kapua-job-engine-jbatch ............................ SUCCESS [ 2.824 s] [INFO] kapua-job-engine-app ............................... SUCCESS [ 0.058 s] [INFO] kapua-job-engine-app-core .......................... SUCCESS [ 1.511 s] [INFO] kapua-job-engine-app-resources ..................... SUCCESS [ 1.279 s] [INFO] kapua-job-engine-app-web ........................... SUCCESS [ 1.753 s] [INFO] kapua-consumer-lifecycle-app ....................... SUCCESS [ 2.019 s] [INFO] kapua-consumer-telemetry-app ....................... SUCCESS [ 1.794 s] [INFO] kapua-client-gateway ............................... SUCCESS [ 1.752 s] [INFO] Eclipse Kapua :: Gateway Client :: API ............. SUCCESS [ 1.418 s] [INFO] Eclipse Kapua :: Gateway Client :: SPI ............. SUCCESS [ 1.398 s] [INFO] Eclipse Kapua :: Gateway Client :: Provider ........ SUCCESS [ 0.182 s] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT SUCCESS [ 1.010 s] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT SUCCESS [ 1.402 s] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho SUCCESS [ 1.413 s] [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura SUCCESS [ 2.300 s] [INFO] Eclipse Kapua :: Gateway Client :: Features ........ SUCCESS [ 0.060 s] [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf SUCCESS [ 2.640 s] [INFO] kapua-assembly ..................................... SUCCESS [ 0.057 s] [INFO] kapua-assembly-java-base ........................... SUCCESS [ 0.053 s] [INFO] kapua-assembly-jetty-base .......................... SUCCESS [ 0.082 s] [INFO] kapua-assembly-sql ................................. SUCCESS [ 0.088 s] [INFO] kapua-assembly-events-broker ....................... SUCCESS [ 3.867 s] [INFO] kapua-assembly-broker-artemis ...................... SUCCESS [ 0.670 s] [INFO] kapua-assembly-api ................................. SUCCESS [ 9.588 s] [INFO] kapua-assembly-consumer ............................ SUCCESS [ 0.047 s] [INFO] kapua-assembly-consumer-telemetry .................. SUCCESS [ 0.086 s] [INFO] kapua-assembly-consumer-lifecycle .................. SUCCESS [ 0.082 s] [INFO] kapua-assembly-service ............................. SUCCESS [ 0.049 s] [INFO] kapua-assembly-service-authentication .............. SUCCESS [ 0.082 s] [INFO] kapua-assembly-job-engine .......................... SUCCESS [ 0.036 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:37 min [INFO] Finished at: 2024-01-12T11:15:07Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS