Skip to content

Console Output

Started by user Maxim Nesen
Running as Maxim Nesen
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Agent default-agent-79bdf is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-79bdf"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-79bdf"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-79bdf"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on default-agent-79bdf in /home/jenkins/agent/workspace/Jersey_master_nightly_node_build
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/Jersey_master_nightly_node_build # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 2f87ada974f9cfd1b4eafe169c21489e80b10bbe (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2f87ada974f9cfd1b4eafe169c21489e80b10bbe
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 2f87ada974f9cfd1b4eafe169c21489e80b10bbe
Commit message: "Replace an Exception thrown with BAD_REQUEST"
 > git rev-list --no-walk 2f87ada974f9cfd1b4eafe169c21489e80b10bbe # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Nightly build)
[Pipeline] sh
+ export 'BUILD_OUTPUT=/home/jenkins/agent/workspace/Jersey_master_nightly_node_build/build.out'
+ touch /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/build.out
+ trap error_handler EXIT
+ rm -rf '/home/jenkins/.m2/repository/*'
+ sed -i 's|groupId("org.mortbay.jetty").artifactId("servlet-api-2.5")|groupId("jakarta.servlet").artifactId("jakarta.servlet-api")|g' tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.java
+ sed -i 's|<version>1.0.3</version>|<version>2.5.0-b42</version>|g' pom.xml
+ sed -i 's|<version>3.5.0</version>|<version>4.2.1</version>|g' pom.xml
+ sed -i 's|<forkMode>always</forkMode>|<forkCount>1</forkCount><reuseForks>true</reuseForks><argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine><testFailureIgnore>true</testFailureIgnore>|g' examples/extended-wadl-webapp/pom.xml
+ sed -i 's|<reuseForks>false</reuseForks>|<reuseForks>true</reuseForks><argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine><testFailureIgnore>true</testFailureIgnore>|g' tests/osgi/functional/pom.xml
+ mvn -B -U -V -e clean install '-Dmaven.multiModuleProjectDirectory=/opt/tools/apache-maven/3.6.2'
+ error_handler
+ echo ERROR: An error was encountered with the build.
ERROR: An error was encountered with the build.
+ dump_output
+ echo Tailing the last 500 lines of output:
Tailing the last 500 lines of output:
+ tail -500 /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/build.out
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ osgi-helloworld-webapp ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ osgi-helloworld-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/osgi-helloworld-webapp/2.30-SNAPSHOT/osgi-helloworld-webapp-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle >---
[INFO] Building jersey-examples-osgi-helloworld-webapp-lib 2.30-SNAPSHOT [319/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lib-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ lib-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ lib-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/lib-bundle/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/lib-bundle/target/legal
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ lib-bundle ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/lib-bundle/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:manifest (bundle-manifest) @ lib-bundle ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ lib-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/lib-bundle/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ lib-bundle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ lib-bundle ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lib-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ lib-bundle ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/lib-bundle/target/lib-bundle-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:bundle (osgi-bundle) @ lib-bundle ---
[ERROR] Bundle org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle:jar:2.30-SNAPSHOT : Input file does not exist: /home/jenkins/agent/workspace/Jersey_master_nightly_node_build/examples/osgi-helloworld-webapp/lib-bundle/target/legal
[ERROR] Error(s) found in bundle configuration
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jersey 2.30-SNAPSHOT:
[INFO] 
[INFO] jersey ............................................. SUCCESS [  5.502 s]
[INFO] jersey-archetypes .................................. SUCCESS [  0.746 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [  1.461 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.221 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.191 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  0.248 s]
[INFO] jersey-bom ......................................... SUCCESS [  0.234 s]
[INFO] jersey-core-common ................................. SUCCESS [ 24.173 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.165 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  7.383 s]
[INFO] jersey-core-client ................................. SUCCESS [ 19.015 s]
[INFO] jersey-media ....................................... SUCCESS [  0.163 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  2.745 s]
[INFO] jersey-core-server ................................. SUCCESS [ 31.491 s]
[INFO] jersey-containers .................................. SUCCESS [  0.167 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  1.113 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  1.276 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.151 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  2.161 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.360 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.337 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.153 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  3.533 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.162 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [ 18.852 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  2.515 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.240 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [ 18.080 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  7.782 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [ 16.822 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  2.364 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [ 11.148 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  1.948 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [ 38.452 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.369 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.255 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.165 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [ 13.735 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [  6.969 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.144 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  1.298 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  0.827 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [ 10.634 s]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.123 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  1.956 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.163 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [  4.257 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  0.381 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  0.567 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  0.859 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  0.300 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  0.609 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  0.411 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  0.682 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  2.131 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  0.458 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.284 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.675 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.323 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  0.295 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  4.045 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.173 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  1.409 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  1.736 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  1.695 s]
[INFO] jersey-ext-servlet-portability ..................... SUCCESS [  0.370 s]
[INFO] jersey-spring4 ..................................... SUCCESS [  5.523 s]
[INFO] jersey-spring5 ..................................... SUCCESS [  4.843 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  0.400 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  1.055 s]
[INFO] project ............................................ SUCCESS [  0.198 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  5.839 s]
[INFO] jersey-mp-config ................................... SUCCESS [  3.560 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.147 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  3.789 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  0.817 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  3.408 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  2.263 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  0.499 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  4.525 s]
[INFO] jersey-media-json-jackson1 ......................... SUCCESS [  0.385 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  0.461 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  2.182 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  0.685 s]
[INFO] jersey-media-multipart ............................. SUCCESS [  8.023 s]
[INFO] jersey-media-sse ................................... SUCCESS [ 23.243 s]
[INFO] jersey-security .................................... SUCCESS [  0.178 s]
[INFO] oauth1-signature ................................... SUCCESS [  1.480 s]
[INFO] jersey-security .................................... SUCCESS [  0.262 s]
[INFO] oauth1-server ...................................... SUCCESS [  3.227 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.395 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  1.548 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.135 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [05:42 min]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [03:21 min]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  2.182 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [03:17 min]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.147 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  5.428 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  2.193 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [05:49 min]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 11.430 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.153 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  0.918 s]
[INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [  6.219 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.158 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [  8.531 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.510 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  0.470 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  3.428 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  3.039 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.299 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.381 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  0.370 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  0.816 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.162 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.416 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [  9.015 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.394 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.465 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.441 s]
[INFO] client-connector-provider .......................... SUCCESS [  1.792 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.212 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  1.539 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.344 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.140 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.184 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  0.390 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  0.514 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.442 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.144 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  0.454 s]
[INFO] j-376-reproducer ................................... SUCCESS [  3.960 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.434 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.380 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.429 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.145 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.193 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.393 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.380 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.156 s]
[INFO] jersey-tests-component-inject ...................... SUCCESS [  2.767 s]
[INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [  2.310 s]
[INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [  1.990 s]
[INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [  2.631 s]
[INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [  2.463 s]
[INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [  2.525 s]
[INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [  2.482 s]
[INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [  2.333 s]
[INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [  2.266 s]
[INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [  3.012 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  1.884 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.428 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.473 s]
[INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [  2.614 s]
[INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [  2.488 s]
[INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [  2.358 s]
[INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [  3.431 s]
[INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [  2.730 s]
[INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [  4.794 s]
[INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [  2.990 s]
[INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [  2.428 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  1.356 s]
[INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [  2.363 s]
[INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [  3.016 s]
[INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [  3.104 s]
[INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [  1.907 s]
[INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [  6.231 s]
[INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [  4.320 s]
[INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [  2.186 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [  2.441 s]
[INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [  2.168 s]
[INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [  6.911 s]
[INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [  3.062 s]
[INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [  4.493 s]
[INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [  3.189 s]
[INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [  2.026 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  1.912 s]
[INFO] jersey-3992 ........................................ SUCCESS [  2.677 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  2.917 s]
[INFO] jersey-4321 ........................................ SUCCESS [  2.318 s]
[INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [  2.293 s]
[INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [  2.402 s]
[INFO] jersey-tests-integration-property-check ............ SUCCESS [  0.990 s]
[INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [  3.278 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [  2.594 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.220 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 28.332 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [  3.320 s]
[INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [  2.335 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [  2.495 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [  2.499 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [  2.246 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [  2.251 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [  2.084 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [  2.265 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [  2.056 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [  2.099 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [  2.243 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [  3.926 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [  3.254 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [  3.489 s]
[INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [  2.367 s]
[INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [  3.727 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [  8.581 s]
[INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [  2.412 s]
[INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [  0.441 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [  2.674 s]
[INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [  2.672 s]
[INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [  2.490 s]
[INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [  2.200 s]
[INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [  2.471 s]
[INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [  2.350 s]
[INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [  2.341 s]
[INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [  2.425 s]
[INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [  2.948 s]
[INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [  3.784 s]
[INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [  2.212 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [  1.066 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [  3.696 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [  3.025 s]
[INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [  4.130 s]
[INFO] jersey-tests-integration-sonar-test ................ SUCCESS [  2.369 s]
[INFO] jersey-tests-integration-spring4 ................... SUCCESS [  6.327 s]
[INFO] jersey-tests-integration-spring5 ................... SUCCESS [  5.093 s]
[INFO] jersey-tests-integration-tracing-support ........... SUCCESS [  9.852 s]
[INFO] config-webapp ...................................... SUCCESS [  0.941 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  2.561 s]
[INFO] jersey-rest-client-tck ............................. SUCCESS [01:29 min]
[INFO] jersey-tests-jmockit ............................... SUCCESS [  3.633 s]
[INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [  0.235 s]
[INFO] jersey-tests-memleak ............................... SUCCESS [  0.144 s]
[INFO] jersey-tests-memleak-redeployment .................. SUCCESS [  0.143 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [  0.479 s]
[INFO] jersey-examples .................................... SUCCESS [  0.217 s]
[INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [  0.159 s]
[INFO] jersey-examples-helloworld-webapp .................. SUCCESS [  1.957 s]
[INFO] jersey-test-framework-maven ........................ SUCCESS [  0.141 s]
[INFO] jersey-test-framework-maven-container-runner-plugin  SUCCESS [ 11.103 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [  0.310 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [  0.338 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [  0.356 s]
[INFO] jersey-tests-memleak-testcase ...................... SUCCESS [  0.196 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [  0.468 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [  0.422 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [  0.208 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [  0.567 s]
[INFO] jersey-tests-osgi .................................. SUCCESS [  0.157 s]
[INFO] jersey-tests-osgi-functional ....................... SUCCESS [ 34.664 s]
[INFO] jersey-tests-stress ................................ SUCCESS [  6.898 s]
[INFO] jersey-tests-performance ........................... SUCCESS [  0.245 s]
[INFO] performance-test-benchmarks ........................ SUCCESS [  7.025 s]
[INFO] jersey-tests-performance-runners ................... SUCCESS [  0.164 s]
[INFO] jersey-grizzly-runner .............................. SUCCESS [  0.775 s]
[INFO] jersey-tests-performance-testcase .................. SUCCESS [  0.161 s]
[INFO] jersey-tests-performance-assemblies ................ SUCCESS [  0.187 s]
[INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [  2.595 s]
[INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [  2.241 s]
[INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [  2.370 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [  2.297 s]
[INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [  3.055 s]
[INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [  2.596 s]
[INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [  2.544 s]
[INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [  2.524 s]
[INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [  3.031 s]
[INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [  2.444 s]
[INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [  2.227 s]
[INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [  2.549 s]
[INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [  3.047 s]
[INFO] jersey-tests-performance-param-srl ................. SUCCESS [  2.133 s]
[INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [  1.933 s]
[INFO] performance-test-tools ............................. SUCCESS [  0.561 s]
[INFO] jersey-examples-assemblies ......................... SUCCESS [  0.206 s]
[INFO] jersey-examples-bookmark ........................... SUCCESS [  0.477 s]
[INFO] jersey-examples-bookmark-em ........................ SUCCESS [  0.449 s]
[INFO] jersey-examples-bookstore-webapp ................... SUCCESS [  0.496 s]
[INFO] jersey-examples-cdi-webapp ......................... SUCCESS [  6.022 s]
[INFO] jersey-examples-clipboard .......................... SUCCESS [  2.655 s]
[INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [  1.789 s]
[INFO] jersey-examples-declarative-linking ................ SUCCESS [  2.223 s]
[INFO] jersey-examples-entity-filtering ................... SUCCESS [  5.266 s]
[INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [  4.046 s]
[INFO] jersey-examples-entity-filtering-security .......... SUCCESS [  4.201 s]
[INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 53.219 s]
[INFO] jersey-examples-exception-mapping .................. SUCCESS [  2.698 s]
[INFO] jersey-examples-freemarker-webapp .................. SUCCESS [  2.822 s]
[INFO] jersey-examples-groovy ............................. SUCCESS [  6.708 s]
[INFO] jersey-examples-helloworld ......................... SUCCESS [  4.447 s]
[INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [  3.507 s]
[INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [  3.276 s]
[INFO] jersey-examples-helloworld-netty ................... SUCCESS [  4.108 s]
[INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [  1.884 s]
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [  1.523 s]
[INFO] jersey-examples-helloworld-weld .................... SUCCESS [  8.098 s]
[INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [  1.021 s]
[INFO] helloworld-spring-annotations ...................... SUCCESS [  2.142 s]
[INFO] jersey-examples-http-patch ......................... SUCCESS [  3.200 s]
[INFO] jersey-examples-http-trace ......................... SUCCESS [  2.587 s]
[INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [  2.946 s]
[INFO] jersey-examples-https-server-glassfish ............. SUCCESS [  0.450 s]
[INFO] jersey-examples-java8-webapp ....................... SUCCESS [  2.198 s]
[INFO] jersey-examples-jaxb ............................... SUCCESS [  3.259 s]
[INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [  2.050 s]
[INFO] jersey-examples-ejb ................................ SUCCESS [  0.239 s]
[INFO] jersey-examples-json-binding-webapp ................ SUCCESS [  0.644 s]
[INFO] jersey-examples-json-jackson ....................... SUCCESS [  3.783 s]
[INFO] jersey-examples-json-jackson1 ...................... SUCCESS [  2.954 s]
[INFO] jersey-examples-json-jettison ...................... SUCCESS [  3.006 s]
[INFO] jersey-examples-json-moxy .......................... SUCCESS [  3.096 s]
[INFO] jersey-examples-json-processing-webapp ............. SUCCESS [  2.497 s]
[INFO] jersey-examples-json-with-padding .................. SUCCESS [  3.282 s]
[INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [  0.383 s]
[INFO] jersey-examples-managed-client ..................... SUCCESS [  1.928 s]
[INFO] jersey-examples-managed-client-webapp .............. SUCCESS [  1.979 s]
[INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [  1.917 s]
[INFO] jersey-examples-multipart-webapp ................... SUCCESS [  2.896 s]
[INFO] jersey-examples-open-tracing ....................... SUCCESS [  0.784 s]
[INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [  0.254 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... FAILURE [  0.418 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED
[INFO] jersey-examples-osgi-http-service .................. SKIPPED
[INFO] jersey-examples-osgi-http-service-bundle ........... SKIPPED
[INFO] jersey-examples-osgi-http-service-test ............. SKIPPED
[INFO] oauth-client-twitter ............................... SKIPPED
[INFO] jersey-examples-reload ............................. SKIPPED
[INFO] jersey-examples-rx-client-webapp ................... SKIPPED
[INFO] jersey-examples-server-async ....................... SKIPPED
[INFO] jersey-examples-server-async-managed ............... SKIPPED
[INFO] jersey-examples-server-async-standalone ............ SKIPPED
[INFO] jersey-examples-server-async-standalone-client ..... SKIPPED
[INFO] jersey-examples-server-async-standalone-webapp ..... SKIPPED
[INFO] jersey-examples-server-sent-events-jersey .......... SKIPPED
[INFO] jersey-examples-server-sent-events-jaxrs ........... SKIPPED
[INFO] jersey-examples-servlet3-webapp .................... SKIPPED
[INFO] jersey-examples-simple-console ..................... SKIPPED
[INFO] jersey-examples-sse-item-store-jersey-webapp ....... SKIPPED
[INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SKIPPED
[INFO] jersey-examples-sse-twitter-aggregator ............. SKIPPED
[INFO] jersey-examples-system-properties .................. SKIPPED
[INFO] jersey-examples-moxy ............................... SKIPPED
[INFO] jersey-test-framework-maven-custom-enforcer-rules .. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  36:13 min
[INFO] Finished at: 2020-01-03T10:00:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.felix:maven-bundle-plugin:4.2.1:bundle (osgi-bundle) on project lib-bundle: Error(s) found in bundle configuration -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.felix:maven-bundle-plugin:4.2.1:bundle (osgi-bundle) on project lib-bundle: Error(s) found in bundle configuration
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error(s) found in bundle configuration
    at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:513)
    at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:364)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoFailureException: Error(s) found in bundle configuration
    at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:452)
    at org.apache.felix.bundleplugin.BundlePlugin.execute (BundlePlugin.java:364)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :lib-bundle
+ exit 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE