Skip to content

Console Output

Branch indexing
09:32:13 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from da430d80680b4364dfaf1f0430d49805b929cbd6
Loading library keyple-ops@master
Examining eclipse-keyple/keyple-ops
Attempting to resolve master as a branch
Resolved master as branch master at revision cc32925d9dcb1224196734a3a9c752ae24c56461
The recommended git tool is: NONE
using credential github-bot
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/yple_keyple-common-java-api_main@libs/82eff7517e1c2e80155d863ecb5238f1e40865f693acaa89bebd3a8bdebf6ee6/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse-keyple/keyple-ops.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/eclipse-keyple/keyple-ops.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-keyple/keyple-ops.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision cc32925d9dcb1224196734a3a9c752ae24c56461 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cc32925d9dcb1224196734a3a9c752ae24c56461 # timeout=10
Commit message: "java-builder: add 'dos2unix' tool in Dockerfile to convert CRLF line endings to LF."
 > git rev-list --no-walk cc32925d9dcb1224196734a3a9c752ae24c56461 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes keyple/keyple-keyple-common-java-api-main-9-69vqk-3gpw9-587s8
Still waiting to schedule task
‘keyple-keyple-common-java-api-main-9-69vqk-3gpw9-587s8’ is offline
Agent keyple-keyple-common-java-api-main-9-69vqk-3gpw9-587s8 is provisioned from template Keyple_keyple-common-java-api_main_9-69vqk-3gpw9
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.keyple.svc.cluster.local/keyple/job/Keyple/job/keyple-common-java-api/job/main/9/"
    runUrl: "job/Keyple/job/keyple-common-java-api/job/main/9/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "98b1b16d49f35cd9a2a13829e88616ab3a088fa3"
    jenkins/label: "Keyple_keyple-common-java-api_main_9-69vqk"
  name: "keyple-keyple-common-java-api-main-9-69vqk-3gpw9-587s8"
  namespace: "keyple"
spec:
  containers:
  - args:
    - "cat"
    command:
    - "/usr/local/bin/uid_entrypoint"
    image: "eclipsekeyple/java-builder:2.0.6"
    imagePullPolicy: "IfNotPresent"
    name: "java-builder"
    resources:
      limits:
        cpu: "2"
        memory: "4Gi"
      requests:
        cpu: "250m"
        memory: "1Gi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.keyple.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "keyple-keyple-common-java-api-main-9-69vqk-3gpw9-587s8"
    - name: "JENKINS_NAME"
      value: "keyple-keyple-common-java-api-main-9-69vqk-3gpw9-587s8"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.keyple.svc.cluster.local/keyple/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on keyple-keyple-common-java-api-main-9-69vqk-3gpw9-587s8 in /home/jenkins/agent/workspace/yple_keyple-common-java-api_main
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-keyple/keyple-common-java-api.git
 > git init /home/jenkins/agent/workspace/yple_keyple-common-java-api_main # timeout=10
Fetching upstream changes from https://github.com/eclipse-keyple/keyple-common-java-api.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-keyple/keyple-common-java-api.git +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://github.com/eclipse-keyple/keyple-common-java-api.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
Avoid second fetch
Checking out Revision da430d80680b4364dfaf1f0430d49805b929cbd6 (main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f da430d80680b4364dfaf1f0430d49805b929cbd6 # timeout=10
Commit message: "doc: update README.md"
 > git rev-list --no-walk e722a4f70b336908b7e9a71b2808ccf14934be0c # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Import keyring)
[Pipeline] container
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ import_gpg ****
Importing GPG keys...
gpg: directory `/home/jenkins/.gnupg' created
gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created
gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created
gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created
gpg: key 683DFD27: secret key imported
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 683DFD27: public key "Eclipse Keyple <keyple-dev@eclipse.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
/home/jenkins/.gnupg/secring.gpg
--------------------------------
sec#  4096R/683DFD27 2019-03-13 [expires: 2024-03-11]
uid                  Eclipse Keyple <keyple-dev@eclipse.org>
ssb   4096R/0C140E36 2019-03-13

/home/jenkins/.gnupg/pubring.gpg
--------------------------------
pub   4096R/683DFD27 2019-03-13 [expired: 2024-03-11]
uid                  Eclipse Keyple <keyple-dev@eclipse.org>

gpg (GnuPG) 1.4.23
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
GPG imported:
total 28
-rw-------. 1 jenkins root 9188 Apr  4 13:33 gpg.conf
-rw-------. 1 jenkins root 2845 Apr  4 13:33 pubring.gpg
-rw-------. 1 jenkins root    0 Apr  4 13:33 pubring.gpg~
-rw-------. 1 jenkins root 4190 Apr  4 13:33 secring.gpg
-rw-------. 1 jenkins root 1200 Apr  4 13:33 trustdb.gpg
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare settings)
[Pipeline] container
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ grep version gradle.properties
+ cut -d= -f2
+ tr -d [:space:]
[Pipeline] sh
+ git log --format=%B -1
+ head -1
+ tr -d 

[Pipeline] echo
Building version 2.0.1 in branch main
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check version)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ ./scripts/check_version.sh 2.0.1
Input version : '2.0.1'
Fetch tags...
From https://github.com/eclipse-keyple/keyple-common-java-api
 * [new tag]         2.0-rc1    -> 2.0-rc1
 * [new tag]         2.0-rc2    -> 2.0-rc2
 * [new tag]         2.0.0      -> 2.0.0
 * [new tag]         2.0.0-rc3  -> 2.0.0-rc3
 * [new tag]         2.0.0-rc4  -> 2.0.0-rc4
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Test)
Stage "Build and Test" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Publish Snapshot)
[Pipeline] container
[Pipeline] {
[Pipeline] configFileProvider
provisioning config files...
copy managed file [gradle.properties] to file:/home/jenkins/agent/gradle.properties
[Pipeline] {
[Pipeline] sh
+ ./gradlew clean build test publish --info --stacktrace
Downloading https://services.gradle.org/distributions/gradle-7.6.4-bin.zip
...........10%............20%............30%...........40%............50%............60%...........70%............80%............90%............100%
Initialized native services in: /home/jenkins/.gradle/native
Initialized jansi services in: /home/jenkins/.gradle/native

Welcome to Gradle 7.6.4!

Here are the highlights of this release:
 - Added support for Java 19.
 - Introduced `--rerun` flag for individual task rerun.
 - Improved dependency block for test suites to be strongly typed.
 - Added a pluggable system for Java toolchains provisioning.

For more details see https://docs.gradle.org/7.6.4/release-notes.html

Received JVM installation metadata from '/opt/java/openjdk': {JAVA_HOME=/opt/java/openjdk, JAVA_VERSION=17.0.10, JAVA_VENDOR=Eclipse Adoptium, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=17.0.10+7, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=17.0.10+7, VM_VENDOR=Eclipse Adoptium, OS_ARCH=amd64}
Removing 0 daemon stop events from registry
Starting a Gradle Daemon (subsequent builds will be faster)
Starting process 'Gradle build daemon'. Working directory: /home/jenkins/.gradle/daemon/7.6.4 Command: /opt/java/openjdk/bin/java --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -cp /home/jenkins/.gradle/wrapper/dists/gradle-7.6.4-bin/eq47ircvekz8t0m2yd28ebfsh/gradle-7.6.4/lib/gradle-launcher-7.6.4.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.6.4
Successfully started process 'Gradle build daemon'
An attempt to start the daemon took 1.477 secs.
The client will now receive all logging from the daemon (pid: 141). The daemon log file: /home/jenkins/.gradle/daemon/7.6.4/daemon-141.out.log
Starting build in new daemon [memory: 512 MiB]
Closing daemon's stdin at end of input.
The daemon will no longer process any standard input.
Using 2 worker leases.
Received JVM installation metadata from '/opt/java/openjdk': {JAVA_HOME=/opt/java/openjdk, JAVA_VERSION=17.0.10, JAVA_VENDOR=Eclipse Adoptium, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=17.0.10+7, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=17.0.10+7, VM_VENDOR=Eclipse Adoptium, OS_ARCH=amd64}
Watching the file system is configured to be enabled if available
Not watching /home/jenkins/agent/workspace/yple_keyple-common-java-api_main since the file system is not supported
File system watching is active
Starting Build
Generating /home/jenkins/.gradle/caches/7.6.4/generated-gradle-jars/gradle-api-7.6.4.jar
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/caches/7.6.4/generated-gradle-jars/gradle-api-7.6.4.jar: class org/gradle/configurationcache/extensions/AutoCloseableExtensionsKt: inline fun useToRun(): compile avoidance is not supported with public inline functions
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/wrapper/dists/gradle-7.6.4-bin/eq47ircvekz8t0m2yd28ebfsh/gradle-7.6.4/lib/kotlin-stdlib-1.7.10.jar: class kotlin/ArrayIntrinsicsKt: inline fun emptyArray(): compile avoidance is not supported with public inline functions
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/wrapper/dists/gradle-7.6.4-bin/eq47ircvekz8t0m2yd28ebfsh/gradle-7.6.4/lib/kotlin-reflect-1.7.10.jar: class kotlin/reflect/full/KAnnotatedElements: inline fun findAnnotation(): compile avoidance is not supported with public inline functions
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/wrapper/dists/gradle-7.6.4-bin/eq47ircvekz8t0m2yd28ebfsh/gradle-7.6.4/lib/kotlin-stdlib-jdk8-1.7.10.jar: class kotlin/jvm/optionals/OptionalsKt: inline fun getOrElse(): compile avoidance is not supported with public inline functions
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/caches/7.6.4/generated-gradle-jars/gradle-kotlin-dsl-extensions-7.6.4.jar: class org/gradle/kotlin/dsl/GradleApiKotlinDslExtensions0Kt: inline fun environment(): compile avoidance is not supported with public inline functions
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/wrapper/dists/gradle-7.6.4-bin/eq47ircvekz8t0m2yd28ebfsh/gradle-7.6.4/lib/gradle-kotlin-dsl-7.6.4.jar: class org/gradle/kotlin/dsl/ArtifactHandlerScope: inline fun invoke(): compile avoidance is not supported with public inline functions
Kotlin DSL script compilation (Settings/TopLevel/stage1) is not up-to-date because:
  No history is available.
Settings evaluated using settings file '/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/settings.gradle.kts'.
Projects loaded. Root project using build file '/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build.gradle.kts'.
Included projects: [root project 'keyple-common-java-api']

> Configure project :
Evaluating root project 'keyple-common-java-api' using build file '/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build.gradle.kts'.
Caching disabled for Kotlin DSL plugin accessors for classpath '5cce23cb444815ddfc0d46b52e20dcf9' because:
  Build cache is disabled
Kotlin DSL plugin accessors for classpath '5cce23cb444815ddfc0d46b52e20dcf9' is not up-to-date because:
  No history is available.
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage1) because:
  Build cache is disabled
Kotlin DSL script compilation (Project/TopLevel/stage1) is not up-to-date because:
  No history is available.
Downloading https://plugins.gradle.org/m2/com/diffplug/spotless/com.diffplug.spotless.gradle.plugin/6.25.0/com.diffplug.spotless.gradle.plugin-6.25.0.pom to /home/jenkins/.gradle/.tmp/gradle_download10949142691875409450bin
Downloading https://plugins.gradle.org/m2/org/sonarqube/org.sonarqube.gradle.plugin/3.1/org.sonarqube.gradle.plugin-3.1.pom to /home/jenkins/.gradle/.tmp/gradle_download10256430960250346923bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/keyple/keyple-gradle/maven-metadata.xml to /home/jenkins/.gradle/.tmp/gradle_download893604912330426961bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/keyple/keyple-gradle/0.2.17/keyple-gradle-0.2.17.pom to /home/jenkins/.gradle/.tmp/gradle_download15534500674413932314bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/keyple/keyple-gradle/0.2.17/keyple-gradle-0.2.17.module to /home/jenkins/.gradle/.tmp/gradle_download3606241744300641387bin
Downloading https://repo.maven.apache.org/maven2/org/eclipse/keyple/keyple-gradle/maven-metadata.xml to /home/jenkins/.gradle/.tmp/gradle_download13055552671831382462bin
Downloading https://repo.maven.apache.org/maven2/org/eclipse/keyple/keyple-gradle/0.2.18/keyple-gradle-0.2.18.pom to /home/jenkins/.gradle/.tmp/gradle_download5554580107334232104bin
Downloading https://repo.maven.apache.org/maven2/org/eclipse/keyple/keyple-gradle/0.2.18/keyple-gradle-0.2.18.module to /home/jenkins/.gradle/.tmp/gradle_download2657933780747064636bin
Downloading https://plugins.gradle.org/m2/org/eclipse/keyple/keyple-gradle/maven-metadata.xml to /home/jenkins/.gradle/.tmp/gradle_download15207673921782799851bin
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/org/eclipse/keyple/keyple-gradle/0.2.17/keyple-gradle-0.2.17.pom, /home/jenkins/.gradle/caches/modules-2/files-2.1/org.eclipse.keyple/keyple-gradle/0.2.17/318793688d103889e1258d05e96c4ea82f5ae19d/keyple-gradle-0.2.17.pom]
Found locally available resource with matching checksum: [https://plugins.gradle.org/m2/org/eclipse/keyple/keyple-gradle/0.2.17/keyple-gradle-0.2.17.module, /home/jenkins/.gradle/caches/modules-2/files-2.1/org.eclipse.keyple/keyple-gradle/0.2.17/6e045de58558d364ad26fc67304fa4ef03cdad9d/keyple-gradle-0.2.17.module]
Resource missing. [HTTP HEAD: https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonarqube/org.sonarqube.gradle.plugin/3.1/org.sonarqube.gradle.plugin-3.1.pom]
Resource missing. [HTTP HEAD: https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/com.diffplug.spotless.gradle.plugin/6.25.0/com.diffplug.spotless.gradle.plugin-6.25.0.pom]
Resource missing. [HTTP HEAD: https://repo.maven.apache.org/maven2/org/sonarqube/org.sonarqube.gradle.plugin/3.1/org.sonarqube.gradle.plugin-3.1.pom]
Resource missing. [HTTP HEAD: https://repo.maven.apache.org/maven2/com/diffplug/spotless/com.diffplug.spotless.gradle.plugin/6.25.0/com.diffplug.spotless.gradle.plugin-6.25.0.pom]
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom to /home/jenkins/.gradle/.tmp/gradle_download10932473429499142654bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.3/jackson-dataformat-yaml-2.13.3.pom to /home/jenkins/.gradle/.tmp/gradle_download15302126827467784531bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.13.3/jackson-dataformats-text-2.13.3.pom to /home/jenkins/.gradle/.tmp/gradle_download14175795371113181024bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom to /home/jenkins/.gradle/.tmp/gradle_download16262903573529617411bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom to /home/jenkins/.gradle/.tmp/gradle_download16894909640072614738bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom to /home/jenkins/.gradle/.tmp/gradle_download3718312608453366862bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/oss-parent/43/oss-parent-43.pom to /home/jenkins/.gradle/.tmp/gradle_download3732839103496530673bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom to /home/jenkins/.gradle/.tmp/gradle_download3602556374113126585bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom to /home/jenkins/.gradle/.tmp/gradle_download3907007371486311808bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom to /home/jenkins/.gradle/.tmp/gradle_download5131908536002886435bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/module/jackson-module-kotlin/2.13.3/jackson-module-kotlin-2.13.3.pom to /home/jenkins/.gradle/.tmp/gradle_download1557118373883829596bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/module/jackson-module-kotlin/2.13.3/jackson-module-kotlin-2.13.3.module to /home/jenkins/.gradle/.tmp/gradle_download10152123739396383071bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.3/jackson-dataformat-yaml-2.13.3.module to /home/jenkins/.gradle/.tmp/gradle_download17442421126355089652bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/glassfish/jaxb/jaxb-runtime/3.0.2/jaxb-runtime-3.0.2.pom to /home/jenkins/.gradle/.tmp/gradle_download12293001419706826142bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/xml/bind/mvn/jaxb-runtime-parent/3.0.2/jaxb-runtime-parent-3.0.2.pom to /home/jenkins/.gradle/.tmp/gradle_download4226529672130147329bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom to /home/jenkins/.gradle/.tmp/gradle_download7100809828267330411bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom to /home/jenkins/.gradle/.tmp/gradle_download442195192513603935bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom to /home/jenkins/.gradle/.tmp/gradle_download15947243616100057585bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.module to /home/jenkins/.gradle/.tmp/gradle_download4108053198942668784bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom to /home/jenkins/.gradle/.tmp/gradle_download12603354678244020850bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-stdlib/1.7.10/kotlin-stdlib-1.7.10.pom to /home/jenkins/.gradle/.tmp/gradle_download17032404397898343229bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/spotless-plugin-gradle/6.25.0/spotless-plugin-gradle-6.25.0.pom to /home/jenkins/.gradle/.tmp/gradle_download17210850017603201530bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/spotless-plugin-gradle/6.25.0/spotless-plugin-gradle-6.25.0.module to /home/jenkins/.gradle/.tmp/gradle_download14478339727347700922bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonarsource/scanner/gradle/sonarqube-gradle-plugin/3.1/sonarqube-gradle-plugin-3.1.pom to /home/jenkins/.gradle/.tmp/gradle_download14521404472622711803bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonarsource/scanner/gradle/sonarqube-gradle-plugin/3.1/sonarqube-gradle-plugin-3.1.module to /home/jenkins/.gradle/.tmp/gradle_download17967207431148833066bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom to /home/jenkins/.gradle/.tmp/gradle_download3121046076007248761bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom to /home/jenkins/.gradle/.tmp/gradle_download9799940833464693276bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.module to /home/jenkins/.gradle/.tmp/gradle_download16023799662784654076bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.module to /home/jenkins/.gradle/.tmp/gradle_download5860584432491183167bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-reflect/1.7.10/kotlin-reflect-1.7.10.pom to /home/jenkins/.gradle/.tmp/gradle_download12042427137917990307bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/yaml/snakeyaml/1.30/snakeyaml-1.30.pom to /home/jenkins/.gradle/.tmp/gradle_download15740259193543047761bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom to /home/jenkins/.gradle/.tmp/gradle_download4183427865954303318bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/activation/all/2.0.1/all-2.0.1.pom to /home/jenkins/.gradle/.tmp/gradle_download8936141782888077540bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/glassfish/jaxb/jaxb-core/3.0.2/jaxb-core-3.0.2.pom to /home/jenkins/.gradle/.tmp/gradle_download14439824537842346108bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.10/kotlin-stdlib-common-1.7.10.pom to /home/jenkins/.gradle/.tmp/gradle_download11431815980949648772bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/annotations/13.0/annotations-13.0.pom to /home/jenkins/.gradle/.tmp/gradle_download102660232133699345bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.pom to /home/jenkins/.gradle/.tmp/gradle_download16194772427238632048bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/durian/durian-io/1.2.0/durian-io-1.2.0.pom to /home/jenkins/.gradle/.tmp/gradle_download11430580009508092070bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.pom to /home/jenkins/.gradle/.tmp/gradle_download7942599261436001386bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/spotless-lib-extra/2.45.0/spotless-lib-extra-2.45.0.pom to /home/jenkins/.gradle/.tmp/gradle_download18100689961621151266bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/jgit/org.eclipse.jgit/6.7.0.202309050840-r/org.eclipse.jgit-6.7.0.202309050840-r.pom to /home/jenkins/.gradle/.tmp/gradle_download6262011763529200525bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/spotless-lib-extra/2.45.0/spotless-lib-extra-2.45.0.module to /home/jenkins/.gradle/.tmp/gradle_download11084031445835664117bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/jgit/org.eclipse.jgit-parent/6.7.0.202309050840-r/org.eclipse.jgit-parent-6.7.0.202309050840-r.pom to /home/jenkins/.gradle/.tmp/gradle_download14952587566739078669bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/spotless-lib/2.45.0/spotless-lib-2.45.0.pom to /home/jenkins/.gradle/.tmp/gradle_download1462682537031414857bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/spotless-lib/2.45.0/spotless-lib-2.45.0.module to /home/jenkins/.gradle/.tmp/gradle_download15835948294067376804bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonarsource/scanner/api/sonar-scanner-api/2.16.0.226/sonar-scanner-api-2.16.0.226.pom to /home/jenkins/.gradle/.tmp/gradle_download12131226049719505716bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.16.0.226/sonar-scanner-api-parent-2.16.0.226.pom to /home/jenkins/.gradle/.tmp/gradle_download6585098207186938872bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonarsource/parent/parent/55/parent-55.pom to /home/jenkins/.gradle/.tmp/gradle_download14199945469456197977bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/glassfish/jaxb/txw2/3.0.2/txw2-3.0.2.pom to /home/jenkins/.gradle/.tmp/gradle_download18262619750419950860bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/istack/istack-commons-runtime/4.0.1/istack-commons-runtime-4.0.1.pom to /home/jenkins/.gradle/.tmp/gradle_download2870541347047057343bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/istack/istack-commons/4.0.1/istack-commons-4.0.1.pom to /home/jenkins/.gradle/.tmp/gradle_download13093595617279356439bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/xml/bind/mvn/jaxb-txw-parent/3.0.2/jaxb-txw-parent-3.0.2.pom to /home/jenkins/.gradle/.tmp/gradle_download7210836504103761269bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom to /home/jenkins/.gradle/.tmp/gradle_download12547677633656090964bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom to /home/jenkins/.gradle/.tmp/gradle_download8791599168878535982bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonatype/oss/oss-parent/5/oss-parent-5.pom to /home/jenkins/.gradle/.tmp/gradle_download15061465119246908745bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom to /home/jenkins/.gradle/.tmp/gradle_download18057546312077428287bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom to /home/jenkins/.gradle/.tmp/gradle_download8275779322780232329bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/apache/commons/commons-parent/58/commons-parent-58.pom to /home/jenkins/.gradle/.tmp/gradle_download9697081593084161433bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/apache/apache/29/apache-29.pom to /home/jenkins/.gradle/.tmp/gradle_download8351128206372192273bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom to /home/jenkins/.gradle/.tmp/gradle_download16524984892217789986bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.module to /home/jenkins/.gradle/.tmp/gradle_download9973507192257325388bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/dev/equo/ide/solstice/1.7.5/solstice-1.7.5.pom to /home/jenkins/.gradle/.tmp/gradle_download15904660673427636711bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.pom to /home/jenkins/.gradle/.tmp/gradle_download8040550757424272646bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonatype/oss/oss-parent/7/oss-parent-7.pom to /home/jenkins/.gradle/.tmp/gradle_download11115996651821590176bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/dev/equo/ide/solstice/1.7.5/solstice-1.7.5.module to /home/jenkins/.gradle/.tmp/gradle_download18246859347495226846bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.pom to /home/jenkins/.gradle/.tmp/gradle_download10857553971767150551bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/tukaani/xz/1.9/xz-1.9.pom to /home/jenkins/.gradle/.tmp/gradle_download15473978122980474978bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.module to /home/jenkins/.gradle/.tmp/gradle_download2144799042960180096bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/durian/durian-swt.os/4.2.2/durian-swt.os-4.2.2.pom to /home/jenkins/.gradle/.tmp/gradle_download9994566237157209826bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom to /home/jenkins/.gradle/.tmp/gradle_download3240454083375515588bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/durian/durian-swt.os/4.2.2/durian-swt.os-4.2.2.module to /home/jenkins/.gradle/.tmp/gradle_download10060919525457503808bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/squareup/okio/okio/3.6.0/okio-3.6.0.pom to /home/jenkins/.gradle/.tmp/gradle_download2750455978626891940bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/squareup/okio/okio/3.6.0/okio-3.6.0.module to /home/jenkins/.gradle/.tmp/gradle_download4994844978615798355bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.7.10/kotlin-stdlib-jdk8-1.7.10.pom to /home/jenkins/.gradle/.tmp/gradle_download13283145399581092118bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.pom to /home/jenkins/.gradle/.tmp/gradle_download12110908714273583424bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.module to /home/jenkins/.gradle/.tmp/gradle_download6903321483220486370bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.7.10/kotlin-stdlib-jdk7-1.7.10.pom to /home/jenkins/.gradle/.tmp/gradle_download15309999263237522517bin
Resource missing. [HTTP HEAD: https://plugins.gradle.org/m2/com/diffplug/spotless/com.diffplug.spotless.gradle.plugin/6.25.0/com.diffplug.spotless.gradle.plugin-6.25.0.jar]
Resource missing. [HTTP HEAD: https://plugins.gradle.org/m2/org/sonarqube/org.sonarqube.gradle.plugin/3.1/org.sonarqube.gradle.plugin-3.1.jar]
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-reflect/1.7.10/kotlin-reflect-1.7.10.jar to /home/jenkins/.gradle/.tmp/gradle_download3503539255938035674bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.3/jackson-dataformat-yaml-2.13.3.jar to /home/jenkins/.gradle/.tmp/gradle_download863583477313918592bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/yaml/snakeyaml/1.30/snakeyaml-1.30.jar to /home/jenkins/.gradle/.tmp/gradle_download497827965372785283bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar to /home/jenkins/.gradle/.tmp/gradle_download14502586306211134422bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/durian/durian-io/1.2.0/durian-io-1.2.0.jar to /home/jenkins/.gradle/.tmp/gradle_download15264112774637711462bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.jar to /home/jenkins/.gradle/.tmp/gradle_download16200146440665367763bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.jar to /home/jenkins/.gradle/.tmp/gradle_download3348032254089066417bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/jgit/org.eclipse.jgit/6.7.0.202309050840-r/org.eclipse.jgit-6.7.0.202309050840-r.jar to /home/jenkins/.gradle/.tmp/gradle_download6668655539677450627bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/spotless-lib/2.45.0/spotless-lib-2.45.0.jar to /home/jenkins/.gradle/.tmp/gradle_download12224408393757889935bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonarsource/scanner/api/sonar-scanner-api/2.16.0.226/sonar-scanner-api-2.16.0.226.jar to /home/jenkins/.gradle/.tmp/gradle_download13966260679605989434bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/glassfish/jaxb/txw2/3.0.2/txw2-3.0.2.jar to /home/jenkins/.gradle/.tmp/gradle_download10112606324275227894bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/sun/istack/istack-commons-runtime/4.0.1/istack-commons-runtime-4.0.1.jar to /home/jenkins/.gradle/.tmp/gradle_download14058741242582693389bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar to /home/jenkins/.gradle/.tmp/gradle_download10928923685437480955bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar to /home/jenkins/.gradle/.tmp/gradle_download7785834069307358222bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar to /home/jenkins/.gradle/.tmp/gradle_download15875163401736944070bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.jar to /home/jenkins/.gradle/.tmp/gradle_download16818297317370431989bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/tukaani/xz/1.9/xz-1.9.jar to /home/jenkins/.gradle/.tmp/gradle_download35372632116386972bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/durian/durian-swt.os/4.2.2/durian-swt.os-4.2.2.jar to /home/jenkins/.gradle/.tmp/gradle_download14349156632150302959bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.jar to /home/jenkins/.gradle/.tmp/gradle_download1575668666044130276bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar to /home/jenkins/.gradle/.tmp/gradle_download18127615538128290181bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonarsource/scanner/gradle/sonarqube-gradle-plugin/3.1/sonarqube-gradle-plugin-3.1.jar to /home/jenkins/.gradle/.tmp/gradle_download11866035421737403976bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/module/jackson-module-kotlin/2.13.3/jackson-module-kotlin-2.13.3.jar to /home/jenkins/.gradle/.tmp/gradle_download16486072529824282737bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/glassfish/jaxb/jaxb-core/3.0.2/jaxb-core-3.0.2.jar to /home/jenkins/.gradle/.tmp/gradle_download3349312645555630682bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/dev/equo/ide/solstice/1.7.5/solstice-1.7.5.jar to /home/jenkins/.gradle/.tmp/gradle_download3822653245998213529bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/.gradle/.tmp/gradle_download14342048714729821147bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/glassfish/jaxb/jaxb-runtime/3.0.2/jaxb-runtime-3.0.2.jar to /home/jenkins/.gradle/.tmp/gradle_download4562464767770070140bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.7.10/kotlin-stdlib-jdk7-1.7.10.jar to /home/jenkins/.gradle/.tmp/gradle_download17399717575948956276bin
Downloading https://repo.maven.apache.org/maven2/org/eclipse/keyple/keyple-gradle/0.2.18/keyple-gradle-0.2.18.jar to /home/jenkins/.gradle/.tmp/gradle_download9813219824492667467bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/spotless-lib-extra/2.45.0/spotless-lib-extra-2.45.0.jar to /home/jenkins/.gradle/.tmp/gradle_download2008606667999956118bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-stdlib/1.7.10/kotlin-stdlib-1.7.10.jar to /home/jenkins/.gradle/.tmp/gradle_download2369247219971274890bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/annotations/13.0/annotations-13.0.jar to /home/jenkins/.gradle/.tmp/gradle_download13787506080423770408bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.10/kotlin-stdlib-common-1.7.10.jar to /home/jenkins/.gradle/.tmp/gradle_download9886906854979492605bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar to /home/jenkins/.gradle/.tmp/gradle_download1145045624102033910bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar to /home/jenkins/.gradle/.tmp/gradle_download3896792493030180741bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/diffplug/spotless/spotless-plugin-gradle/6.25.0/spotless-plugin-gradle-6.25.0.jar to /home/jenkins/.gradle/.tmp/gradle_download5042366663892744477bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar to /home/jenkins/.gradle/.tmp/gradle_download6044959557954654976bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.7.10/kotlin-stdlib-jdk8-1.7.10.jar to /home/jenkins/.gradle/.tmp/gradle_download16186393758756215445bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar to /home/jenkins/.gradle/.tmp/gradle_download16979953851822406767bin
Caching disabled for Kotlin DSL accessors for root project 'keyple-common-java-api' because:
  Build cache is disabled
Kotlin DSL accessors for root project 'keyple-common-java-api' is not up-to-date because:
  No history is available.
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/caches/jars-9/d7260219b3307064307e364e5bc7f674/jackson-module-kotlin-2.13.3.jar: class com/fasterxml/jackson/module/kotlin/ExtensionsKt: inline fun addDeserializer(): compile avoidance is not supported with public inline functions
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/caches/jars-9/296b4a2527a5b275b9bc3040082b41b7/kotlin-reflect-1.7.10.jar: class kotlin/reflect/full/KAnnotatedElements: inline fun findAnnotation(): compile avoidance is not supported with public inline functions
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/caches/jars-9/140d99dfceba05cee39d42694d688b77/okhttp-4.12.0.jar: class okhttp3/internal/concurrent/TaskQueue: inline fun execute(): compile avoidance is not supported with public inline functions
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/caches/jars-9/db003c7063ee865ce8d0a5ab4ad0a955/kotlin-stdlib-jdk8-1.7.10.jar: class kotlin/jvm/optionals/OptionalsKt: inline fun getOrElse(): compile avoidance is not supported with public inline functions
Cannot use Kotlin build script compile avoidance with /home/jenkins/.gradle/caches/jars-9/18605f194ccef429ae2d718fe73a470f/kotlin-stdlib-1.7.10.jar: class kotlin/ArrayIntrinsicsKt: inline fun emptyArray(): compile avoidance is not supported with public inline functions
Caching disabled for Kotlin DSL script compilation (Project/TopLevel/stage2) because:
  Build cache is disabled
Kotlin DSL script compilation (Project/TopLevel/stage2) is not up-to-date because:
  No history is available.
w: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build.gradle.kts:68:17: 'setter for isEnabled: Boolean' is deprecated. Deprecated in Java
w: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build.gradle.kts:69:17: 'setter for isEnabled: Boolean' is deprecated. Deprecated in Java
w: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build.gradle.kts:70:18: 'setter for isEnabled: Boolean' is deprecated. Deprecated in Java
Using Keyple Gradle 0.2.18 for root project 'keyple-common-java-api'.
Creating licenseHeader in: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/LICENSE_HEADER
Creating licenseHeader in: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/LICENSE_HEADER
Compiling Java 1.8 to Java 1.8.
Signing Java artifacts.
All projects evaluated.
Task name matched 'clean'
Task name matched 'build'
Task name matched 'test'
Task name matched 'publish'
Selected primary task 'clean' from project :
Selected primary task 'build' from project :
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/googlejavaformat/google-java-format/1.19.2/google-java-format-1.19.2.pom to /home/jenkins/.gradle/.tmp/gradle_download15791279033376410824bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/googlejavaformat/google-java-format-parent/1.19.2/google-java-format-parent-1.19.2.pom to /home/jenkins/.gradle/.tmp/gradle_download9222050063634580802bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom to /home/jenkins/.gradle/.tmp/gradle_download14644785672481297908bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom to /home/jenkins/.gradle/.tmp/gradle_download10409054883190341908bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.module to /home/jenkins/.gradle/.tmp/gradle_download4173132535248031499bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom to /home/jenkins/.gradle/.tmp/gradle_download14285493494555981050bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom to /home/jenkins/.gradle/.tmp/gradle_download531013154071420327bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom to /home/jenkins/.gradle/.tmp/gradle_download10420036978226296491bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/sonatype/oss/oss-parent/9/oss-parent-9.pom to /home/jenkins/.gradle/.tmp/gradle_download11862007403926050219bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom to /home/jenkins/.gradle/.tmp/gradle_download9584854046226807716bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom to /home/jenkins/.gradle/.tmp/gradle_download3254127144663474058bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom to /home/jenkins/.gradle/.tmp/gradle_download6932400799689520252bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom to /home/jenkins/.gradle/.tmp/gradle_download3613978340635055664bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.module to /home/jenkins/.gradle/.tmp/gradle_download3046097259902936981bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/googlejavaformat/google-java-format/1.19.2/google-java-format-1.19.2.jar to /home/jenkins/.gradle/.tmp/gradle_download17251522884856178518bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar to /home/jenkins/.gradle/.tmp/gradle_download13435229464988584510bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar to /home/jenkins/.gradle/.tmp/gradle_download16092727869648095153bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar to /home/jenkins/.gradle/.tmp/gradle_download17825785222970259443bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/.gradle/.tmp/gradle_download1929617926103197385bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar to /home/jenkins/.gradle/.tmp/gradle_download8894915843895356414bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar to /home/jenkins/.gradle/.tmp/gradle_download9428853917365412056bin
Selected primary task 'test' from project :
Selected primary task 'publish' from project :
Tasks to be executed: [task ':clean', task ':compileJava', task ':processResources', task ':classes', task ':jar', task ':javadoc', task ':javadocJar', task ':sourcesJar', task ':assemble', task ':spotlessInternalRegisterDependencies', task ':spotlessJava', task ':spotlessJavaCheck', task ':spotlessCheck', task ':compileTestJava', task ':processTestResources', task ':testClasses', task ':test', task ':check', task ':build', task ':jacocoTestReport', task ':generateMetadataFileForMavenJavaPublication', task ':generatePomFileForMavenJavaPublication', task ':signMavenJavaPublication', task ':publishMavenJavaPublicationToKeypleRepoRepository', task ':publish']
Tasks that were excluded: []
Resolve mutations for :clean (Thread[included builds,5,main]) started.
:clean (Thread[included builds,5,main]) started.
destroyer locations for task group 0 (Thread[Execution worker,5,main]) started.
destroyer locations for task group 1 (Thread[Execution worker,5,main]) started.
destroyer locations for task group 2 (Thread[Execution worker,5,main]) started.

> Task :clean
Caching disabled for task ':clean' because:
  Build cache is disabled
Task ':clean' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Resolve mutations for :compileJava (Thread[included builds,5,main]) started.
:compileJava (Thread[included builds,5,main]) started.

> Task :compileJava
Caching disabled for task ':compileJava' because:
  Build cache is disabled
Task ':compileJava' is not up-to-date because:
  No history is available.
The input changes require a full rebuild for incremental task ':compileJava'.
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/opt/java/openjdk'.
Compiling with JDK Java compiler API.
Class dependency analysis for incremental compilation took 0.052 secs.
Created classpath snapshot for incremental compilation in 0.004 secs.
Resolve mutations for :processResources (Thread[included builds,5,main]) started.
:processResources (Thread[included builds,5,main]) started.

> Task :processResources NO-SOURCE
Skipping task ':processResources' as it has no source files and no previous output files.
Resolve mutations for :classes (Thread[included builds,5,main]) started.
:classes (Thread[included builds,5,main]) started.

> Task :classes
Skipping task ':classes' as it has no actions.
Resolve mutations for :jar (Thread[included builds,5,main]) started.
:jar (Thread[included builds,5,main]) started.

> Task :jar
Caching disabled for task ':jar' because:
  Build cache is disabled
Task ':jar' is not up-to-date because:
  No history is available.
Resolve mutations for :javadoc (Thread[included builds,5,main]) started.
:javadoc (Thread[included builds,5,main]) started.

> Task :javadoc
Caching disabled for task ':javadoc' because:
  Build cache is disabled
Task ':javadoc' is not up-to-date because:
  No history is available.
Starting process 'command '/opt/java/openjdk/bin/javadoc''. Working directory: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main Command: /opt/java/openjdk/bin/javadoc @/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/tmp/javadoc/javadoc.options
Successfully started process 'command '/opt/java/openjdk/bin/javadoc''
Resolve mutations for :javadocJar (Thread[included builds,5,main]) started.
:javadocJar (Thread[included builds,5,main]) started.

> Task :javadocJar
Caching disabled for task ':javadocJar' because:
  Build cache is disabled
Task ':javadocJar' is not up-to-date because:
  No history is available.
Resolve mutations for :sourcesJar (Thread[included builds,5,main]) started.
:sourcesJar (Thread[included builds,5,main]) started.

> Task :sourcesJar
Caching disabled for task ':sourcesJar' because:
  Build cache is disabled
Task ':sourcesJar' is not up-to-date because:
  No history is available.
file or directory '/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/src/main/resources', not found
Resolve mutations for :assemble (Thread[included builds,5,main]) started.
:assemble (Thread[included builds,5,main]) started.

> Task :assemble
Skipping task ':assemble' as it has no actions.
Resolve mutations for :spotlessInternalRegisterDependencies (Thread[included builds,5,main]) started.
:spotlessInternalRegisterDependencies (Thread[included builds,5,main]) started.

> Task :spotlessInternalRegisterDependencies
Caching disabled for task ':spotlessInternalRegisterDependencies' because:
  Build cache is disabled
Task ':spotlessInternalRegisterDependencies' is not up-to-date because:
  No history is available.
Resolve mutations for :spotlessJava (Thread[included builds,5,main]) started.
:spotlessJava (Thread[included builds,5,main]) started.

> Task :spotlessJava
Caching disabled for task ':spotlessJava' because:
  Build cache is disabled
Task ':spotlessJava' is not up-to-date because:
  No history is available.
The input changes require a full rebuild for incremental task ':spotlessJava'.
Not incremental: removing prior outputs
Resolve mutations for :spotlessJavaCheck (Thread[included builds,5,main]) started.
:spotlessJavaCheck (Thread[included builds,5,main]) started.

> Task :spotlessJavaCheck
Caching disabled for task ':spotlessJavaCheck' because:
  Build cache is disabled
Task ':spotlessJavaCheck' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Resolve mutations for :spotlessCheck (Thread[included builds,5,main]) started.
:spotlessCheck (Thread[included builds,5,main]) started.

> Task :spotlessCheck
Skipping task ':spotlessCheck' as it has no actions.
Resolve mutations for :compileTestJava (Thread[included builds,5,main]) started.
:compileTestJava (Thread[included builds,5,main]) started.

> Task :compileTestJava
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0.pom to /home/jenkins/.gradle/.tmp/gradle_download64782319613663244bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/junit/junit/4.13.2/junit-4.13.2.pom to /home/jenkins/.gradle/.tmp/gradle_download16581387597430065437bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/assertj/assertj-parent-pom/2.2.7/assertj-parent-pom-2.2.7.pom to /home/jenkins/.gradle/.tmp/gradle_download3571373108932297183bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/junit/junit-bom/5.5.2/junit-bom-5.5.2.pom to /home/jenkins/.gradle/.tmp/gradle_download8688812352689692552bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/junit/junit-bom/5.6.0/junit-bom-5.6.0.pom to /home/jenkins/.gradle/.tmp/gradle_download16017959909928691466bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/junit/junit-bom/5.6.0/junit-bom-5.6.0.module to /home/jenkins/.gradle/.tmp/gradle_download8723559162959957912bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom to /home/jenkins/.gradle/.tmp/gradle_download17989513459996975167bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom to /home/jenkins/.gradle/.tmp/gradle_download14896551072000604704bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/assertj/assertj-core/3.15.0/assertj-core-3.15.0.jar to /home/jenkins/.gradle/.tmp/gradle_download15894202834980481834bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/junit/junit/4.13.2/junit-4.13.2.jar to /home/jenkins/.gradle/.tmp/gradle_download327388123608775120bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar to /home/jenkins/.gradle/.tmp/gradle_download2578611835716094962bin
Caching disabled for task ':compileTestJava' because:
  Build cache is disabled
Task ':compileTestJava' is not up-to-date because:
  No history is available.
The input changes require a full rebuild for incremental task ':compileTestJava'.
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
Compiling with toolchain '/opt/java/openjdk'.
Compiling with JDK Java compiler API.
Class dependency analysis for incremental compilation took 0.003 secs.
Created classpath snapshot for incremental compilation in 2.193 secs.
Resolve mutations for :processTestResources (Thread[included builds,5,main]) started.
:processTestResources (Thread[included builds,5,main]) started.

> Task :processTestResources NO-SOURCE
Skipping task ':processTestResources' as it has no source files and no previous output files.
Resolve mutations for :testClasses (Thread[included builds,5,main]) started.
:testClasses (Thread[included builds,5,main]) started.

> Task :testClasses
Skipping task ':testClasses' as it has no actions.
Resolve mutations for :test (Thread[included builds,5,main]) started.
:test (Thread[included builds,5,main]) started.

> Task :test
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.pom to /home/jenkins/.gradle/.tmp/gradle_download11057448735727755270bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom to /home/jenkins/.gradle/.tmp/gradle_download7582424277874496111bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.jar to /home/jenkins/.gradle/.tmp/gradle_download7315510454758095692bin
Caching disabled for task ':test' because:
  Build cache is disabled
Task ':test' is not up-to-date because:
  No history is available.
Starting process 'Gradle Test Executor 1'. Working directory: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main Command: /opt/java/openjdk/bin/java -Dorg.gradle.internal.worker.tmpdir=/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/tmp/test/work -Dorg.gradle.native=false -javaagent:build/tmp/expandedArchives/org.jacoco.agent-0.8.8.jar_a33b649e552c51298e5a242c2f0d0e3c/jacocoagent.jar=destfile=build/jacoco/test.exec,append=true,inclnolocationclasses=false,dumponexit=true,output=file,jmx=false @/home/jenkins/.gradle/.tmp/gradle-worker-classpath1986761527602399601txt -Xmx512m -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea worker.org.gradle.process.internal.worker.GradleWorkerMain 'Gradle Test Executor 1'
Successfully started process 'Gradle Test Executor 1'

Gradle Test Executor 1 started executing tests.
Gradle Test Executor 1 finished executing tests.

> Task :test
Finished generating test XML results (0.01 secs) into: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.039 secs) into: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/reports/tests/test
Resolve mutations for :check (Thread[included builds,5,main]) started.
:check (Thread[included builds,5,main]) started.

> Task :check
Skipping task ':check' as it has no actions.
Resolve mutations for :build (Thread[included builds,5,main]) started.
:build (Thread[included builds,5,main]) started.

> Task :build
Skipping task ':build' as it has no actions.
Resolve mutations for :jacocoTestReport (Thread[included builds,5,main]) started.
:jacocoTestReport (Thread[included builds,5,main]) started.

> Task :jacocoTestReport
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jacoco/org.jacoco.ant/0.8.8/org.jacoco.ant-0.8.8.pom to /home/jenkins/.gradle/.tmp/gradle_download9126316647089273827bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.pom to /home/jenkins/.gradle/.tmp/gradle_download11743999253147336216bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8.pom to /home/jenkins/.gradle/.tmp/gradle_download15670103976403130498bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/ow2/asm/asm/9.2/asm-9.2.pom to /home/jenkins/.gradle/.tmp/gradle_download11663858358660135108bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom to /home/jenkins/.gradle/.tmp/gradle_download10307029888944058988bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/ow2/ow2/1.5/ow2-1.5.pom to /home/jenkins/.gradle/.tmp/gradle_download8801046459038391133bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom to /home/jenkins/.gradle/.tmp/gradle_download413825582338469383bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom to /home/jenkins/.gradle/.tmp/gradle_download8175944647156895864bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar to /home/jenkins/.gradle/.tmp/gradle_download10528056747414457692bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/ow2/asm/asm/9.2/asm-9.2.jar to /home/jenkins/.gradle/.tmp/gradle_download16424393209911643845bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8.jar to /home/jenkins/.gradle/.tmp/gradle_download5657314344549374550bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar to /home/jenkins/.gradle/.tmp/gradle_download9396894605333931778bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar to /home/jenkins/.gradle/.tmp/gradle_download17435970803807259439bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar to /home/jenkins/.gradle/.tmp/gradle_download16514061951702246922bin
Downloading https://repo.eclipse.org/service/local/repositories/maven_central/content/org/jacoco/org.jacoco.ant/0.8.8/org.jacoco.ant-0.8.8.jar to /home/jenkins/.gradle/.tmp/gradle_download11791646482557494394bin
Caching disabled for task ':jacocoTestReport' because:
  Build cache is disabled
Task ':jacocoTestReport' is not up-to-date because:
  No history is available.
[ant:jacocoReport] Loading execution data file /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/jacoco/test.exec
[ant:jacocoReport] Writing bundle 'keyple-common-java-api' with 0 classes
Resolve mutations for :generateMetadataFileForMavenJavaPublication (Thread[included builds,5,main]) started.
:generateMetadataFileForMavenJavaPublication (Thread[included builds,5,main]) started.

> Task :generateMetadataFileForMavenJavaPublication
Caching disabled for task ':generateMetadataFileForMavenJavaPublication' because:
  Build cache is disabled
Task ':generateMetadataFileForMavenJavaPublication' is not up-to-date because:
  Task.upToDateWhen is false.
Resolve mutations for :generatePomFileForMavenJavaPublication (Thread[included builds,5,main]) started.
:generatePomFileForMavenJavaPublication (Thread[included builds,5,main]) started.

> Task :generatePomFileForMavenJavaPublication
Caching disabled for task ':generatePomFileForMavenJavaPublication' because:
  Build cache is disabled
Task ':generatePomFileForMavenJavaPublication' is not up-to-date because:
  Task state is not tracked.
Resolve mutations for :signMavenJavaPublication (Thread[included builds,5,main]) started.
:signMavenJavaPublication (Thread[included builds,5,main]) started.

> Task :signMavenJavaPublication
Caching disabled for task ':signMavenJavaPublication' because:
  Build cache is disabled
Task ':signMavenJavaPublication' is not up-to-date because:
  No history is available.
Resolve mutations for :publishMavenJavaPublicationToKeypleRepoRepository (Thread[included builds,5,main]) started.
:publishMavenJavaPublicationToKeypleRepoRepository (Thread[included builds,5,main]) started.

> Task :publishMavenJavaPublicationToKeypleRepoRepository
Caching disabled for task ':publishMavenJavaPublicationToKeypleRepoRepository' because:
  Build cache is disabled
Task ':publishMavenJavaPublicationToKeypleRepoRepository' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Publishing to repository 'keypleRepo' (https://oss.sonatype.org/content/repositories/snapshots/)
Uploading maven-metadata.xml to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/maven-metadata.xml
Uploading keyple-common-java-api-2.0.1-20240404.133331-11.jar to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11.jar
Uploading keyple-common-java-api-2.0.1-20240404.133331-11.pom to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11.pom
Uploading keyple-common-java-api-2.0.1-20240404.133331-11.pom.asc to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11.pom.asc
Uploading keyple-common-java-api-2.0.1-20240404.133331-11-javadoc.jar.asc to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11-javadoc.jar.asc
Uploading keyple-common-java-api-2.0.1-20240404.133331-11.module.asc to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11.module.asc
Uploading keyple-common-java-api-2.0.1-20240404.133331-11-javadoc.jar to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11-javadoc.jar
Uploading keyple-common-java-api-2.0.1-20240404.133331-11-sources.jar.asc to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11-sources.jar.asc
Uploading keyple-common-java-api-2.0.1-20240404.133331-11.jar.asc to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11.jar.asc
Uploading keyple-common-java-api-2.0.1-20240404.133331-11-sources.jar to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11-sources.jar
Uploading keyple-common-java-api-2.0.1-20240404.133331-11.module to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/2.0.1-SNAPSHOT/keyple-common-java-api-2.0.1-20240404.133331-11.module
Uploading maven-metadata.xml to /content/repositories/snapshots/org/eclipse/keyple/keyple-common-java-api/maven-metadata.xml
Resolve mutations for :publish (Thread[included builds,5,main]) started.
:publish (Thread[included builds,5,main]) started.

> Task :publish
Skipping task ':publish' as it has no actions.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 1m 35s
16 actionable tasks: 16 executed
Some of the file system contents retained in the virtual file system are on file systems that Gradle doesn't support watching. The relevant state was discarded to ensure changes to these locations are properly detected. You can override this by explicitly enabling file system watching.
Created user preferences directory.
[Pipeline] }
[Pipeline] // configFileProvider
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Publish Release)
Stage "Build and Publish Release" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Update GitHub Pages)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ ./scripts/prepare_javadoc.sh keyple-common-java-api 2.0.1 true
Compute the current API version...
Computed current API version: 2.0.1-SNAPSHOT
Clone keyple-common-java-api...
Cloning into 'keyple-common-java-api'...
Checkout gh-pages branch...
Switched to a new branch 'gh-pages'
Branch 'gh-pages' set up to track remote branch 'gh-pages' from 'origin'.
Delete existing SNAPSHOT directory...
Delete existing RC directories in case of final release...
Create target directory 2.0.1-SNAPSHOT...
Copy javadoc and uml files...
Update versions list...
Computed all versions:
| Version | Documents |
|:---:|---|
| 2.0.1-SNAPSHOT | [API documentation](2.0.1-SNAPSHOT)<br>[API class diagram](2.0.1-SNAPSHOT/api_class_diagram.svg) |
| 2.0.0 | [API documentation](2.0.0)<br>[API class diagram](2.0.0/api_class_diagram.svg) |
Local docs update finished.
[Pipeline] dir
Running in /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/keyple-common-java-api
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $GIT_USERNAME or $GIT_PASSWORD
[Pipeline] {
[Pipeline] sh
+ git add -A
+ git config user.email keyple-common-java-api-bot@eclipse.org
+ git config user.name Eclipse Keyple Bot
+ git commit --allow-empty -m docs: update documentation Keyple/keyple-common-java-api/main-9
[gh-pages a0ee49a] docs: update documentation Keyple/keyple-common-java-api/main-9
+ git log --graph --abbrev-commit --date=relative -n 5
* commit a0ee49a
| Author: Eclipse Keyple Bot <keyple-common-java-api-bot@eclipse.org>
| Date:   0 seconds ago
| 
|     docs: update documentation Keyple/keyple-common-java-api/main-9
| 
* commit 0b90b30
| Author: Eclipse Keyple Bot <keyple-common-java-api-bot@eclipse.org>
| Date:   2 hours ago
| 
|     docs: update documentation Keyple/keyple-common-java-api/main-8
| 
* commit 9fe6e9c
| Author: Eclipse Keyple Bot <keyple-common-java-api-bot@eclipse.org>
| Date:   2 days ago
| 
|     docs: update documentation Keyple/keyple-common-java-api/main-2
| 
* commit 252f6cd
| Author: Eclipse Keyple Bot <keyple-common-java-api-bot@eclipse.org>
| Date:   5 months ago
| 
|     docs: update documentation Keyple/keyple-common-java-api/main-4
| 
* commit 23b094d
| Author: Eclipse Keyple Bot <keyple-common-java-api-bot@eclipse.org>
| Date:   5 months ago
| 
|     docs: update documentation Keyple/keyple-common-java-api/main-3
+ git push https://****:****@github.com/eclipse-keyple/keyple-common-java-api.git HEAD:gh-pages
To https://github.com/eclipse-keyple/keyple-common-java-api.git
   0b90b30..a0ee49a  HEAD -> gh-pages
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish Code Quality)
[Pipeline] container
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SONAR_LOGIN
[Pipeline] {
[Pipeline] sh
+ ./gradlew sonarqube --info --stacktrace
Initialized native services in: /home/jenkins/.gradle/native
Initialized jansi services in: /home/jenkins/.gradle/native
Received JVM installation metadata from '/opt/java/openjdk': {JAVA_HOME=/opt/java/openjdk, JAVA_VERSION=17.0.10, JAVA_VENDOR=Eclipse Adoptium, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=17.0.10+7, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=17.0.10+7, VM_VENDOR=Eclipse Adoptium, OS_ARCH=amd64}
The client will now receive all logging from the daemon (pid: 141). The daemon log file: /home/jenkins/.gradle/daemon/7.6.4/daemon-141.out.log
Starting 2nd build in daemon [uptime: 1 mins 38.291 secs, performance: 98%, non-heap usage: 57% of 256 MiB]
Using 2 worker leases.
Closing daemon's stdin at end of input.
The daemon will no longer process any standard input.
Not watching /home/jenkins/agent/workspace/yple_keyple-common-java-api_main since the file system is not supported
Watching the file system is configured to be enabled if available
File system watching is active
Starting Build
Settings evaluated using settings file '/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/settings.gradle.kts'.
Projects loaded. Root project using build file '/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build.gradle.kts'.
Included projects: [root project 'keyple-common-java-api']

> Configure project :
Evaluating root project 'keyple-common-java-api' using build file '/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build.gradle.kts'.
Caching disabled for Kotlin DSL accessors for root project 'keyple-common-java-api' because:
  Build cache is disabled
Skipping Kotlin DSL accessors for root project 'keyple-common-java-api' as it is up-to-date.
Using Keyple Gradle 0.2.18 for root project 'keyple-common-java-api'.
Compiling Java 1.8 to Java 1.8.
Signing Java artifacts.
All projects evaluated.
Task name matched 'sonarqube'
Selected primary task 'sonarqube' from project :
Tasks to be executed: [task ':compileJava', task ':processResources', task ':classes', task ':compileTestJava', task ':sonarqube']
Tasks that were excluded: []
Resolve mutations for :compileJava (Thread[included builds,5,main]) started.
:compileJava (Thread[included builds,5,main]) started.

> Task :compileJava UP-TO-DATE
Caching disabled for task ':compileJava' because:
  Build cache is disabled
Skipping task ':compileJava' as it is up-to-date.
Resolve mutations for :processResources (Thread[included builds,5,main]) started.
:processResources (Thread[included builds,5,main]) started.

> Task :processResources NO-SOURCE
Deleting stale output file: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/resources/main
Skipping task ':processResources' as it has no source files and no previous output files.
Resolve mutations for :classes (Thread[included builds,5,main]) started.
:classes (Thread[included builds,5,main]) started.

> Task :classes UP-TO-DATE
Skipping task ':classes' as it has no actions.
Resolve mutations for :compileTestJava (Thread[included builds,5,main]) started.
:compileTestJava (Thread[included builds,5,main]) started.

> Task :compileTestJava UP-TO-DATE
Caching disabled for task ':compileTestJava' because:
  Build cache is disabled
Skipping task ':compileTestJava' as it is up-to-date.
Resolve mutations for :sonarqube (Thread[included builds,5,main]) started.
:sonarqube (Thread[included builds,5,main]) started.

> Task :sonarqube
Caching disabled for task ':sonarqube' because:
  Build cache is disabled
Task ':sonarqube' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
User cache: /home/jenkins/cache
Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
Load global settings
Load global settings (done) | time=636ms
Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
User cache: /home/jenkins/cache
Loading required plugins
Load plugins index
Load plugins index (done) | time=430ms
Load/download plugins
Load/download plugins (done) | time=805ms
Found an active CI vendor: 'Jenkins'
Load project settings for component key: 'eclipse_keyple-common-java-api'
Load project settings for component key: 'eclipse_keyple-common-java-api' (done) | time=346ms
Process project properties
Project key: eclipse_keyple-common-java-api
Base dir: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main
Working dir: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/sonar
Load project branches
Load project branches (done) | time=366ms
Check ALM binding of project 'eclipse_keyple-common-java-api'
Detected project binding: NOT_BOUND
Check ALM binding of project 'eclipse_keyple-common-java-api' (done) | time=344ms
Load project pull requests
Load project pull requests (done) | time=336ms
Load branch configuration
Load branch configuration (done) | time=2ms
Load quality profiles
Load quality profiles (done) | time=430ms
Load active rules
Load active rules (done) | time=12100ms
Organization key: eclipse
The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token.
Preprocessing files...

1 language detected in 9 preprocessed files
9 files indexed

> Task :sonarqube
0 files ignored because of inclusion/exclusion patterns
0 files ignored because of scm ignore settings
Loading plugins for detected languages
Load/download plugins
Load/download plugins (done) | time=833ms
Load project repositories
Load project repositories (done) | time=397ms
Indexing files...
Project configuration:
  Excluded sources: **/build-wrapper-dump.json
Quality profile for java: Sonar way
------------- Run sensors on module keyple-common-java-api
Load metrics repository
Load metrics repository (done) | time=336ms
Sensor cache enabled
Load sensor cache
Load sensor cache (2 KB) | time=1099ms
Sensor JavaSensor [java]
Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
Invalid value for 'sonar.java.jdkHome' property, defaulting to runtime JDK.
Configured location does not exists: '/home/jenkins/.gradle/daemon/7.6.4/Optional[/opt/java/openjdk]'
Invalid value for 'sonar.java.jdkHome' property, defaulting to runtime JDK.
Configured location does not exists: '/home/jenkins/.gradle/daemon/7.6.4/Optional[/opt/java/openjdk]'
Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
Using ECJ batch to parse 8 Main java source files with batch size 26 KB.
Starting batch processing.
The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
100% analyzed
Batch processing: Done.
Did not optimize analysis for any files, performed a full analysis for all 8 files.
Using ECJ batch to parse 1 Test java source files with batch size 26 KB.
Starting batch processing.
100% analyzed
Batch processing: Done.
Did not optimize analysis for any files, performed a full analysis for all 1 files.
No "Generated" source files to scan.
Sensor JavaSensor [java] (done) | time=2106ms
Sensor ThymeLeaf template sensor [securityjavafrontend]
Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
Sensor SurefireSensor [java]
parsing [/home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/test-results/test]
Sensor SurefireSensor [java] (done) | time=78ms
Sensor Removed properties sensor [java]
Sensor Removed properties sensor [java] (done) | time=0ms
Sensor JaCoCo XML Report Importer [jacoco]
Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
Sensor JaCoCo XML Report Importer [jacoco] (done) | time=16ms
Sensor IaC Docker Sensor [iac]

0 source files to be analyzed
0/0 source files have been analyzed
9 source files to be analyzed
9/9 source files have been analyzed

> Task :sonarqube
Sensor IaC Docker Sensor [iac] (done) | time=132ms
Sensor Serverless configuration file sensor [security]
0 Serverless function entries were found in the project
0 Serverless function handlers were kept as entrypoints
Sensor Serverless configuration file sensor [security] (done) | time=4ms
Sensor AWS SAM template file sensor [security]
Sensor AWS SAM template file sensor [security] (done) | time=1ms
Sensor AWS SAM Inline template file sensor [security]
Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
Sensor javabugs [dbd]
Reading IR files from: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/sonar/ir/java
Analyzing 14 functions to detect bugs.
Sensor javabugs [dbd] (done) | time=374ms
Sensor pythonbugs [dbd]
Reading IR files from: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/sonar/ir/python
No IR files have been included for analysis.
Sensor pythonbugs [dbd] (done) | time=0ms
Sensor TextAndSecretsSensor [text]
Available processors: 2
Using 2 threads for analysis.
Sensor TextAndSecretsSensor [text] (done) | time=979ms
Sensor JavaSecuritySensor [security]
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
Load type hierarchy and UCFGs: Starting
Load type hierarchy: Starting
Reading type hierarchy from: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/sonar/ucfg2/java
Read 8 type definitions
Load type hierarchy: Time spent was 00:00:00.046
Load UCFGs: Starting
Reading UCFGs from: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/sonar/ucfg2/java
Load UCFGs: Time spent was 00:00:00.047
Load type hierarchy and UCFGs: Time spent was 00:00:00.095
Analyzing 1 UCFGs to detect vulnerabilities.
Check cache: Starting
Load cache: Starting
Load cache: Time spent was 00:00:00.000
Check cache: Time spent was 00:00:00.000
Create runtime call graph: Starting
Variable Type Analysis #1: Starting
Create runtime type propagation graph: Starting
Create runtime type propagation graph: Time spent was 00:00:00.002
Run SCC (Tarjan) on 0 nodes: Starting
Run SCC (Tarjan) on 0 nodes: Time spent was 00:00:00.000
Tarjan found 0 strongly connected components
Propagate runtime types to strongly connected components: Starting
Propagate runtime types to strongly connected components: Time spent was 00:00:00.000
Variable Type Analysis #1: Time spent was 00:00:00.005
Variable Type Analysis #2: Starting
Create runtime type propagation graph: Starting
Create runtime type propagation graph: Time spent was 00:00:00.000
Run SCC (Tarjan) on 0 nodes: Starting
Run SCC (Tarjan) on 0 nodes: Time spent was 00:00:00.000
Tarjan found 0 strongly connected components
Propagate runtime types to strongly connected components: Starting
Propagate runtime types to strongly connected components: Time spent was 00:00:00.000
Variable Type Analysis #2: Time spent was 00:00:00.000
Create runtime call graph: Time spent was 00:00:00.008
Load config: Starting
Load config: Time spent was 00:00:03.204
Compute entry points: Starting
Compute entry points: Time spent was 00:00:01.164
No entry points found.
java security sensor: Time spent was 00:00:04.478
java security sensor: Begin: 2024-04-04T13:35:37.369593443Z, End: 2024-04-04T13:35:41.847624460Z, Duration: 00:00:04.478
  Load type hierarchy and UCFGs: Begin: 2024-04-04T13:35:37.372075605Z, End: 2024-04-04T13:35:37.467117092Z, Duration: 00:00:00.095
    Load type hierarchy: Begin: 2024-04-04T13:35:37.372187862Z, End: 2024-04-04T13:35:37.418685237Z, Duration: 00:00:00.046
    Load UCFGs: Begin: 2024-04-04T13:35:37.418944850Z, End: 2024-04-04T13:35:37.466887226Z, Duration: 00:00:00.047
  Check cache: Begin: 2024-04-04T13:35:37.467298445Z, End: 2024-04-04T13:35:37.467898778Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-04-04T13:35:37.467368827Z, End: 2024-04-04T13:35:37.467447928Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-04-04T13:35:37.468021116Z, End: 2024-04-04T13:35:37.476889951Z, Duration: 00:00:00.008
    Variable Type Analysis #1: Begin: 2024-04-04T13:35:37.469218763Z, End: 2024-04-04T13:35:37.474732822Z, Duration: 00:00:00.005
      Create runtime type propagation graph: Begin: 2024-04-04T13:35:37.470375275Z, End: 2024-04-04T13:35:37.473239792Z, Duration: 00:00:00.002
      Run SCC (Tarjan) on 0 nodes: Begin: 2024-04-04T13:35:37.473680843Z, End: 2024-04-04T13:35:37.474208355Z, Duration: 00:00:00.000
      Propagate runtime types to strongly connected components: Begin: 2024-04-04T13:35:37.474499607Z, End: 2024-04-04T13:35:37.474612191Z, Duration: 00:00:00.000
    Variable Type Analysis #2: Begin: 2024-04-04T13:35:37.475195952Z, End: 2024-04-04T13:35:37.475907499Z, Duration: 00:00:00.000
      Create runtime type propagation graph: Begin: 2024-04-04T13:35:37.475268584Z, End: 2024-04-04T13:35:37.475357610Z, Duration: 00:00:00.000
      Run SCC (Tarjan) on 0 nodes: Begin: 2024-04-04T13:35:37.475492329Z, End: 2024-04-04T13:35:37.475587209Z, Duration: 00:00:00.000
      Propagate runtime types to strongly connected components: Begin: 2024-04-04T13:35:37.475745433Z, End: 2024-04-04T13:35:37.475802555Z, Duration: 00:00:00.000
  Load config: Begin: 2024-04-04T13:35:37.477024703Z, End: 2024-04-04T13:35:40.681689005Z, Duration: 00:00:03.204
  Compute entry points: Begin: 2024-04-04T13:35:40.682085224Z, End: 2024-04-04T13:35:41.847021309Z, Duration: 00:00:01.164
java security sensor peak memory: 448 MB
Sensor JavaSecuritySensor [security] (done) | time=4484ms
Sensor CSharpSecuritySensor [security]
Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641
Load type hierarchy and UCFGs: Starting
Load type hierarchy: Starting
Reading type hierarchy from: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/ucfg2/cs
Read 0 type definitions
Load type hierarchy: Time spent was 00:00:00.000
Load UCFGs: Starting
Load UCFGs: Time spent was 00:00:00.000
Load type hierarchy and UCFGs: Time spent was 00:00:00.000
No UCFGs have been included for analysis.
csharp security sensor: Time spent was 00:00:00.001
Sensor CSharpSecuritySensor [security] (done) | time=2ms
Sensor PhpSecuritySensor [security]
Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
Load type hierarchy and UCFGs: Starting
Load type hierarchy: Starting
Reading type hierarchy from: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/sonar/ucfg2/php
Read 0 type definitions
Load type hierarchy: Time spent was 00:00:00.000
Load UCFGs: Starting
Load UCFGs: Time spent was 00:00:00.000
Load type hierarchy and UCFGs: Time spent was 00:00:00.000
No UCFGs have been included for analysis.
php security sensor: Time spent was 00:00:00.001
Sensor PhpSecuritySensor [security] (done) | time=1ms
Sensor PythonSecuritySensor [security]
Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839
Load type hierarchy and UCFGs: Starting
Load type hierarchy: Starting
Reading type hierarchy from: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/sonar/ucfg2/python
Read 0 type definitions
Load type hierarchy: Time spent was 00:00:00.000
Load UCFGs: Starting
Load UCFGs: Time spent was 00:00:00.000
Load type hierarchy and UCFGs: Time spent was 00:00:00.000
No UCFGs have been included for analysis.
python security sensor: Time spent was 00:00:00.000
Sensor PythonSecuritySensor [security] (done) | time=2ms
Sensor JsSecuritySensor [security]
Enabled taint analysis rules: S5147, S5696, S6287, S3649, S2083, S5146, S6105, S6350, S5334, S5883, S6096, S5131, S2076, S2631, S5144
Load type hierarchy and UCFGs: Starting
Load type hierarchy: Starting
Reading type hierarchy from: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main/build/sonar/ucfg2/js
Read 0 type definitions
Load type hierarchy: Time spent was 00:00:00.000
Load UCFGs: Starting
Load UCFGs: Time spent was 00:00:00.000
Load type hierarchy and UCFGs: Time spent was 00:00:00.000
No UCFGs have been included for analysis.
js security sensor: Time spent was 00:00:00.001
Sensor JsSecuritySensor [security] (done) | time=1ms
------------- Run sensors on project
Sensor Zero Coverage Sensor
Sensor Zero Coverage Sensor (done) | time=2ms
Sensor Java CPD Block Indexer
Sensor Java CPD Block Indexer (done) | time=17ms
CPD Executor 8 files had no CPD blocks
CPD Executor Calculating CPD for 0 files

CPD Executor CPD calculation finished (done) | time=0ms

> Task :sonarqube
Analysis report generated in 301ms, dir size=251 KB
Analysis report compressed in 37ms, zip size=62 KB
Analysis report uploaded in 707ms
ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=eclipse_keyple-common-java-api
Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
More about the report processing at https://sonarcloud.io/api/ce/task?id=AY6pUorNrWyjshUAnzjU
Sensor cache published successfully
Analysis total time: 30.048 s

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 36s
3 actionable tasks: 1 executed, 2 up-to-date
Some of the file system contents retained in the virtual file system are on file systems that Gradle doesn't support watching. The relevant state was discarded to ensure changes to these locations are properly detected. You can override this by explicitly enabling file system watching.
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish packaging to Eclipse)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.keyple (ssh://genie.keyple@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
Executing sh script inside container java-builder of pod keyple-keyple-common-java-api-main-9-69vqk-3gpw9-587s8
Executing command: "ssh-agent" 
exit
SSH_AUTH_SOCK=/tmp/ssh-5YBB8vODEy5w/agent.594; export SSH_AUTH_SOCK;
SSH_AGENT_PID=595; export SSH_AGENT_PID;
echo Agent pid 595;
SSH_AUTH_SOCK=/tmp/ssh-5YBB8vODEy5w/agent.594
SSH_AGENT_PID=595
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/yple_keyple-common-java-api_main@tmp/private_key_3454798337467199478.key (/home/jenkins/agent/workspace/yple_keyple-common-java-api_main@tmp/private_key_3454798337467199478.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ publish_packaging
Packaging: ./repository:
keyple-common-java-api-2.0.1-SNAPSHOT.jar
keyple-common-java-api-2.0.1-SNAPSHOT-javadoc.jar
keyple-common-java-api-2.0.1-SNAPSHOT-sources.jar
[Pipeline] }
Executing sh script inside container java-builder of pod keyple-keyple-common-java-api-main-9-69vqk-3gpw9-587s8
Executing command: "ssh-agent" "-k" 
exit
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 595 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] container
[Pipeline] {
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS