Skip to content

Console Output

Started by user Thomas Jaeckle
Running as Thomas Jaeckle
Agent basic-cgzjh is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-cgzjh"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-cgzjh"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-cgzjh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ditto"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-cgzjh (basic) in workspace /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto-clients.git
 > git init /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto-clients.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto-clients.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/ditto-clients.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision bba16904c60c84d2c91c9aa1e238d406b1fffcc6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bba16904c60c84d2c91c9aa1e238d406b1fffcc6 # timeout=10
Commit message: "added go reference badge to Go client section"
 > git rev-list --no-walk cdb123ae109ad49d75c11155a9ef509f6c9b033d # timeout=10
[license-check-1-ditto-client-java_works-with] $ /bin/sh -xe /tmp/jenkins9299609843665515744.sh
+ wget -q --show-progress -O org.eclipse.dash.licenses-latest.jar 'https://repo.eclipse.org/service/local/artifact/maven/redirect?r=dash-licenses&g=org.eclipse.dash&a=org.eclipse.dash.licenses&v=LATEST'

     0K .......... .......... .......... .......... ..........  0%  112M 0s
    50K .......... .......... .......... .......... ..........  0% 93.2M 0s
   100K .......... .......... .......... .......... ..........  1%  148M 0s
   150K .......... .......... .......... .......... ..........  1% 93.8M 0s
   200K .......... .......... .......... .......... ..........  2%  110M 0s
   250K .......... .......... .......... .......... ..........  2%  100M 0s
   300K .......... .......... .......... .......... ..........  3%  150M 0s
   350K .......... .......... .......... .......... ..........  3% 77.7M 0s
   400K .......... .......... .......... .......... ..........  3% 84.0M 0s
   450K .......... .......... .......... .......... ..........  4% 25.2M 0s
   500K .......... .......... .......... .......... ..........  4% 94.1M 0s
   550K .......... .......... .......... .......... ..........  5%  123M 0s
   600K .......... .......... .......... .......... ..........  5% 2.93M 0s
   650K .......... .......... .......... .......... ..........  6%  123M 0s
   700K .......... .......... .......... .......... ..........  6%  107M 0s
   750K .......... .......... .......... .......... ..........  7%  101M 0s
   800K .......... .......... .......... .......... ..........  7% 3.62M 0s
   850K .......... .......... .......... .......... ..........  7%  106M 0s
   900K .......... .......... .......... .......... ..........  8%  113M 0s
   950K .......... .......... .......... .......... ..........  8%  112M 0s
  1000K .......... .......... .......... .......... ..........  9%  115M 0s
  1050K .......... .......... .......... .......... ..........  9%  110M 0s
  1100K .......... .......... .......... .......... .......... 10%  122M 0s
  1150K .......... .......... .......... .......... .......... 10% 70.9M 0s
  1200K .......... .......... .......... .......... .......... 10% 64.1M 0s
  1250K .......... .......... .......... .......... .......... 11%  119M 0s
  1300K .......... .......... .......... .......... .......... 11%  107M 0s
  1350K .......... .......... .......... .......... .......... 12% 92.2M 0s
  1400K .......... .......... .......... .......... .......... 12%  119M 0s
  1450K .......... .......... .......... .......... .......... 13% 11.1M 0s
  1500K .......... .......... .......... .......... .......... 13% 90.5M 0s
  1550K .......... .......... .......... .......... .......... 14% 55.7M 0s
  1600K .......... .......... .......... .......... .......... 14%  117M 0s
  1650K .......... .......... .......... .......... .......... 14% 77.6M 0s
  1700K .......... .......... .......... .......... .......... 15% 93.7M 0s
  1750K .......... .......... .......... .......... .......... 15%  101M 0s
  1800K .......... .......... .......... .......... .......... 16%  117M 0s
  1850K .......... .......... .......... .......... .......... 16%  112M 0s
  1900K .......... .......... .......... .......... .......... 17% 97.8M 0s
  1950K .......... .......... .......... .......... .......... 17%  103M 0s
  2000K .......... .......... .......... .......... .......... 18% 99.5M 0s
  2050K .......... .......... .......... .......... .......... 18% 72.8M 0s
  2100K .......... .......... .......... .......... .......... 18% 79.4M 0s
  2150K .......... .......... .......... .......... .......... 19%  107M 0s
  2200K .......... .......... .......... .......... .......... 19%  106M 0s
  2250K .......... .......... .......... .......... .......... 20%  106M 0s
  2300K .......... .......... .......... .......... .......... 20%  107M 0s
  2350K .......... .......... .......... .......... .......... 21% 15.9M 0s
  2400K .......... .......... .......... .......... .......... 21% 96.9M 0s
  2450K .......... .......... .......... .......... .......... 21%  108M 0s
  2500K .......... .......... .......... .......... .......... 22%  100M 0s
  2550K .......... .......... .......... .......... .......... 22%  116M 0s
  2600K .......... .......... .......... .......... .......... 23%  146M 0s
  2650K .......... .......... .......... .......... .......... 23%  145M 0s
  2700K .......... .......... .......... .......... .......... 24% 89.4M 0s
  2750K .......... .......... .......... .......... .......... 24% 98.4M 0s
  2800K .......... .......... .......... .......... .......... 25%  108M 0s
  2850K .......... .......... .......... .......... .......... 25%  112M 0s
  2900K .......... .......... .......... .......... .......... 25%  126M 0s
  2950K .......... .......... .......... .......... .......... 26%  102M 0s
  3000K .......... .......... .......... .......... .......... 26% 75.1M 0s
  3050K .......... .......... .......... .......... .......... 27%  135M 0s
  3100K .......... .......... .......... .......... .......... 27%  150M 0s
  3150K .......... .......... .......... .......... .......... 28%  100M 0s
  3200K .......... .......... .......... .......... .......... 28%  105M 0s
  3250K .......... .......... .......... .......... .......... 28%  111M 0s
  3300K .......... .......... .......... .......... .......... 29%  113M 0s
  3350K .......... .......... .......... .......... .......... 29% 5.19M 0s
  3400K .......... .......... .......... .......... .......... 30% 73.0M 0s
  3450K .......... .......... .......... .......... .......... 30% 79.4M 0s
  3500K .......... .......... .......... .......... .......... 31%  111M 0s
  3550K .......... .......... .......... .......... .......... 31% 72.3M 0s
  3600K .......... .......... .......... .......... .......... 32%  109M 0s
  3650K .......... .......... .......... .......... .......... 32%  106M 0s
  3700K .......... .......... .......... .......... .......... 32%  102M 0s
  3750K .......... .......... .......... .......... .......... 33% 79.3M 0s
  3800K .......... .......... .......... .......... .......... 33% 84.5M 0s
  3850K .......... .......... .......... .......... .......... 34%  103M 0s
  3900K .......... .......... .......... .......... .......... 34% 44.6M 0s
  3950K .......... .......... .......... .......... .......... 35% 86.8M 0s
  4000K .......... .......... .......... .......... .......... 35%  117M 0s
  4050K .......... .......... .......... .......... .......... 36%  104M 0s
  4100K .......... .......... .......... .......... .......... 36%  108M 0s
  4150K .......... .......... .......... .......... .......... 36%  107M 0s
  4200K .......... .......... .......... .......... .......... 37%  118M 0s
  4250K .......... .......... .......... .......... .......... 37%  133M 0s
  4300K .......... .......... .......... .......... .......... 38% 93.4M 0s
  4350K .......... .......... .......... .......... .......... 38% 64.8M 0s
  4400K .......... .......... .......... .......... .......... 39%  119M 0s
  4450K .......... .......... .......... .......... .......... 39%  139M 0s
  4500K .......... .......... .......... .......... .......... 39%  110M 0s
  4550K .......... .......... .......... .......... .......... 40% 82.6M 0s
  4600K .......... .......... .......... .......... .......... 40%  118M 0s
  4650K .......... .......... .......... .......... .......... 41%  117M 0s
  4700K .......... .......... .......... .......... .......... 41% 96.2M 0s
  4750K .......... .......... .......... .......... .......... 42%  101M 0s
  4800K .......... .......... .......... .......... .......... 42% 94.7M 0s
  4850K .......... .......... .......... .......... .......... 43%  115M 0s
  4900K .......... .......... .......... .......... .......... 43%  101M 0s
  4950K .......... .......... .......... .......... .......... 43% 97.4M 0s
  5000K .......... .......... .......... .......... .......... 44%  113M 0s
  5050K .......... .......... .......... .......... .......... 44% 96.0M 0s
  5100K .......... .......... .......... .......... .......... 45%  152M 0s
  5150K .......... .......... .......... .......... .......... 45%  104M 0s
  5200K .......... .......... .......... .......... .......... 46%  152M 0s
  5250K .......... .......... .......... .......... .......... 46%  125M 0s
  5300K .......... .......... .......... .......... .......... 46%  122M 0s
  5350K .......... .......... .......... .......... .......... 47% 12.4M 0s
  5400K .......... .......... .......... .......... .......... 47%  102M 0s
  5450K .......... .......... .......... .......... .......... 48% 80.6M 0s
  5500K .......... .......... .......... .......... .......... 48% 74.3M 0s
  5550K .......... .......... .......... .......... .......... 49% 82.1M 0s
  5600K .......... .......... .......... .......... .......... 49%  123M 0s
  5650K .......... .......... .......... .......... .......... 50%  103M 0s
  5700K .......... .......... .......... .......... .......... 50%  115M 0s
  5750K .......... .......... .......... .......... .......... 50% 90.6M 0s
  5800K .......... .......... .......... .......... .......... 51%  104M 0s
  5850K .......... .......... .......... .......... .......... 51%  125M 0s
  5900K .......... .......... .......... .......... .......... 52%  134M 0s
  5950K .......... .......... .......... .......... .......... 52% 92.8M 0s
  6000K .......... .......... .......... .......... .......... 53%  123M 0s
  6050K .......... .......... .......... .......... .......... 53%  109M 0s
  6100K .......... .......... .......... .......... .......... 54%  100M 0s
  6150K .......... .......... .......... .......... .......... 54%  101M 0s
  6200K .......... .......... .......... .......... .......... 54%  105M 0s
  6250K .......... .......... .......... .......... .......... 55%  107M 0s
  6300K .......... .......... .......... .......... .......... 55%  110M 0s
  6350K .......... .......... .......... .......... .......... 56% 70.4M 0s
  6400K .......... .......... .......... .......... .......... 56%  128M 0s
  6450K .......... .......... .......... .......... .......... 57%  123M 0s
  6500K .......... .......... .......... .......... .......... 57%  105M 0s
  6550K .......... .......... .......... .......... .......... 57% 94.0M 0s
  6600K .......... .......... .......... .......... .......... 58%  125M 0s
  6650K .......... .......... .......... .......... .......... 58%  128M 0s
  6700K .......... .......... .......... .......... .......... 59%  106M 0s
  6750K .......... .......... .......... .......... .......... 59% 93.7M 0s
  6800K .......... .......... .......... .......... .......... 60%  113M 0s
  6850K .......... .......... .......... .......... .......... 60%  132M 0s
  6900K .......... .......... .......... .......... .......... 61%  137M 0s
  6950K .......... .......... .......... .......... .......... 61% 88.5M 0s
  7000K .......... .......... .......... .......... .......... 61% 92.5M 0s
  7050K .......... .......... .......... .......... .......... 62%  118M 0s
  7100K .......... .......... .......... .......... .......... 62%  108M 0s
  7150K .......... .......... .......... .......... .......... 63% 82.6M 0s
  7200K .......... .......... .......... .......... .......... 63%  119M 0s
  7250K .......... .......... .......... .......... .......... 64% 24.8M 0s
  7300K .......... .......... .......... .......... .......... 64% 81.4M 0s
  7350K .......... .......... .......... .......... .......... 64% 72.3M 0s
  7400K .......... .......... .......... .......... .......... 65%  120M 0s
  7450K .......... .......... .......... .......... .......... 65%  114M 0s
  7500K .......... .......... .......... .......... .......... 66% 84.8M 0s
  7550K .......... .......... .......... .......... .......... 66% 91.6M 0s
  7600K .......... .......... .......... .......... .......... 67% 92.1M 0s
  7650K .......... .......... .......... .......... .......... 67%  105M 0s
  7700K .......... .......... .......... .......... .......... 68%  118M 0s
  7750K .......... .......... .......... .......... .......... 68%  115M 0s
  7800K .......... .......... .......... .......... .......... 68%  107M 0s
  7850K .......... .......... .......... .......... .......... 69%  122M 0s
  7900K .......... .......... .......... .......... .......... 69% 94.1M 0s
  7950K .......... .......... .......... .......... .......... 70% 90.6M 0s
  8000K .......... .......... .......... .......... .......... 70% 78.4M 0s
  8050K .......... .......... .......... .......... .......... 71%  110M 0s
  8100K .......... .......... .......... .......... .......... 71% 97.7M 0s
  8150K .......... .......... .......... .......... .......... 72% 95.8M 0s
  8200K .......... .......... .......... .......... .......... 72% 91.3M 0s
  8250K .......... .......... .......... .......... .......... 72%  111M 0s
  8300K .......... .......... .......... .......... .......... 73%  108M 0s
  8350K .......... .......... .......... .......... .......... 73% 90.8M 0s
  8400K .......... .......... .......... .......... .......... 74% 88.4M 0s
  8450K .......... .......... .......... .......... .......... 74%  118M 0s
  8500K .......... .......... .......... .......... .......... 75% 63.5M 0s
  8550K .......... .......... .......... .......... .......... 75% 24.9M 0s
  8600K .......... .......... .......... .......... .......... 75% 88.5M 0s
  8650K .......... .......... .......... .......... .......... 76% 86.2M 0s
  8700K .......... .......... .......... .......... .......... 76% 75.3M 0s
  8750K .......... .......... .......... .......... .......... 77% 83.9M 0s
  8800K .......... .......... .......... .......... .......... 77%  112M 0s
  8850K .......... .......... .......... .......... .......... 78% 95.4M 0s
  8900K .......... .......... .......... .......... .......... 78%  122M 0s
  8950K .......... .......... .......... .......... .......... 79%  102M 0s
  9000K .......... .......... .......... .......... .......... 79% 96.7M 0s
  9050K .......... .......... .......... .......... .......... 79% 88.9M 0s
  9100K .......... .......... .......... .......... .......... 80% 81.6M 0s
  9150K .......... .......... .......... .......... .......... 80% 1.13M 0s
  9200K .......... .......... .......... .......... .......... 81% 97.7M 0s
  9250K .......... .......... .......... .......... .......... 81%  102M 0s
  9300K .......... .......... .......... .......... .......... 82%  117M 0s
  9350K .......... .......... .......... .......... .......... 82%  117M 0s
  9400K .......... .......... .......... .......... .......... 82%  117M 0s
  9450K .......... .......... .......... .......... .......... 83%  114M 0s
  9500K .......... .......... .......... .......... .......... 83%  128M 0s
  9550K .......... .......... .......... .......... .......... 84% 94.1M 0s
  9600K .......... .......... .......... .......... .......... 84%  123M 0s
  9650K .......... .......... .......... .......... .......... 85%  131M 0s
  9700K .......... .......... .......... .......... .......... 85%  109M 0s
  9750K .......... .......... .......... .......... .......... 86% 95.2M 0s
  9800K .......... .......... .......... .......... .......... 86%  113M 0s
  9850K .......... .......... .......... .......... .......... 86%  101M 0s
  9900K .......... .......... .......... .......... .......... 87%  106M 0s
  9950K .......... .......... .......... .......... .......... 87% 89.4M 0s
 10000K .......... .......... .......... .......... .......... 88%  142M 0s
 10050K .......... .......... .......... .......... .......... 88%  108M 0s
 10100K .......... .......... .......... .......... .......... 89%  112M 0s
 10150K .......... .......... .......... .......... .......... 89% 73.2M 0s
 10200K .......... .......... .......... .......... .......... 90% 71.4M 0s
 10250K .......... .......... .......... .......... .......... 90% 73.5M 0s
 10300K .......... .......... .......... .......... .......... 90% 80.8M 0s
 10350K .......... .......... .......... .......... .......... 91% 54.9M 0s
 10400K .......... .......... .......... .......... .......... 91% 93.4M 0s
 10450K .......... .......... .......... .......... .......... 92%  108M 0s
 10500K .......... .......... .......... .......... .......... 92%  109M 0s
 10550K .......... .......... .......... .......... .......... 93% 80.0M 0s
 10600K .......... .......... .......... .......... .......... 93%  107M 0s
 10650K .......... .......... .......... .......... .......... 93%  149M 0s
 10700K .......... .......... .......... .......... .......... 94%  116M 0s
 10750K .......... .......... .......... .......... .......... 94%  107M 0s
 10800K .......... .......... .......... .......... .......... 95% 96.7M 0s
 10850K .......... .......... .......... .......... .......... 95%  124M 0s
 10900K .......... .......... .......... .......... .......... 96%  146M 0s
 10950K .......... .......... .......... .......... .......... 96%  132M 0s
 11000K .......... .......... .......... .......... .......... 97%  136M 0s
 11050K .......... .......... .......... .......... .......... 97%  118M 0s
 11100K .......... .......... .......... .......... .......... 97%  151M 0s
 11150K .......... .......... .......... .......... .......... 98%  108M 0s
 11200K .......... .......... .......... .......... .......... 98%  128M 0s
 11250K .......... .......... .......... .......... .......... 99%  111M 0s
 11300K .......... .......... .......... .......... .......... 99%  139M 0s
 11350K .......... .......... .......... ........             100%  133M=0.2s[license-check-1-ditto-client-java_works-with] $ /opt/tools/apache-maven/latest/bin/mvn -f java/pom.xml clean install -DskipTests -DskipITs -DskipLicenseMavenPlugin -T1C --batch-mode --errors --settings java/.maven.settings.xml
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] The project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] Using the MultiThreadedBuilder implementation with a thread count of 2
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-client >-------------------
[INFO] Building Eclipse Ditto Client 0-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project      *
[WARNING] * contains the following plugin(s) that have goals not marked   *
[WARNING] * as @threadSafe to support parallel building.                  *
[WARNING] * While this /may/ work fine, please look for plugin updates    *
[WARNING] * and/or request plugins be made thread-safe.                   *
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against maven-core                              *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Eclipse Ditto Client:
[WARNING] org.codehaus.mojo:license-maven-plugin:2.0.0
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-client ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-client ---
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ ditto-client ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (prepare-agent) @ ditto-client ---
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO] 
[INFO] --- license-maven-plugin:2.0.0:add-third-party (default-cli) @ ditto-client ---
[INFO] skip flag is on, will skip goal.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ ditto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ ditto-client ---
[INFO] Generating flattened POM of project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT...
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 353 source files to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/classes
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ditto-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 160 source files to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/test-classes
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/src/test/java/org/eclipse/ditto/client/DittoClientThingTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/src/test/java/org/eclipse/ditto/client/DittoClientThingTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ ditto-client ---
[WARNING] Include-Resource: overriding {ditto-client-version.properties=src/main/resources/ditto-client-version.properties},META-INF/LICENSE=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/legal/LICENSE,META-INF/NOTICE.md=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/legal/NOTICE.md with META-INF=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/classes/META-INF,ditto-client-version.properties=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/classes/ditto-client-version.properties (add {maven-resources} if you want to include the maven resources)
[WARNING] Bundle org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT : Export org.eclipse.ditto.client.messaging,  has 1,  private references [org.eclipse.ditto.client.internal.bus]
[INFO] 
[INFO] --- maven-assembly-plugin:3.1.0:single (osgi-bin-assembly) @ ditto-client ---
[INFO] Reading assembly descriptor: ./src/main/assembly/assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/ditto-client-0-SNAPSHOT-bundles.zip
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (copy-dependencies) @ ditto-client ---
[INFO] Copying nv-websocket-client-2.14.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/nv-websocket-client-2.14.jar
[INFO] Copying slf4j-api-1.7.36.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/slf4j-api-1.7.36.jar
[INFO] Copying reactive-streams-1.0.3.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/reactive-streams-1.0.3.jar
[INFO] Copying minimal-json-0.9.5.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/minimal-json-0.9.5.jar
[INFO] Copying classindex-3.11.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/classindex-3.11.jar
[INFO] Copying ditto-json-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-json-0-SNAPSHOT.jar
[INFO] Copying ditto-base-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-base-model-0-SNAPSHOT.jar
[INFO] Copying ditto-jwt-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-jwt-model-0-SNAPSHOT.jar
[INFO] Copying ditto-messages-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-messages-model-0-SNAPSHOT.jar
[INFO] Copying ditto-things-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-things-model-0-SNAPSHOT.jar
[INFO] Copying ditto-thingsearch-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-thingsearch-model-0-SNAPSHOT.jar
[INFO] Copying ditto-policies-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-policies-model-0-SNAPSHOT.jar
[INFO] Copying ditto-protocol-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-protocol-0-SNAPSHOT.jar
[INFO] Copying ditto-placeholders-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-placeholders-0-SNAPSHOT.jar
[INFO] Copying ditto-connectivity-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/dependencies/ditto-connectivity-model-0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-test) @ ditto-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (run-integration-tests) @ ditto-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (verify) @ ditto-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- japicmp-maven-plugin:0.14.3:cmp (default) @ ditto-client ---
[INFO] Written file '/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/japicmp/japicmp.diff'.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Written file '/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:report (report) @ ditto-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ditto-client ---
[INFO] Installing /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/ditto-client-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with/java/target/ditto-client-0-SNAPSHOT-bundles.zip to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-bundles.zip
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ ditto-client ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:05 min (Wall Clock)
[INFO] Finished at: 2022-03-30T13:46:54Z
[INFO] ------------------------------------------------------------------------
[license-check-1-ditto-client-java_works-with] $ /opt/tools/apache-maven/latest/bin/mvn -f java/pom.xml dependency:list -DexcludeGroupIds=org.eclipse.ditto,rubygems -Dsort=true -DoutputFile=dependencies-client.txt
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-client >-------------------
[INFO] Building Eclipse Ditto Client 0-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:list (default-cli) @ ditto-client ---
[INFO] Can't extract module name from org.apache.servicemix.bundles.javax-inject-1_2.jar: org.apache.servicemix.bundles.javax.inject.1.2: Invalid module name: '1' is not a Java identifier
[INFO] Can't extract module name from pax-exam-container-native-4.13.5.jar: pax.exam.container.native: Invalid module name: 'native' is not a Java identifier
[INFO] Can't extract module name from pax-url-aether-2.6.8.jar: Provider class org.apache.commons.logging.impl.SLF4JLogFactory not in module
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.325 s
[INFO] Finished at: 2022-03-30T13:47:14Z
[INFO] ------------------------------------------------------------------------
[license-check-1-ditto-client-java_works-with] $ /bin/sh -xe /tmp/jenkins8008299150672423335.sh
+ find . -name dependencies-client.txt
+ read i
+ tr -d '[:blank:]'
+ sed -e 's/(optional)//' -e 's/:compile.*/:compile/'
+ sort
+ grep '.*:.*:compile'
+ uniq
+ cat ./java/dependencies-client.txt
+ read i
+ find . -name dependencies-client.txt
+ read i
+ grep '.*:.*:runtime'
+ tr -d '[:blank:]'
+ sort
+ sed -e 's/(optional)//' -e 's/:runtime.*/:runtime/'
+ uniq
+ cat ./java/dependencies-client.txt
+ read i
+ find . -name dependencies-client.txt
+ read i
+ sort
+ sed -e 's/(optional)//' -e 's/:test.*/:test/'
+ uniq
+ tr -d '[:blank:]'
+ grep '.*:.*:test'
+ cat ./java/dependencies-client.txt
+ read i
+ find . -name dependencies-client.txt
+ read i
+ tr -d '[:blank:]'
+ uniq
+ sort
+ sed -e 's/(optional)//' -e 's/:provided.*/:provided/'
+ grep '.*:.*:provided'
+ cat ./java/dependencies-client.txt
+ read i
+ find . -name dependencies-client.txt
+ read i
+ rm ./java/dependencies-client.txt
+ read i
+ cat compile-ditto-client.txt
+ read i
+ sort
+ read x
+ uniq
+ cut -d: -f1-4
+ grep -h com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 provided-ditto-client.txt
+ sed -i.bak '/^[[:space:]]*$/d' provided-ditto-client.txt
+ cat compile-ditto-client.txt provided-ditto-client.txt
+ cut -d: -f1-4
+ read i
+ sort
+ read x
+ uniq
+ grep -h com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 test-ditto.txt
grep: test-ditto.txt: No such file or directory
+ sed -i.bak '/^[[:space:]]*$/d' test-ditto-client.txt
+ rm provided-ditto-client.txt.bak test-ditto-client.txt.bak
[license-check-1-ditto-client-java_works-with] $ /bin/sh -xe /tmp/jenkins10539408824928585421.sh
+ echo '##### Ditto Client :: Provided #####'
##### Ditto Client :: Provided #####
+ cat provided-ditto-client.txt
com.google.code.findbugs:jsr305:jar:3.0.2:provided
+ echo '##### Ditto Client :: Test #####'
##### Ditto Client :: Test #####
+ cat test-ditto-client.txt
biz.aQute.bnd:bndlib:jar:2.4.0:test
ch.qos.logback:logback-classic:jar:1.2.11:test
ch.qos.logback:logback-core:jar:1.2.11:test
com.beust:jcommander:jar:1.78:test
com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
junit:junit:jar:4.13.2:test
net.bytebuddy:byte-buddy-agent:jar:1.12.4:test
net.bytebuddy:byte-buddy:jar:1.12.4:test
nl.jqno.equalsverifier:equalsverifier:jar:3.8.2:test
org.apache.felix:org.apache.felix.framework:jar:7.0.3:test
org.apache.maven.resolver:maven-resolver-api:jar:1.3.1:test
org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1:test
org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1:test
org.apache.maven.resolver:maven-resolver-util:jar:1.3.1:test
org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar:1_2:test
org.assertj:assertj-core:jar:3.22.0:test
org.awaitility:awaitility:jar:4.1.1:test
org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:test
org.hamcrest:hamcrest-core:jar:1.3:test
org.hamcrest:hamcrest:jar:2.1:test
org.mockito:mockito-core:jar:4.2.0:test
org.mutabilitydetector:MutabilityDetector:jar:0.10.4:test
org.objenesis:objenesis:jar:3.2:test
org.ops4j.base:ops4j-base-exec:jar:1.5.1:test
org.ops4j.base:ops4j-base-io:jar:1.5.1:test
org.ops4j.base:ops4j-base-lang:jar:1.5.1:test
org.ops4j.base:ops4j-base-monitors:jar:1.5.1:test
org.ops4j.base:ops4j-base-net:jar:1.5.1:test
org.ops4j.base:ops4j-base-spi:jar:1.5.1:test
org.ops4j.base:ops4j-base-store:jar:1.5.1:test
org.ops4j.base:ops4j-base-util-property:jar:1.5.1:test
org.ops4j.pax.exam:pax-exam-container-native:jar:4.13.5:test
org.ops4j.pax.exam:pax-exam:jar:4.13.5:test
org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.5:test
org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.5:test
org.ops4j.pax.exam:pax-exam-spi:jar:4.13.5:test
org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.4:test
org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.4:test
org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.4:test
org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.4:test
org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1:test
org.ops4j.pax.url:pax-url-aether:jar:2.6.8:test
org.ops4j.pax.url:pax-url-aether-support:jar:2.6.8:test
org.ops4j.pax.url:pax-url-classpath:jar:2.6.8:test
org.ops4j.pax.url:pax-url-commons:jar:2.6.8:test
org.ops4j.pax.url:pax-url-link:jar:2.6.8:test
org.reactivestreams:reactive-streams-examples:jar:1.0.3:test
org.reactivestreams:reactive-streams-tck:jar:1.0.3:test
org.skyscreamer:jsonassert:jar:1.5.0:test
org.slf4j:jcl-over-slf4j:jar:1.6.6:test
org.testng:test
org.webjars:jquery:jar:3.5.1:test
+ java -jar org.eclipse.dash.licenses-latest.jar -summary dash-licenses-summary.txt provided-ditto-client.txt test-ditto-client.txt
[main] INFO Querying Eclipse Foundation for license data for 1 items.
[main] INFO Found 1 items.
[main] INFO Querying Eclipse Foundation for license data for 51 items.
[main] INFO Found 15 items.
[main] INFO Querying ClearlyDefined for license data for 36 items.
[main] INFO Found 36 items.
License information could not be automatically verified for the following content:

Invalid: org.testng:test
maven/mavencentral/biz.aQute.bnd/bndlib/2.4.0
maven/mavencentral/nl.jqno.equalsverifier/equalsverifier/3.8.2

This content is either not correctly mapped by the system, or requires review.


Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE