Skip to content

Console Output

Started by user Thomas Jaeckle
Running as Thomas Jaeckle
Agent basic-j54dd is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-j54dd"
  namespace: "ditto"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ditto.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-j54dd"
    - 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-j54dd"
    - 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.13.3"
    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-j54dd (basic) in workspace /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build
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_build # 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 218210fff5d7b1f52aaacedee52835d7842bcc50 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 218210fff5d7b1f52aaacedee52835d7842bcc50 # timeout=10
Commit message: "Merge pull request #209 from bosch-io/ditto-310-prep"
 > git rev-list --no-walk 38c77fd154bc644959a4ba6961f6167d9c743031 # timeout=10
[license-check-1-ditto-client-java_works-with_build] $ /bin/sh -xe /tmp/jenkins6451189734021306403.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%  147M 0s
    50K .......... .......... .......... .......... ..........  0%  128M 0s
   100K .......... .......... .......... .......... ..........  1% 18.0M 0s
   150K .......... .......... .......... .......... ..........  1% 35.6M 0s
   200K .......... .......... .......... .......... ..........  2% 25.6M 0s
   250K .......... .......... .......... .......... ..........  2% 64.8M 0s
   300K .......... .......... .......... .......... ..........  2% 78.9M 0s
   350K .......... .......... .......... .......... ..........  3% 44.0M 0s
   400K .......... .......... .......... .......... ..........  3% 37.7M 0s
   450K .......... .......... .......... .......... ..........  4% 25.1M 0s
   500K .......... .......... .......... .......... ..........  4% 53.2M 0s
   550K .......... .......... .......... .......... ..........  5% 39.7M 0s
   600K .......... .......... .......... .......... ..........  5% 29.8M 0s
   650K .......... .......... .......... .......... ..........  5% 4.50M 0s
   700K .......... .......... .......... .......... ..........  6% 6.56M 1s
   750K .......... .......... .......... .......... ..........  6% 91.9M 0s
   800K .......... .......... .......... .......... ..........  7%  118M 0s
   850K .......... .......... .......... .......... ..........  7% 98.6M 0s
   900K .......... .......... .......... .......... ..........  8%  135M 0s
   950K .......... .......... .......... .......... ..........  8%  108M 0s
  1000K .......... .......... .......... .......... ..........  8% 96.9M 0s
  1050K .......... .......... .......... .......... ..........  9%  139M 0s
  1100K .......... .......... .......... .......... ..........  9%  120M 0s
  1150K .......... .......... .......... .......... .......... 10% 73.4M 0s
  1200K .......... .......... .......... .......... .......... 10% 4.30M 0s
  1250K .......... .......... .......... .......... .......... 11%  122M 0s
  1300K .......... .......... .......... .......... .......... 11% 97.8M 0s
  1350K .......... .......... .......... .......... .......... 11%  119M 0s
  1400K .......... .......... .......... .......... .......... 12% 4.43M 0s
  1450K .......... .......... .......... .......... .......... 12%  130M 0s
  1500K .......... .......... .......... .......... .......... 13% 97.6M 0s
  1550K .......... .......... .......... .......... .......... 13% 92.9M 0s
  1600K .......... .......... .......... .......... .......... 14%  124M 0s
  1650K .......... .......... .......... .......... .......... 14%  114M 0s
  1700K .......... .......... .......... .......... .......... 14% 24.8M 0s
  1750K .......... .......... .......... .......... .......... 15%  130M 0s
  1800K .......... .......... .......... .......... .......... 15%  116M 0s
  1850K .......... .......... .......... .......... .......... 16% 97.3M 0s
  1900K .......... .......... .......... .......... .......... 16%  128M 0s
  1950K .......... .......... .......... .......... .......... 17% 94.7M 0s
  2000K .......... .......... .......... .......... .......... 17% 88.4M 0s
  2050K .......... .......... .......... .......... .......... 17%  128M 0s
  2100K .......... .......... .......... .......... .......... 18%  130M 0s
  2150K .......... .......... .......... .......... .......... 18%  110M 0s
  2200K .......... .......... .......... .......... .......... 19% 4.32M 0s
  2250K .......... .......... .......... .......... .......... 19%  117M 0s
  2300K .......... .......... .......... .......... .......... 20%  127M 0s
  2350K .......... .......... .......... .......... .......... 20% 76.4M 0s
  2400K .......... .......... .......... .......... .......... 20%  134M 0s
  2450K .......... .......... .......... .......... .......... 21%  141M 0s
  2500K .......... .......... .......... .......... .......... 21% 86.8M 0s
  2550K .......... .......... .......... .......... .......... 22%  125M 0s
  2600K .......... .......... .......... .......... .......... 22%  141M 0s
  2650K .......... .......... .......... .......... .......... 23%  116M 0s
  2700K .......... .......... .......... .......... .......... 23%  100M 0s
  2750K .......... .......... .......... .......... .......... 23% 92.7M 0s
  2800K .......... .......... .......... .......... .......... 24%  138M 0s
  2850K .......... .......... .......... .......... .......... 24% 2.76M 0s
  2900K .......... .......... .......... .......... .......... 25%  141M 0s
  2950K .......... .......... .......... .......... .......... 25%  102M 0s
  3000K .......... .......... .......... .......... .......... 26%  104M 0s
  3050K .......... .......... .......... .......... .......... 26%  129M 0s
  3100K .......... .......... .......... .......... .......... 26%  127M 0s
  3150K .......... .......... .......... .......... .......... 27% 92.4M 0s
  3200K .......... .......... .......... .......... .......... 27%  110M 0s
  3250K .......... .......... .......... .......... .......... 28%  101M 0s
  3300K .......... .......... .......... .......... .......... 28%  137M 0s
  3350K .......... .......... .......... .......... .......... 29%  104M 0s
  3400K .......... .......... .......... .......... .......... 29%  101M 0s
  3450K .......... .......... .......... .......... .......... 29% 9.17M 0s
  3500K .......... .......... .......... .......... .......... 30%  104M 0s
  3550K .......... .......... .......... .......... .......... 30% 7.27M 0s
  3600K .......... .......... .......... .......... .......... 31%  132M 0s
  3650K .......... .......... .......... .......... .......... 31%  120M 0s
  3700K .......... .......... .......... .......... .......... 32% 99.5M 0s
  3750K .......... .......... .......... .......... .......... 32%  128M 0s
  3800K .......... .......... .......... .......... .......... 32%  131M 0s
  3850K .......... .......... .......... .......... .......... 33% 90.7M 0s
  3900K .......... .......... .......... .......... .......... 33%  134M 0s
  3950K .......... .......... .......... .......... .......... 34% 92.9M 0s
  4000K .......... .......... .......... .......... .......... 34%  117M 0s
  4050K .......... .......... .......... .......... .......... 35%  100M 0s
  4100K .......... .......... .......... .......... .......... 35%  130M 0s
  4150K .......... .......... .......... .......... .......... 35%  109M 0s
  4200K .......... .......... .......... .......... .......... 36%  104M 0s
  4250K .......... .......... .......... .......... .......... 36%  130M 0s
  4300K .......... .......... .......... .......... .......... 37% 91.5M 0s
  4350K .......... .......... .......... .......... .......... 37% 89.1M 0s
  4400K .......... .......... .......... .......... .......... 38%  143M 0s
  4450K .......... .......... .......... .......... .......... 38% 51.3M 0s
  4500K .......... .......... .......... .......... .......... 38% 35.8M 0s
  4550K .......... .......... .......... .......... .......... 39% 43.7M 0s
  4600K .......... .......... .......... .......... .......... 39% 45.1M 0s
  4650K .......... .......... .......... .......... .......... 40% 1.33M 0s
  4700K .......... .......... .......... .......... .......... 40%  137M 0s
  4750K .......... .......... .......... .......... .......... 41% 4.02M 0s
  4800K .......... .......... .......... .......... .......... 41% 95.7M 0s
  4850K .......... .......... .......... .......... .......... 41%  136M 0s
  4900K .......... .......... .......... .......... .......... 42% 39.8M 0s
  4950K .......... .......... .......... .......... .......... 42%  125M 0s
  5000K .......... .......... .......... .......... .......... 43%  113M 0s
  5050K .......... .......... .......... .......... .......... 43%  101M 0s
  5100K .......... .......... .......... .......... .......... 44%  140M 0s
  5150K .......... .......... .......... .......... .......... 44% 91.3M 0s
  5200K .......... .......... .......... .......... .......... 44% 87.7M 0s
  5250K .......... .......... .......... .......... .......... 45% 51.9M 0s
  5300K .......... .......... .......... .......... .......... 45% 48.2M 0s
  5350K .......... .......... .......... .......... .......... 46% 7.97M 0s
  5400K .......... .......... .......... .......... .......... 46%  101M 0s
  5450K .......... .......... .......... .......... .......... 47%  128M 0s
  5500K .......... .......... .......... .......... .......... 47%  138M 0s
  5550K .......... .......... .......... .......... .......... 47% 69.3M 0s
  5600K .......... .......... .......... .......... .......... 48%  126M 0s
  5650K .......... .......... .......... .......... .......... 48%  144M 0s
  5700K .......... .......... .......... .......... .......... 49% 88.1M 0s
  5750K .......... .......... .......... .......... .......... 49%  124M 0s
  5800K .......... .......... .......... .......... .......... 50%  133M 0s
  5850K .......... .......... .......... .......... .......... 50%  123M 0s
  5900K .......... .......... .......... .......... .......... 50% 90.5M 0s
  5950K .......... .......... .......... .......... .......... 51% 89.4M 0s
  6000K .......... .......... .......... .......... .......... 51%  152M 0s
  6050K .......... .......... .......... .......... .......... 52% 52.8M 0s
  6100K .......... .......... .......... .......... .......... 52% 53.9M 0s
  6150K .......... .......... .......... .......... .......... 53% 98.4M 0s
  6200K .......... .......... .......... .......... .......... 53% 80.0M 0s
  6250K .......... .......... .......... .......... .......... 53% 41.1M 0s
  6300K .......... .......... .......... .......... .......... 54% 46.6M 0s
  6350K .......... .......... .......... .......... .......... 54% 31.9M 0s
  6400K .......... .......... .......... .......... .......... 55% 40.3M 0s
  6450K .......... .......... .......... .......... .......... 55% 47.6M 0s
  6500K .......... .......... .......... .......... .......... 56% 44.5M 0s
  6550K .......... .......... .......... .......... .......... 56% 35.7M 0s
  6600K .......... .......... .......... .......... .......... 56% 49.3M 0s
  6650K .......... .......... .......... .......... .......... 57% 42.8M 0s
  6700K .......... .......... .......... .......... .......... 57% 53.3M 0s
  6750K .......... .......... .......... .......... .......... 58% 32.0M 0s
  6800K .......... .......... .......... .......... .......... 58% 56.1M 0s
  6850K .......... .......... .......... .......... .......... 59% 31.5M 0s
  6900K .......... .......... .......... .......... .......... 59% 46.0M 0s
  6950K .......... .......... .......... .......... .......... 59% 44.6M 0s
  7000K .......... .......... .......... .......... .......... 60% 56.7M 0s
  7050K .......... .......... .......... .......... .......... 60% 40.9M 0s
  7100K .......... .......... .......... .......... .......... 61% 3.89M 0s
  7150K .......... .......... .......... .......... .......... 61% 88.9M 0s
  7200K .......... .......... .......... .......... .......... 62% 92.5M 0s
  7250K .......... .......... .......... .......... .......... 62%  134M 0s
  7300K .......... .......... .......... .......... .......... 62%  132M 0s
  7350K .......... .......... .......... .......... .......... 63% 89.5M 0s
  7400K .......... .......... .......... .......... .......... 63%  130M 0s
  7450K .......... .......... .......... .......... .......... 64% 6.55M 0s
  7500K .......... .......... .......... .......... .......... 64%  135M 0s
  7550K .......... .......... .......... .......... .......... 65% 46.6M 0s
  7600K .......... .......... .......... .......... .......... 65% 86.8M 0s
  7650K .......... .......... .......... .......... .......... 65% 68.3M 0s
  7700K .......... .......... .......... .......... .......... 66% 77.9M 0s
  7750K .......... .......... .......... .......... .......... 66% 97.1M 0s
  7800K .......... .......... .......... .......... .......... 67%  133M 0s
  7850K .......... .......... .......... .......... .......... 67% 22.3M 0s
  7900K .......... .......... .......... .......... .......... 68%  135M 0s
  7950K .......... .......... .......... .......... .......... 68% 89.5M 0s
  8000K .......... .......... .......... .......... .......... 68% 4.99M 0s
  8050K .......... .......... .......... .......... .......... 69%  127M 0s
  8100K .......... .......... .......... .......... .......... 69% 6.04M 0s
  8150K .......... .......... .......... .......... .......... 70% 88.5M 0s
  8200K .......... .......... .......... .......... .......... 70%  154M 0s
  8250K .......... .......... .......... .......... .......... 71% 60.0M 0s
  8300K .......... .......... .......... .......... .......... 71% 88.2M 0s
  8350K .......... .......... .......... .......... .......... 71% 92.4M 0s
  8400K .......... .......... .......... .......... .......... 72%  138M 0s
  8450K .......... .......... .......... .......... .......... 72% 6.62M 0s
  8500K .......... .......... .......... .......... .......... 73%  129M 0s
  8550K .......... .......... .......... .......... .......... 73% 90.3M 0s
  8600K .......... .......... .......... .......... .......... 74%  128M 0s
  8650K .......... .......... .......... .......... .......... 74%  122M 0s
  8700K .......... .......... .......... .......... .......... 74% 96.6M 0s
  8750K .......... .......... .......... .......... .......... 75% 94.7M 0s
  8800K .......... .......... .......... .......... .......... 75%  113M 0s
  8850K .......... .......... .......... .......... .......... 76% 9.41M 0s
  8900K .......... .......... .......... .......... .......... 76% 86.0M 0s
  8950K .......... .......... .......... .......... .......... 77%  117M 0s
  9000K .......... .......... .......... .......... .......... 77% 94.8M 0s
  9050K .......... .......... .......... .......... .......... 77%  119M 0s
  9100K .......... .......... .......... .......... .......... 78%  101M 0s
  9150K .......... .......... .......... .......... .......... 78% 94.2M 0s
  9200K .......... .......... .......... .......... .......... 79%  126M 0s
  9250K .......... .......... .......... .......... .......... 79% 54.8M 0s
  9300K .......... .......... .......... .......... .......... 80%  115M 0s
  9350K .......... .......... .......... .......... .......... 80% 56.2M 0s
  9400K .......... .......... .......... .......... .......... 80%  128M 0s
  9450K .......... .......... .......... .......... .......... 81% 94.7M 0s
  9500K .......... .......... .......... .......... .......... 81% 2.18M 0s
  9550K .......... .......... .......... .......... .......... 82%  102M 0s
  9600K .......... .......... .......... .......... .......... 82% 6.89M 0s
  9650K .......... .......... .......... .......... .......... 83%  128M 0s
  9700K .......... .......... .......... .......... .......... 83%  109M 0s
  9750K .......... .......... .......... .......... .......... 83%  117M 0s
  9800K .......... .......... .......... .......... .......... 84%  119M 0s
  9850K .......... .......... .......... .......... .......... 84%  106M 0s
  9900K .......... .......... .......... .......... .......... 85%  123M 0s
  9950K .......... .......... .......... .......... .......... 85% 97.3M 0s
 10000K .......... .......... .......... .......... .......... 86% 88.9M 0s
 10050K .......... .......... .......... .......... .......... 86%  134M 0s
 10100K .......... .......... .......... .......... .......... 86%  133M 0s
 10150K .......... .......... .......... .......... .......... 87% 88.6M 0s
 10200K .......... .......... .......... .......... .......... 87%  135M 0s
 10250K .......... .......... .......... .......... .......... 88%  124M 0s
 10300K .......... .......... .......... .......... .......... 88% 94.5M 0s
 10350K .......... .......... .......... .......... .......... 89% 95.0M 0s
 10400K .......... .......... .......... .......... .......... 89%  135M 0s
 10450K .......... .......... .......... .......... .......... 89%  117M 0s
 10500K .......... .......... .......... .......... .......... 90% 28.8M 0s
 10550K .......... .......... .......... .......... .......... 90% 77.9M 0s
 10600K .......... .......... .......... .......... .......... 91% 2.68M 0s
 10650K .......... .......... .......... .......... .......... 91%  122M 0s
 10700K .......... .......... .......... .......... .......... 92% 99.1M 0s
 10750K .......... .......... .......... .......... .......... 92% 90.9M 0s
 10800K .......... .......... .......... .......... .......... 92%  135M 0s
 10850K .......... .......... .......... .......... .......... 93%  114M 0s
 10900K .......... .......... .......... .......... .......... 93%  102M 0s
 10950K .......... .......... .......... .......... .......... 94%  117M 0s
 11000K .......... .......... .......... .......... .......... 94% 94.8M 0s
 11050K .......... .......... .......... .......... .......... 95%  134M 0s
 11100K .......... .......... .......... .......... .......... 95%  117M 0s
 11150K .......... .......... .......... .......... .......... 95% 97.1M 0s
 11200K .......... .......... .......... .......... .......... 96% 95.9M 0s
 11250K .......... .......... .......... .......... .......... 96%  132M 0s
 11300K .......... .......... .......... .......... .......... 97% 90.6M 0s
 11350K .......... .......... .......... .......... .......... 97%  130M 0s
 11400K .......... .......... .......... .......... .......... 98%  131M 0s
 11450K .......... .......... .......... .......... .......... 98%  119M 0s
 11500K .......... .......... .......... .......... .......... 98% 98.4M 0s
 11550K .......... .......... .......... .......... .......... 99% 7.29M 0s
 11600K .......... .......... .......... .......... .......... 99%  131M 0s
 11650K .......... .......... .........                       100% 17.8M=0.4s[license-check-1-ditto-client-java_works-with_build] $ /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.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
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 ]-------------------------------
[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 ---
[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_build/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 354 source files to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/classes
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/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_build/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_build/java/target/test-classes
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/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_build/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_build/java/src/test/java/org/eclipse/ditto/client/internal/HandlerRegistryTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/src/test/java/org/eclipse/ditto/client/internal/HandlerRegistryTest.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_build/legal/LICENSE,META-INF/NOTICE.md=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/legal/NOTICE.md with META-INF=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/classes/META-INF,ditto-client-version.properties=/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/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_build/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_build/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_build/java/target/dependencies/slf4j-api-1.7.36.jar
[INFO] Copying reactive-streams-1.0.4.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/java/target/dependencies/reactive-streams-1.0.4.jar
[INFO] Copying minimal-json-0.9.5.jar to /home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/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_build/java/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/license-check-1-ditto-client-java_works-with_build/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_build/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_build/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_build/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:00 min (Wall Clock)
[INFO] Finished at: 2022-12-14T13:42:43Z
[INFO] ------------------------------------------------------------------------
[license-check-1-ditto-client-java_works-with_build] $ /opt/tools/apache-maven/latest/bin/mvn -f java/pom.xml dependency:resolve-plugins -Dsort=true -DoutputFile=plugins.txt
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
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:resolve-plugins (default-cli) @ ditto-client ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  36.833 s
[INFO] Finished at: 2022-12-14T13:43:21Z
[INFO] ------------------------------------------------------------------------
[license-check-1-ditto-client-java_works-with_build] $ /bin/sh -xe /tmp/jenkins13657726439316526087.sh
+ find . -name plugins.txt
+ read i
+ grep '.*:.*:runtime$'
+ tr -d '[:blank:]'
+ sed -e 's/(optional)//' -e 's/:runtime.*/:runtime/'
+ sort
+ uniq
+ cat ./java/plugins.txt
+ read i
+ find . -name plugins.txt
+ read i
+ rm ./java/plugins.txt
+ read i
+ echo '##### Ditto :: Build #####'
##### Ditto :: Build #####
+ cat maven-plugins-ditto-client.txt
com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.14.3:runtime
com.mycila:license-maven-plugin:maven-plugin:3.0:runtime
org.apache.felix:maven-bundle-plugin:maven-plugin:4.2.1:runtime
org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:3.1.0:runtime
org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.5:runtime
org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.8.1:runtime
org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.2:runtime
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.8.2:runtime
org.apache.maven.plugins:maven-failsafe-plugin:maven-plugin:3.0.0-M4:runtime
org.apache.maven.plugins:maven-install-plugin:maven-plugin:2.5.2:runtime
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:3.1.0:runtime
org.apache.maven.plugins:maven-scm-plugin:maven-plugin:1.9.5:runtime
org.apache.maven.plugins:maven-site-plugin:maven-plugin:3.3:runtime
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:3.0.0-M4:runtime
org.codehaus.mojo:flatten-maven-plugin:maven-plugin:1.0.1:runtime
org.codehaus.mojo:license-maven-plugin:maven-plugin:2.0.0:runtime
org.codehaus.mojo:versions-maven-plugin:maven-plugin:2.5:runtime
org.jacoco:jacoco-maven-plugin:maven-plugin:0.8.5:runtime
+ java -jar org.eclipse.dash.licenses-latest.jar -summary dash-licenses-summary.txt maven-plugins-ditto-client.txt
[main] INFO Querying Eclipse Foundation for license data for 18 items.
[main] INFO Found 2 items.
[main] INFO Querying ClearlyDefined for license data for 16 items.
[main] INFO Found 16 items.
[main] INFO License information could not be automatically verified for the following content:
[main] INFO 
[main] INFO maven/mavencentral/org.apache.maven.plugins/maven-install-plugin/2.5.2
[main] INFO maven/mavencentral/org.codehaus.mojo/license-maven-plugin/2.0.0
[main] INFO 
[main] INFO 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