Skip to content
Aborted

Console Output

Started by user Matthias Sohn
Running as Matthias Sohn
Agent centos-7-qhtqb is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-qhtqb"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jetty.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-qhtqb"
    - 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: "centos-7-qhtqb"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jetty.svc.cluster.local/jetty/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
    imagePullPolicy: "Always"
    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: "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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jetty"
      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 centos-7-qhtqb (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/jetty-rt-bundles-9
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-Kz5FllOrIChe/agent.56
SSH_AGENT_PID=58
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jetty-rt-bundles-9@tmp/private_key_9130566934478445739.key (/home/jenkins/agent/workspace/jetty-rt-bundles-9@tmp/private_key_9130566934478445739.key)
[ssh-agent] Using credentials genie.jetty (ssh://genie.jetty@projects-storage.eclipse.org)
[jetty-rt-bundles-9] $ /bin/sh -xe /tmp/jenkins12850523075094863515.sh
+ git clone https://github.com/eclipse/jetty.project --single-branch --branch jetty-9.4.x
Cloning into 'jetty.project'...
+ pushd jetty.project
~/agent/workspace/jetty-rt-bundles-9/jetty.project ~/agent/workspace/jetty-rt-bundles-9
+ rm Jenkinsfile
+ projList='!jetty-distribution,!tests/test-integration'
+ [[ jetty-9.4.x =~ jetty-9\.3 ]]
+ /opt/tools/apache-maven/latest/bin/mvn clean install -Pcbi-repository -DskipTests -Declipse-sign -pl '!jetty-distribution,!tests/test-integration'
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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.10.19-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jetty :: Build Resources                                           [jar]
[INFO] Jetty :: Project                                                   [pom]
[INFO] Jetty :: Utilities                                                 [jar]
[INFO] Jetty :: JMX Management                                            [jar]
[INFO] Jetty :: IO Utility                                                [jar]
[INFO] Jetty :: Http Utility                                              [jar]
[INFO] Jetty :: XML utilities                                             [jar]
[INFO] Jetty :: Utilities :: Ajax(JSON)                                   [jar]
[INFO] Jetty :: Server Core                                               [jar]
[INFO] Jetty :: Security                                                  [jar]
[INFO] Jetty :: Asynchronous HTTP Client                                  [jar]
[INFO] Jetty :: Servlet Handling                                          [jar]
[INFO] Jetty :: Webapp Application Support                                [jar]
[INFO] Jetty :: JNDI Naming                                               [jar]
[INFO] Jetty :: Plus                                                      [jar]
[INFO] Jetty :: Servlet Annotations                                       [jar]
[INFO] Jetty :: Ant Plugin                                                [jar]
[INFO] Jetty :: HTTP2                                                     [pom]
[INFO] Jetty :: HTTP2 :: HPACK                                            [jar]
[INFO] Jetty :: HTTP2 :: Common                                           [jar]
[INFO] Jetty :: ALPN :: Parent                                            [pom]
[INFO] Jetty :: ALPN :: Client                                            [jar]
[INFO] Jetty :: Continuation                                              [jar]
[INFO] Jetty :: Utility Servlets and Filters                              [jar]
[INFO] Jetty :: Proxy                                                     [jar]
[INFO] Jetty :: ALPN :: Server                                            [jar]
[INFO] Jetty :: HTTP2 :: Server                                           [jar]
[INFO] Jetty :: HTTP2 :: Client                                           [jar]
[INFO] Jetty :: ALPN :: JDK9 Client Implementation                        [jar]
[INFO] Jetty :: ALPN :: JDK9 Server Implementation                        [jar]
[INFO] Jetty :: HTTP2 :: HTTP Client Transport                            [jar]
[INFO] Jetty :: OpenID                                                    [jar]
[INFO] Jetty :: FastCGI :: Parent                                         [pom]
[INFO] Jetty :: FastCGI :: Client                                         [jar]
[INFO] Jetty :: ALPN :: OpenJDK8 Server Implementation                    [jar]
[INFO] Jetty :: FastCGI :: Server                                         [jar]
[INFO] Jetty :: Websocket :: Parent                                       [pom]
[INFO] Jetty :: Websocket :: API                                          [jar]
[INFO] Jetty :: Websocket :: Common                                       [jar]
[INFO] Jetty :: Websocket :: Client                                       [jar]
[INFO] Jetty :: Websocket :: Servlet Interface                            [jar]
[INFO] Jetty :: Websocket :: Server                                       [jar]
[INFO] Jetty :: Websocket :: Tests                                        [jar]
[INFO] Jetty :: Websocket :: javax.websocket :: Client Implementation     [jar]
[INFO] Jetty :: Websocket :: javax.websocket.server :: Server Implementation [jar]
[INFO] Jetty :: Apache JSP Implementation                                 [jar]
[INFO] Apache :: JSTL module                                              [jar]
[INFO] Jetty Tests :: Parent                                              [pom]
[INFO] Jetty Tests :: WebApps :: Parent                                   [pom]
[INFO] Jetty Tests :: WebApp :: Mock Resources                            [jar]
[INFO] Jetty :: Quick Start                                               [jar]
[INFO] Jetty :: JAAS                                                      [jar]
[INFO] Jetty :: Deployers                                                 [jar]
[INFO] Jetty :: Start                                                     [jar]
[INFO] Jetty :: UnixSocket                                                [jar]
[INFO] Example :: Jetty Spring                                            [jar]
[INFO] Jetty :: CDI                                                       [jar]
[INFO] Jetty :: Rewrite Handler                                           [jar]
[INFO] Jetty :: ALPN :: Conscrypt Client Implementation                   [jar]
[INFO] Jetty :: ALPN :: Conscrypt Server Implementation                   [jar]
[INFO] Jetty :: JASPI Security                                            [jar]
[INFO] Jetty :: Infinispan                                                [pom]
[INFO] Jetty :: Infinispan Session Manager Common                         [jar]
[INFO] Jetty :: Infinispan Session Manager Embedded                       [pom]
[INFO] Jetty :: Infinispan Session Manager Embedded with Querying         [jar]
[INFO] Jetty :: Infinispan Session Manager Remote                         [pom]
[INFO] Jetty :: Infinispan Session Manager Remote                         [jar]
[INFO] Jetty :: Hazelcast Session Manager                                 [jar]
[INFO] Jetty :: GCloud                                                    [pom]
[INFO] Jetty :: GCloud :: Session Manager                                 [jar]
[INFO] Jetty :: Memcached                                                 [pom]
[INFO] Jetty :: Memcached :: Sessions                                     [jar]
[INFO] Jetty Tests :: Sessions :: Parent                                  [pom]
[INFO] Jetty Tests :: Sessions :: Common                                  [jar]
[INFO] Jetty :: NoSQL Session Managers                                    [jar]
[INFO] Jetty :: Home Assembly                                             [pom]
[INFO] Jetty :: Jetty Maven Plugin                               [maven-plugin]
[INFO] Jetty :: Jetty JSPC Maven Plugin                          [maven-plugin]
[INFO] Jetty :: Jmh                                                       [jar]
[INFO] Test :: Jetty Test Webapp                                          [war]
[INFO] Test :: Jetty Proxy Webapp                                         [war]
[INFO] Jetty Tests :: WebApp :: RFC2616                                   [war]
[INFO] Jetty Tests :: Spec Test WebApp :: Parent                          [pom]
[INFO] Jetty Tests :: WebApp :: Servlet Spec :: Fragment Jar              [jar]
[INFO] Jetty Tests :: WebApp :: Servlet Spec :: ServletContainerInitializer Test Jar [jar]
[INFO] Jetty Tests :: Webapps :: Spec Webapp                              [war]
[INFO] Jetty Tests :: WebApp :: JAAS                                      [war]
[INFO] Jetty Tests :: WebApp :: JNDI                                      [war]
[INFO] Test :: Jetty HTTP2 Webapp                                         [war]
[INFO] Test :: Jetty Test Simple Webapp                                   [war]
[INFO] Test :: Jetty Felix Webapp                                         [war]
[INFO] Test :: CDI :: Common Demo Webapp                                  [war]
[INFO] Test :: CDI On Jetty :: Weld Demo Webapp                           [war]
[INFO] Test :: CDI On Jetty :: OWB Demo Webapp                            [war]
[INFO] Test :: Jetty Websocket Simple Webapp with WebSocketClient         [war]
[INFO] Test :: Jetty Websocket Simple Webapp with WebSocketClient         [war]
[INFO] Jetty Tests :: Sessions :: File                                    [jar]
[INFO] Jetty Tests :: Sessions :: JDBC                                    [jar]
[INFO] Jetty Tests :: Sessions :: Mongo                                   [jar]
[INFO] Jetty Tests :: Sessions :: Infinispan                              [jar]
[INFO] Jetty Tests :: Sessions :: GCloud                                  [jar]
[INFO] Jetty Tests :: Sessions :: Memcached                               [jar]
[INFO] Jetty Tests :: Sessions :: Hazelcast                               [jar]
[INFO] Test :: Continuation                                               [jar]
[INFO] Jetty Tests :: Login Service                                       [jar]
[INFO] Jetty Examples :: Parent                                           [pom]
[INFO] Example Async Rest                                                 [pom]
[INFO] Example Async Rest :: Jar                                          [jar]
[INFO] Example Async Rest :: Webapp                                       [war]
[INFO] Jetty :: Documentation                                             [pom]
[INFO] Test :: Jetty Quick Start                                          [jar]
[INFO] Jetty Tests :: JMX Parent                                          [pom]
[INFO] Jetty Tests :: JMX :: WebApp                                       [war]
[INFO] Jetty Tests :: JMX :: WebApp Integration Tests                     [jar]
[INFO] Test :: HTTP Client Transports                                     [jar]
[INFO] test-distribution                                                  [jar]
[INFO] Example :: Jetty Embedded                                          [jar]
[INFO] Jetty :: Runner                                                    [jar]
[INFO] Jetty :: Http Service Provider Interface                           [jar]
[INFO] Jetty :: OSGi                                                      [pom]
[INFO] Jetty :: OSGi :: Boot                                              [jar]
[INFO] Jetty :: OSGi :: Boot JSP                                          [jar]
[INFO] Jetty :: OSGi :: Boot :: Warurl                                    [jar]
[INFO] Jetty :: OSGi :: HttpService                                       [jar]
[INFO] Jetty :: OSGi :: Test WebApp                                       [jar]
[INFO] OSGi Test :: Webapp With Resources                                 [war]
[INFO] Jetty :: OSGi :: Test Context                                      [jar]
[INFO] Jetty :: OSGi :: WebApp Fragment                                   [jar]
[INFO] Jetty :: OSGi :: Server                                            [jar]
[INFO] Jetty :: OSGi ALPN Fragment                                        [jar]
[INFO] Jetty :: OSGi :: Test                                              [jar]
[INFO] Jetty :: ALPN :: OpenJDK8 Client Implementation                    [jar]
[INFO] Jetty :: Bom                                                       [pom]
[INFO] 
[INFO] -----------------< org.eclipse.jetty:build-resources >------------------
[INFO] Building Jetty :: Build Resources 9.4.42-SNAPSHOT                [1/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ build-resources ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ build-resources ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ build-resources ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ build-resources ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/build-resources/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ build-resources ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ build-resources ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ build-resources ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/build-resources/target/build-resources-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ build-resources ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/build-resources/target/build-resources-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/build-resources/9.4.42-SNAPSHOT/build-resources-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/build-resources/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/build-resources/9.4.42-SNAPSHOT/build-resources-9.4.42-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.jetty:jetty-project >-------------------
[INFO] Building Jetty :: Project 9.4.42-SNAPSHOT                        [2/133]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-project ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-project ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-project ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-project ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-project ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-project ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-project ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-project ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-project ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-project ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-project ---
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (check-java-headers) @ jetty-project ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (check-doc-headers) @ jetty-project ---
[INFO] Checking licenses...
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-project ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-project/9.4.42-SNAPSHOT/jetty-project-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/VERSION.txt to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-project/9.4.42-SNAPSHOT/jetty-project-9.4.42-SNAPSHOT-version.txt
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-util >--------------------
[INFO] Building Jetty :: Utilities 9.4.42-SNAPSHOT                      [3/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-util ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-util ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-util ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-util ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-util ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-util ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (create-buildnumber) @ jetty-util ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util
[INFO] Storing buildNumber: 9b6b95601d36ddbdcc98b6645bcd0ffb4920bc8f at timestamp: 1623010937678
[INFO] Storing buildScmBranch: jetty-9.4.x
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-util ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-util ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 180 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/src/main/java/org/eclipse/jetty/util/resource/URLResource.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/src/main/java/org/eclipse/jetty/util/resource/URLResource.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/src/main/java/org/eclipse/jetty/util/TypeUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-util ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 33 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 91 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/src/test/java/org/eclipse/jetty/util/MultiPartInputStreamTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/src/test/java/org/eclipse/jetty/util/MultiPartInputStreamTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/src/test/java/org/eclipse/jetty/util/resource/FileSystemResourceTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/src/test/java/org/eclipse/jetty/util/resource/FileSystemResourceTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-util ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-util ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-util ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-util ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-util ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-util ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42-SNAPSHOT/jetty-util-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42-SNAPSHOT/jetty-util-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42-SNAPSHOT/jetty-util-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42-SNAPSHOT/jetty-util-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42-SNAPSHOT/jetty-util-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-jmx >---------------------
[INFO] Building Jetty :: JMX Management 9.4.42-SNAPSHOT                 [4/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-jmx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-jmx ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-jmx ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-jmx ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-jmx ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-jmx ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-jmx ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-jmx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-jmx ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-jmx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-jmx ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-jmx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-jmx ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-jmx ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-jmx ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-jmx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-jmx ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-jmx ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-jmx ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-jmx ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-jmx ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-jmx ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.4.42-SNAPSHOT/jetty-jmx-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.4.42-SNAPSHOT/jetty-jmx-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.4.42-SNAPSHOT/jetty-jmx-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.4.42-SNAPSHOT/jetty-jmx-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.4.42-SNAPSHOT/jetty-jmx-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ---------------------< org.eclipse.jetty:jetty-io >---------------------
[INFO] Building Jetty :: IO Utility 9.4.42-SNAPSHOT                     [5/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-io ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-io ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-io ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-io ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-io ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-io ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-io ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-io ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-io ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-io ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-io ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-io ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-io ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-io ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-io ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-io ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-io ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-io ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-io ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.42-SNAPSHOT/jetty-io-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.42-SNAPSHOT/jetty-io-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.42-SNAPSHOT/jetty-io-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.42-SNAPSHOT/jetty-io-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-http >--------------------
[INFO] Building Jetty :: Http Utility 9.4.42-SNAPSHOT                   [6/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-http ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-http ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-http ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-http ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-http ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/src/main/java/org/eclipse/jetty/http/MultiPartFormInputStream.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/src/main/java/org/eclipse/jetty/http/MultiPartFormInputStream.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/src/main/java/org/eclipse/jetty/http/MultiPartFormInputStream.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-http ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 126 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/src/test/java/org/eclipse/jetty/http/HttpFieldsTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/src/test/java/org/eclipse/jetty/http/HttpFieldsTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-http ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-http ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-http ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-http ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jetty-http ---
[INFO] Excluding org.eclipse.jetty:jetty-util:jar:9.4.42-SNAPSHOT from the shaded jar.
[INFO] Excluding org.eclipse.jetty:jetty-io:jar:9.4.42-SNAPSHOT from the shaded jar.
[INFO] No artifact matching filter org.openjdk.jmh:jmh-core
[WARNING] Could not get tests for org.eclipse.jetty:jetty-util:jar:9.4.42-SNAPSHOT:compile
[WARNING] Could not get tests for org.eclipse.jetty:jetty-io:jar:9.4.42-SNAPSHOT:compile
[INFO] Replacing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/benchmarks.jar with /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT-shaded.jar
[INFO] Replacing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/benchmarks-tests.jar with /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT-shaded-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-http ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/9.4.42-SNAPSHOT/jetty-http-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/9.4.42-SNAPSHOT/jetty-http-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/9.4.42-SNAPSHOT/jetty-http-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/9.4.42-SNAPSHOT/jetty-http-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http/target/jetty-http-9.4.42-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/9.4.42-SNAPSHOT/jetty-http-9.4.42-SNAPSHOT-tests.jar
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-xml >---------------------
[INFO] Building Jetty :: XML utilities 9.4.42-SNAPSHOT                  [7/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-xml ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-xml ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-xml ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-xml ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-xml ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-xml ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-xml ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-xml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-xml ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-xml ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/src/main/java/org/eclipse/jetty/xml/XmlConfiguration.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/src/main/java/org/eclipse/jetty/xml/XmlConfiguration.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/src/main/java/org/eclipse/jetty/xml/XmlConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-xml ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-xml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-xml ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/src/test/java/org/eclipse/jetty/xml/XmlConfigurationTest.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/src/test/java/org/eclipse/jetty/xml/XmlConfigurationTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/src/test/java/org/eclipse/jetty/xml/XmlConfigurationTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/src/test/java/org/eclipse/jetty/xml/XmlConfigurationTest.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/src/test/java/org/eclipse/jetty/xml/XmlConfigurationTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/src/test/java/org/eclipse/jetty/xml/XmlConfigurationTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-xml ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jetty-xml-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-xml ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jetty-xml-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-xml ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jetty-xml-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-xml ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jetty-xml-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jetty-xml-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-xml ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jetty-xml-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-xml ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jetty-xml-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-xml/9.4.42-SNAPSHOT/jetty-xml-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-xml/9.4.42-SNAPSHOT/jetty-xml-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jetty-xml-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-xml/9.4.42-SNAPSHOT/jetty-xml-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-xml/target/jetty-xml-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-xml/9.4.42-SNAPSHOT/jetty-xml-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] -----------------< org.eclipse.jetty:jetty-util-ajax >------------------
[INFO] Building Jetty :: Utilities :: Ajax(JSON) 9.4.42-SNAPSHOT        [8/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-util-ajax ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-util-ajax ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-util-ajax ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-util-ajax ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-util-ajax ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-util-ajax ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-util-ajax ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-util-ajax ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-util-ajax ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-util-ajax ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/src/main/java/org/eclipse/jetty/util/ajax/JSON.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/src/main/java/org/eclipse/jetty/util/ajax/JSON.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-util-ajax ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-util-ajax ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-util-ajax ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/src/test/java/org/eclipse/jetty/util/ajax/JSONTest.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/src/test/java/org/eclipse/jetty/util/ajax/JSONTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/src/test/java/org/eclipse/jetty/util/ajax/JSONTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/src/test/java/org/eclipse/jetty/util/ajax/JSONTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/src/test/java/org/eclipse/jetty/util/ajax/JSONTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-util-ajax ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-util-ajax ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jetty-util-ajax-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-util-ajax ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-util-ajax ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jetty-util-ajax-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-util-ajax ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jetty-util-ajax-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-util-ajax ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jetty-util-ajax-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jetty-util-ajax-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-util-ajax ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jetty-util-ajax-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-util-ajax ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jetty-util-ajax-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util-ajax/9.4.42-SNAPSHOT/jetty-util-ajax-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util-ajax/9.4.42-SNAPSHOT/jetty-util-ajax-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jetty-util-ajax-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util-ajax/9.4.42-SNAPSHOT/jetty-util-ajax-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util-ajax/target/jetty-util-ajax-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util-ajax/9.4.42-SNAPSHOT/jetty-util-ajax-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] -------------------< org.eclipse.jetty:jetty-server >-------------------
[INFO] Building Jetty :: Server Core 9.4.42-SNAPSHOT                    [9/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-server ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-server ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-server ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 161 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionHandler.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionHandler.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionHandler.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionHandler.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-server ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 13 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/src/test/java/org/eclipse/jetty/server/handler/NcsaRequestLogTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/src/test/java/org/eclipse/jetty/server/handler/NcsaRequestLogTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/src/test/java/org/eclipse/jetty/server/RequestTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/src/test/java/org/eclipse/jetty/server/RequestTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-server ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-server ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-server ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (test-jar) @ jetty-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-server ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.42-SNAPSHOT/jetty-server-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.42-SNAPSHOT/jetty-server-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.42-SNAPSHOT/jetty-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.42-SNAPSHOT/jetty-server-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.42-SNAPSHOT/jetty-server-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-server/target/jetty-server-9.4.42-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.42-SNAPSHOT/jetty-server-9.4.42-SNAPSHOT-tests.jar
[INFO] 
[INFO] ------------------< org.eclipse.jetty:jetty-security >------------------
[INFO] Building Jetty :: Security 9.4.42-SNAPSHOT                      [10/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-security ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-security ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-security ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-security ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-security ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-security ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-security ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-security ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-security ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/src/main/java/org/eclipse/jetty/security/ConstraintSecurityHandler.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/src/main/java/org/eclipse/jetty/security/ConstraintSecurityHandler.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/src/main/java/org/eclipse/jetty/security/JDBCLoginService.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/src/main/java/org/eclipse/jetty/security/JDBCLoginService.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-security ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-security ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-security ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/src/test/java/org/eclipse/jetty/security/authentication/SpnegoAuthenticatorTest.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/src/test/java/org/eclipse/jetty/security/authentication/SpnegoAuthenticatorTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/src/test/java/org/eclipse/jetty/security/authentication/SpnegoAuthenticatorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-security ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-security ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-security ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-security ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-security ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-security ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-security ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-security ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-security ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-security/9.4.42-SNAPSHOT/jetty-security-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-security/9.4.42-SNAPSHOT/jetty-security-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-security/9.4.42-SNAPSHOT/jetty-security-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-security/9.4.42-SNAPSHOT/jetty-security-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-security/target/jetty-security-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-security/9.4.42-SNAPSHOT/jetty-security-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] -------------------< org.eclipse.jetty:jetty-client >-------------------
[INFO] Building Jetty :: Asynchronous HTTP Client 9.4.42-SNAPSHOT      [11/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-client ---
[INFO] artifact net.minidev:json-smart: checking for updates from eclipse.maven.central.mirror
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-client ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-client ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-client ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-client ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 86 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/src/main/java/org/eclipse/jetty/client/HttpResponse.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/src/main/java/org/eclipse/jetty/client/HttpResponse.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/src/main/java/org/eclipse/jetty/client/HttpResponse.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-client ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ jetty-client ---
[INFO] Configured Artifact: org.eclipse.jetty.toolchain:jetty-test-policy:1.2:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-test-policy/1.2/jetty-test-policy-1.2.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/test-policy with includes "**/*.keystore,**/*.pem" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 54 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/src/test/java/org/eclipse/jetty/client/HttpClientTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/src/test/java/org/eclipse/jetty/client/HttpClientTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-client ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-client ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.4:shade (default) @ jetty-client ---
[INFO] Including org.eclipse.jetty:jetty-http:jar:9.4.42-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-util:jar:9.4.42-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-io:jar:9.4.42-SNAPSHOT in the shaded jar.
[INFO] Excluding org.eclipse.jetty:jetty-jmx:jar:9.4.42-SNAPSHOT from the shaded jar.
[INFO] Minimizing jar org.eclipse.jetty:jetty-client:jar:9.4.42-SNAPSHOT
[WARNING] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/classes (Is a directory)
[WARNING] jetty-client-9.4.42-SNAPSHOT.jar, jetty-http-9.4.42-SNAPSHOT.jar, jetty-io-9.4.42-SNAPSHOT.jar, jetty-util-9.4.42-SNAPSHOT.jar define 6 overlapping resources: 
[WARNING]   - META-INF/ECLIPSE_.RSA
[WARNING]   - META-INF/ECLIPSE_.SF
[WARNING]   - META-INF/LICENSE
[WARNING]   - META-INF/MANIFEST.MF
[WARNING]   - META-INF/NOTICE.txt
[WARNING]   - about.html
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 785 -> 581 (74%)
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-client ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/9.4.42-SNAPSHOT/jetty-client-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/9.4.42-SNAPSHOT/jetty-client-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/9.4.42-SNAPSHOT/jetty-client-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/9.4.42-SNAPSHOT/jetty-client-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/9.4.42-SNAPSHOT/jetty-client-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-client/target/jetty-client-9.4.42-SNAPSHOT-hybrid.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/9.4.42-SNAPSHOT/jetty-client-9.4.42-SNAPSHOT-hybrid.jar
[INFO] 
[INFO] ------------------< org.eclipse.jetty:jetty-servlet >-------------------
[INFO] Building Jetty :: Servlet Handling 9.4.42-SNAPSHOT              [12/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-servlet ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-servlet ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-servlet ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-servlet ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/main/java/org/eclipse/jetty/servlet/FilterMapping.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/main/java/org/eclipse/jetty/servlet/FilterMapping.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/main/java/org/eclipse/jetty/servlet/BaseHolder.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/main/java/org/eclipse/jetty/servlet/BaseHolder.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-servlet ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 7 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/test/java/org/eclipse/jetty/servlet/DefaultHandlerTest.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/test/java/org/eclipse/jetty/servlet/DefaultHandlerTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/test/java/org/eclipse/jetty/servlet/DefaultHandlerTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/test/java/org/eclipse/jetty/servlet/ComplianceViolations2616Test.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/src/test/java/org/eclipse/jetty/servlet/ComplianceViolations2616Test.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-servlet ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-servlet ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-servlet ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-servlet ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-servlet ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (tests) @ jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.42-SNAPSHOT/jetty-servlet-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.42-SNAPSHOT/jetty-servlet-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.42-SNAPSHOT/jetty-servlet-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.42-SNAPSHOT/jetty-servlet-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.42-SNAPSHOT/jetty-servlet-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlet/target/jetty-servlet-9.4.42-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.42-SNAPSHOT/jetty-servlet-9.4.42-SNAPSHOT-tests.jar
[INFO] 
[INFO] -------------------< org.eclipse.jetty:jetty-webapp >-------------------
[INFO] Building Jetty :: Webapp Application Support 9.4.42-SNAPSHOT    [13/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-webapp ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-webapp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-webapp ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/main/resources
[INFO] Copying 1 resource to org/eclipse/jetty/webapp
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-webapp ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/JettyWebXmlConfiguration.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/JettyWebXmlConfiguration.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/JettyWebXmlConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/MetaInfConfiguration.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/MetaInfConfiguration.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/main/java/org/eclipse/jetty/webapp/MetaInfConfiguration.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-webapp ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 11 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/test/java/org/eclipse/jetty/webapp/OrderingTest.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/test/java/org/eclipse/jetty/webapp/OrderingTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/src/test/java/org/eclipse/jetty/webapp/OrderingTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-webapp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-webapp ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-webapp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-webapp ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.42-SNAPSHOT/jetty-webapp-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.42-SNAPSHOT/jetty-webapp-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.42-SNAPSHOT/jetty-webapp-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.42-SNAPSHOT/jetty-webapp-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-webapp/target/jetty-webapp-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.42-SNAPSHOT/jetty-webapp-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-jndi >--------------------
[INFO] Building Jetty :: JNDI Naming 9.4.42-SNAPSHOT                   [14/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-jndi ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-jndi ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-jndi ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-jndi ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-jndi ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-jndi ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-jndi ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-jndi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-jndi ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-jndi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/src/main/java/org/eclipse/jetty/jndi/java/javaRootURLContext.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/src/main/java/org/eclipse/jetty/jndi/java/javaRootURLContext.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-jndi ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-jndi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-jndi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/src/test/java/org/eclipse/jetty/jndi/java/TestJNDI.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/src/test/java/org/eclipse/jetty/jndi/java/TestJNDI.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/src/test/java/org/eclipse/jetty/jndi/java/TestJNDI.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-jndi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-jndi ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-jndi ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-jndi ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-jndi ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-jndi ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-jndi ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-jndi ---
[INFO] Reading assembly descriptor: src/main/assembly/config.xml
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-jndi ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jndi/9.4.42-SNAPSHOT/jetty-jndi-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jndi/9.4.42-SNAPSHOT/jetty-jndi-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jndi/9.4.42-SNAPSHOT/jetty-jndi-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jndi/9.4.42-SNAPSHOT/jetty-jndi-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jndi/target/jetty-jndi-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jndi/9.4.42-SNAPSHOT/jetty-jndi-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-plus >--------------------
[INFO] Building Jetty :: Plus 9.4.42-SNAPSHOT                          [15/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-plus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-plus ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-plus ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-plus ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-plus ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-plus ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-plus ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-plus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-plus ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-plus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/src/main/java/org/eclipse/jetty/plus/webapp/EnvConfiguration.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/src/main/java/org/eclipse/jetty/plus/webapp/EnvConfiguration.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/src/main/java/org/eclipse/jetty/plus/webapp/EnvConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/src/main/java/org/eclipse/jetty/plus/jndi/NamingEntryUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/src/main/java/org/eclipse/jetty/plus/jndi/NamingEntryUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-plus ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-plus ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-plus ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-plus ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-plus ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-plus ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-plus ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-plus ---
[INFO] Reading assembly descriptor: src/main/assembly/config.xml
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-plus ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-plus ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT-config.jar_unpacked_3158328305348505719/lib/transactions/javax.transaction-api-1.3.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT-config.jar_unpacked_3158328305348505719/lib/transactions/javax.transaction-api-1.3.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-plus ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-plus ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-plus/9.4.42-SNAPSHOT/jetty-plus-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-plus/9.4.42-SNAPSHOT/jetty-plus-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-plus/9.4.42-SNAPSHOT/jetty-plus-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-plus/9.4.42-SNAPSHOT/jetty-plus-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-plus/target/jetty-plus-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-plus/9.4.42-SNAPSHOT/jetty-plus-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ----------------< org.eclipse.jetty:jetty-annotations >-----------------
[INFO] Building Jetty :: Servlet Annotations 9.4.42-SNAPSHOT           [16/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-annotations ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-annotations ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-annotations ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-annotations ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-annotations ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-annotations ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-annotations ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-annotations ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-annotations ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/src/main/java/org/eclipse/jetty/annotations/DeclareRolesAnnotationHandler.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/src/main/java/org/eclipse/jetty/annotations/DeclareRolesAnnotationHandler.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-annotations ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-annotations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 11 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-annotations ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestAnnotationParser.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestAnnotationParser.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestAnnotationParser.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-annotations ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-annotations ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-annotations ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-annotations ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-annotations ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-annotations ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-annotations ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-annotations ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-annotations ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-annotations/9.4.42-SNAPSHOT/jetty-annotations-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-annotations/9.4.42-SNAPSHOT/jetty-annotations-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-annotations/9.4.42-SNAPSHOT/jetty-annotations-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-annotations/9.4.42-SNAPSHOT/jetty-annotations-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-annotations/target/jetty-annotations-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-annotations/9.4.42-SNAPSHOT/jetty-annotations-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-ant >---------------------
[INFO] Building Jetty :: Ant Plugin 9.4.42-SNAPSHOT                    [17/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-ant ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-ant ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-ant ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-ant ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-ant ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-ant ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (copy-lib-deps) @ jetty-ant ---
[INFO] Copying jetty-test-helper-5.5.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-test-helper-5.5.jar
[INFO] Copying jetty-security-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-security-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-server-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-server-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-http-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-http-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-io-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-io-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-plus-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-plus-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-jndi-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-jndi-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-util-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-util-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-webapp-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-webapp-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-xml-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-xml-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-servlet-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-servlet-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-util-ajax-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-util-ajax-9.4.42-SNAPSHOT.jar
[INFO] Copying jetty-annotations-9.4.42-SNAPSHOT.jar to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-lib/jetty-annotations-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-ant ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-ant ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-ant ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/src/main/java/org/eclipse/jetty/ant/AntWebAppContext.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/src/main/java/org/eclipse/jetty/ant/AntWebAppContext.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/src/main/java/org/eclipse/jetty/ant/types/SystemProperties.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/src/main/java/org/eclipse/jetty/ant/types/SystemProperties.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-ant ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-ant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 17 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-ant ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-ant ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-ant ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/jetty-ant-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-ant ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-ant ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/jetty-ant-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-ant ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/jetty-ant-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-ant ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/jetty-ant-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/jetty-ant-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-ant ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/jetty-ant-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-ant ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/jetty-ant-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-ant/9.4.42-SNAPSHOT/jetty-ant-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-ant/9.4.42-SNAPSHOT/jetty-ant-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/jetty-ant-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-ant/9.4.42-SNAPSHOT/jetty-ant-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-ant/target/jetty-ant-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-ant/9.4.42-SNAPSHOT/jetty-ant-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ----------------< org.eclipse.jetty.http2:http2-parent >----------------
[INFO] Building Jetty :: HTTP2 9.4.42-SNAPSHOT                         [18/133]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http2-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ http2-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ http2-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ http2-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ http2-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ http2-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ http2-parent ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ http2-parent ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ http2-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ http2-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http2-parent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ http2-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ http2-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ http2-parent ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http2-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-parent/9.4.42-SNAPSHOT/http2-parent-9.4.42-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.jetty.http2:http2-hpack >-----------------
[INFO] Building Jetty :: HTTP2 :: HPACK 9.4.42-SNAPSHOT                [19/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http2-hpack ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ http2-hpack ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ http2-hpack ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ http2-hpack ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ http2-hpack ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ http2-hpack ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ http2-hpack ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ http2-hpack ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ http2-hpack ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http2-hpack ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ http2-hpack ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ http2-hpack ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 33 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http2-hpack ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ http2-hpack ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http2-hpack ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/http2-hpack-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ http2-hpack ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http2-hpack ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/http2-hpack-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ http2-hpack ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/http2-hpack-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ http2-hpack ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/http2-hpack-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/http2-hpack-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ http2-hpack ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/http2-hpack-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http2-hpack ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/http2-hpack-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-hpack/9.4.42-SNAPSHOT/http2-hpack-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-hpack/9.4.42-SNAPSHOT/http2-hpack-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/http2-hpack-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-hpack/9.4.42-SNAPSHOT/http2-hpack-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-hpack/target/http2-hpack-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-hpack/9.4.42-SNAPSHOT/http2-hpack-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ----------------< org.eclipse.jetty.http2:http2-common >----------------
[INFO] Building Jetty :: HTTP2 :: Common 9.4.42-SNAPSHOT               [20/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http2-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ http2-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ http2-common ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ http2-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ http2-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ http2-common ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ http2-common ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ http2-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ http2-common ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http2-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 68 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ http2-common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ http2-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http2-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ http2-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http2-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/http2-common-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ http2-common ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http2-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/http2-common-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ http2-common ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/http2-common-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ http2-common ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/http2-common-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/http2-common-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ http2-common ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/http2-common-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http2-common ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/http2-common-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-common/9.4.42-SNAPSHOT/http2-common-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-common/9.4.42-SNAPSHOT/http2-common-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/http2-common-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-common/9.4.42-SNAPSHOT/http2-common-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-common/target/http2-common-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-common/9.4.42-SNAPSHOT/http2-common-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ----------------< org.eclipse.jetty:jetty-alpn-parent >-----------------
[INFO] Building Jetty :: ALPN :: Parent 9.4.42-SNAPSHOT                [21/133]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-alpn-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-alpn-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-alpn-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-alpn-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-alpn-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-alpn-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-alpn-parent ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-alpn-parent ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-alpn-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-alpn-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-alpn-parent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-alpn-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-alpn-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-alpn-parent ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-alpn-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-parent/9.4.42-SNAPSHOT/jetty-alpn-parent-9.4.42-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.jetty:jetty-alpn-client >-----------------
[INFO] Building Jetty :: ALPN :: Client 9.4.42-SNAPSHOT                [22/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-alpn-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-alpn-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-alpn-client ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-alpn-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-alpn-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-alpn-client ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-alpn-client ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-alpn-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-alpn-client ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-alpn-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-alpn-client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-alpn-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-alpn-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-alpn-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-alpn-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jetty-alpn-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-alpn-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-alpn-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jetty-alpn-client-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-alpn-client ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jetty-alpn-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-alpn-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jetty-alpn-client-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jetty-alpn-client-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-alpn-client ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jetty-alpn-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-alpn-client ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jetty-alpn-client-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-client/9.4.42-SNAPSHOT/jetty-alpn-client-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-client/9.4.42-SNAPSHOT/jetty-alpn-client-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jetty-alpn-client-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-client/9.4.42-SNAPSHOT/jetty-alpn-client-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-client/target/jetty-alpn-client-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-client/9.4.42-SNAPSHOT/jetty-alpn-client-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ----------------< org.eclipse.jetty:jetty-continuation >----------------
[INFO] Building Jetty :: Continuation 9.4.42-SNAPSHOT                  [23/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-continuation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-continuation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-continuation ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-continuation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-continuation ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-continuation ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-continuation ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-continuation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-continuation ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-continuation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/src/main/java/org/eclipse/jetty/continuation/FauxContinuation.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/src/main/java/org/eclipse/jetty/continuation/FauxContinuation.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/src/main/java/org/eclipse/jetty/continuation/FauxContinuation.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-continuation ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-continuation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-continuation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-continuation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-continuation ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jetty-continuation-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-continuation ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-continuation ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jetty-continuation-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-continuation ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jetty-continuation-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-continuation ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jetty-continuation-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jetty-continuation-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-continuation ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jetty-continuation-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-continuation ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jetty-continuation-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-continuation/9.4.42-SNAPSHOT/jetty-continuation-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-continuation/9.4.42-SNAPSHOT/jetty-continuation-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jetty-continuation-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-continuation/9.4.42-SNAPSHOT/jetty-continuation-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-continuation/target/jetty-continuation-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-continuation/9.4.42-SNAPSHOT/jetty-continuation-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ------------------< org.eclipse.jetty:jetty-servlets >------------------
[INFO] Building Jetty :: Utility Servlets and Filters 9.4.42-SNAPSHOT  [24/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-servlets ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-servlets ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-servlets ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-servlets ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-servlets ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-servlets ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-servlets ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-servlets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-servlets ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-servlets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/main/java/org/eclipse/jetty/servlets/MultiPartFilter.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/main/java/org/eclipse/jetty/servlets/MultiPartFilter.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/main/java/org/eclipse/jetty/servlets/MultiPartFilter.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/main/java/org/eclipse/jetty/servlets/PushSessionCacheFilter.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/main/java/org/eclipse/jetty/servlets/PushSessionCacheFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-servlets ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-servlets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 41 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-servlets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/test/java/org/eclipse/jetty/servlets/MultipartFilterTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/test/java/org/eclipse/jetty/servlets/MultipartFilterTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/test/java/org/eclipse/jetty/servlets/GzipFilterLayeredTest.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/test/java/org/eclipse/jetty/servlets/GzipFilterLayeredTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/src/test/java/org/eclipse/jetty/servlets/GzipFilterLayeredTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-servlets ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-servlets ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-servlets ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-servlets ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-servlets ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-servlets ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-servlets ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-servlets ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-servlets ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.42-SNAPSHOT/jetty-servlets-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.42-SNAPSHOT/jetty-servlets-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.42-SNAPSHOT/jetty-servlets-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.42-SNAPSHOT/jetty-servlets-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-servlets/target/jetty-servlets-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.42-SNAPSHOT/jetty-servlets-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] -------------------< org.eclipse.jetty:jetty-proxy >--------------------
[INFO] Building Jetty :: Proxy 9.4.42-SNAPSHOT                         [25/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-proxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-proxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-proxy ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-proxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-proxy ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-proxy ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-proxy ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-proxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-proxy ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-proxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-proxy ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-proxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 9 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-proxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/src/test/java/org/eclipse/jetty/proxy/ProxyServletTest.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/src/test/java/org/eclipse/jetty/proxy/ProxyServletTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/src/test/java/org/eclipse/jetty/proxy/ProxyServletTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-proxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-proxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-proxy ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-proxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-proxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-proxy ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-proxy ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-proxy ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-proxy ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-proxy/9.4.42-SNAPSHOT/jetty-proxy-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-proxy/9.4.42-SNAPSHOT/jetty-proxy-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-proxy/9.4.42-SNAPSHOT/jetty-proxy-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-proxy/9.4.42-SNAPSHOT/jetty-proxy-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-proxy/target/jetty-proxy-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-proxy/9.4.42-SNAPSHOT/jetty-proxy-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ----------------< org.eclipse.jetty:jetty-alpn-server >-----------------
[INFO] Building Jetty :: ALPN :: Server 9.4.42-SNAPSHOT                [26/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-alpn-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-alpn-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-alpn-server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-alpn-server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ jetty-alpn-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-alpn-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-alpn-server ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-alpn-server ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-alpn-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-alpn-server ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-alpn-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-alpn-server ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-alpn-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-alpn-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-alpn-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-alpn-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-alpn-server ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-alpn-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-alpn-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-alpn-server ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-alpn-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-alpn-server ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-alpn-server ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-server/9.4.42-SNAPSHOT/jetty-alpn-server-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-server/9.4.42-SNAPSHOT/jetty-alpn-server-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-server/9.4.42-SNAPSHOT/jetty-alpn-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-server/9.4.42-SNAPSHOT/jetty-alpn-server-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-server/target/jetty-alpn-server-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-server/9.4.42-SNAPSHOT/jetty-alpn-server-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ----------------< org.eclipse.jetty.http2:http2-server >----------------
[INFO] Building Jetty :: HTTP2 :: Server 9.4.42-SNAPSHOT               [27/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http2-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ http2-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ http2-server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ http2-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ http2-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ http2-server ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ http2-server ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ http2-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ http2-server ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http2-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ http2-server ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ http2-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http2-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ http2-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- h2spec-maven-plugin:1.0.5:h2spec (h2spec) @ http2-server ---
[INFO] Skip execution of h2spec-maven-plugin
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http2-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ http2-server ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http2-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ http2-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ http2-server ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ http2-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ http2-server ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http2-server ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-server/9.4.42-SNAPSHOT/http2-server-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-server/9.4.42-SNAPSHOT/http2-server-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-server/9.4.42-SNAPSHOT/http2-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-server/9.4.42-SNAPSHOT/http2-server-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-server/target/http2-server-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-server/9.4.42-SNAPSHOT/http2-server-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ----------------< org.eclipse.jetty.http2:http2-client >----------------
[INFO] Building Jetty :: HTTP2 :: Client 9.4.42-SNAPSHOT               [28/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http2-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ http2-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ http2-client ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ http2-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ http2-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ http2-client ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ http2-client ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ http2-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ http2-client ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http2-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ http2-client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ http2-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http2-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ http2-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/http2-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ http2-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/http2-client-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ http2-client ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/http2-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ http2-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/http2-client-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/http2-client-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ http2-client ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/http2-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http2-client ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/http2-client-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-client/9.4.42-SNAPSHOT/http2-client-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-client/9.4.42-SNAPSHOT/http2-client-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/http2-client-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-client/9.4.42-SNAPSHOT/http2-client-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-client/target/http2-client-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-client/9.4.42-SNAPSHOT/http2-client-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --------------< org.eclipse.jetty:jetty-alpn-java-client >--------------
[INFO] Building Jetty :: ALPN :: JDK9 Client Implementation 9.4.42-SNAPSHOT [29/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-alpn-java-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-alpn-java-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-alpn-java-client ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-alpn-java-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-alpn-java-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-alpn-java-client ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-alpn-java-client ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-alpn-java-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-alpn-java-client ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-alpn-java-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-alpn-java-client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-alpn-java-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-alpn-java-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-alpn-java-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-alpn-java-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jetty-alpn-java-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-alpn-java-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-alpn-java-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jetty-alpn-java-client-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-alpn-java-client ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jetty-alpn-java-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-alpn-java-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jetty-alpn-java-client-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jetty-alpn-java-client-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-alpn-java-client ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jetty-alpn-java-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-alpn-java-client ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jetty-alpn-java-client-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-java-client/9.4.42-SNAPSHOT/jetty-alpn-java-client-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-java-client/9.4.42-SNAPSHOT/jetty-alpn-java-client-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jetty-alpn-java-client-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-java-client/9.4.42-SNAPSHOT/jetty-alpn-java-client-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-client/target/jetty-alpn-java-client-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-java-client/9.4.42-SNAPSHOT/jetty-alpn-java-client-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --------------< org.eclipse.jetty:jetty-alpn-java-server >--------------
[INFO] Building Jetty :: ALPN :: JDK9 Server Implementation 9.4.42-SNAPSHOT [30/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-alpn-java-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-alpn-java-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-alpn-java-server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-alpn-java-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-alpn-java-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-alpn-java-server ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-alpn-java-server ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-alpn-java-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-alpn-java-server ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-alpn-java-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-alpn-java-server ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-alpn-java-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-alpn-java-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-alpn-java-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-alpn-java-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jetty-alpn-java-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-alpn-java-server ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-alpn-java-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jetty-alpn-java-server-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-alpn-java-server ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jetty-alpn-java-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-alpn-java-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jetty-alpn-java-server-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jetty-alpn-java-server-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-alpn-java-server ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jetty-alpn-java-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-alpn-java-server ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jetty-alpn-java-server-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-java-server/9.4.42-SNAPSHOT/jetty-alpn-java-server-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-java-server/9.4.42-SNAPSHOT/jetty-alpn-java-server-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jetty-alpn-java-server-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-java-server/9.4.42-SNAPSHOT/jetty-alpn-java-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-java-server/target/jetty-alpn-java-server-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-java-server/9.4.42-SNAPSHOT/jetty-alpn-java-server-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --------< org.eclipse.jetty.http2:http2-http-client-transport >---------
[INFO] Building Jetty :: HTTP2 :: HTTP Client Transport 9.4.42-SNAPSHOT [31/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ http2-http-client-transport ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ http2-http-client-transport ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ http2-http-client-transport ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ http2-http-client-transport ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ http2-http-client-transport ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ http2-http-client-transport ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ http2-http-client-transport ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ http2-http-client-transport ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ http2-http-client-transport ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ http2-http-client-transport ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ http2-http-client-transport ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ http2-http-client-transport ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ http2-http-client-transport ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ http2-http-client-transport ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ http2-http-client-transport ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/http2-http-client-transport-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ http2-http-client-transport ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ http2-http-client-transport ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/http2-http-client-transport-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ http2-http-client-transport ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/http2-http-client-transport-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ http2-http-client-transport ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/http2-http-client-transport-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/http2-http-client-transport-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ http2-http-client-transport ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/http2-http-client-transport-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ http2-http-client-transport ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/http2-http-client-transport-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-http-client-transport/9.4.42-SNAPSHOT/http2-http-client-transport-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-http-client-transport/9.4.42-SNAPSHOT/http2-http-client-transport-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/http2-http-client-transport-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-http-client-transport/9.4.42-SNAPSHOT/http2-http-client-transport-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-http2/http2-http-client-transport/target/http2-http-client-transport-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/http2/http2-http-client-transport/9.4.42-SNAPSHOT/http2-http-client-transport-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] -------------------< org.eclipse.jetty:jetty-openid >-------------------
[INFO] Building Jetty :: OpenID 9.4.42-SNAPSHOT                        [32/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-openid ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-openid ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-openid ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-openid ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-openid ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-openid ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-openid ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-openid ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-openid ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-openid ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/src/main/java/org/eclipse/jetty/security/openid/JwtDecoder.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/src/main/java/org/eclipse/jetty/security/openid/JwtDecoder.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/src/main/java/org/eclipse/jetty/security/openid/JwtDecoder.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-openid ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-openid ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-openid ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/src/test/java/org/eclipse/jetty/security/openid/OpenIdAuthenticationTest.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/src/test/java/org/eclipse/jetty/security/openid/OpenIdAuthenticationTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/src/test/java/org/eclipse/jetty/security/openid/OpenIdAuthenticationTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-openid ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-openid ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-openid ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-openid ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ jetty-openid ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-openid ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-openid ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-openid ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-openid ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-openid/9.4.42-SNAPSHOT/jetty-openid-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-openid/9.4.42-SNAPSHOT/jetty-openid-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-openid/9.4.42-SNAPSHOT/jetty-openid-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-openid/9.4.42-SNAPSHOT/jetty-openid-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-openid/target/jetty-openid-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-openid/9.4.42-SNAPSHOT/jetty-openid-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] -----------------< org.eclipse.jetty.fcgi:fcgi-parent >-----------------
[INFO] Building Jetty :: FastCGI :: Parent 9.4.42-SNAPSHOT             [33/133]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ fcgi-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ fcgi-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ fcgi-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ fcgi-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ fcgi-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ fcgi-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ fcgi-parent ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ fcgi-parent ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ fcgi-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ fcgi-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ fcgi-parent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ fcgi-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ fcgi-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ fcgi-parent ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ fcgi-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-parent/9.4.42-SNAPSHOT/fcgi-parent-9.4.42-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.jetty.fcgi:fcgi-client >-----------------
[INFO] Building Jetty :: FastCGI :: Client 9.4.42-SNAPSHOT             [34/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ fcgi-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ fcgi-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ fcgi-client ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ fcgi-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ fcgi-client ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ fcgi-client ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ fcgi-client ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ fcgi-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ fcgi-client ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ fcgi-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/src/main/java/org/eclipse/jetty/fcgi/parser/ResponseContentParser.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/src/main/java/org/eclipse/jetty/fcgi/parser/ResponseContentParser.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/src/main/java/org/eclipse/jetty/fcgi/parser/ResponseContentParser.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ fcgi-client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ fcgi-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ fcgi-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ fcgi-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ fcgi-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/fcgi-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ fcgi-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ fcgi-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/fcgi-client-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ fcgi-client ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/fcgi-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ fcgi-client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/fcgi-client-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/fcgi-client-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ fcgi-client ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/fcgi-client-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ fcgi-client ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/fcgi-client-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-client/9.4.42-SNAPSHOT/fcgi-client-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-client/9.4.42-SNAPSHOT/fcgi-client-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/fcgi-client-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-client/9.4.42-SNAPSHOT/fcgi-client-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-client/target/fcgi-client-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-client/9.4.42-SNAPSHOT/fcgi-client-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ------------< org.eclipse.jetty:jetty-alpn-openjdk8-server >------------
[INFO] Building Jetty :: ALPN :: OpenJDK8 Server Implementation 9.4.42-SNAPSHOT [35/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jetty-alpn-openjdk8-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ jetty-alpn-openjdk8-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ jetty-alpn-openjdk8-server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ jetty-alpn-openjdk8-server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ jetty-alpn-openjdk8-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ jetty-alpn-openjdk8-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ jetty-alpn-openjdk8-server ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ jetty-alpn-openjdk8-server ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jetty-alpn-openjdk8-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ jetty-alpn-openjdk8-server ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jetty-alpn-openjdk8-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ jetty-alpn-openjdk8-server ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jetty-alpn-openjdk8-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jetty-alpn-openjdk8-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jetty-alpn-openjdk8-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jetty-alpn-openjdk8-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ jetty-alpn-openjdk8-server ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jetty-alpn-openjdk8-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ jetty-alpn-openjdk8-server ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jetty-alpn-openjdk8-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ jetty-alpn-openjdk8-server ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jetty-alpn-openjdk8-server ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-openjdk8-server/9.4.42-SNAPSHOT/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-openjdk8-server/9.4.42-SNAPSHOT/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-openjdk8-server/9.4.42-SNAPSHOT/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-alpn/jetty-alpn-openjdk8-server/target/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-alpn-openjdk8-server/9.4.42-SNAPSHOT/jetty-alpn-openjdk8-server-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] -----------------< org.eclipse.jetty.fcgi:fcgi-server >-----------------
[INFO] Building Jetty :: FastCGI :: Server 9.4.42-SNAPSHOT             [36/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ fcgi-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ fcgi-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ fcgi-server ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ fcgi-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ fcgi-server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ fcgi-server ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ fcgi-server ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ fcgi-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ fcgi-server ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ fcgi-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ fcgi-server ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ fcgi-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ fcgi-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ fcgi-server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ fcgi-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ fcgi-server ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ fcgi-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (default) @ fcgi-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ fcgi-server ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ fcgi-server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT-config.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ fcgi-server ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ fcgi-server ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-server/9.4.42-SNAPSHOT/fcgi-server-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-server/9.4.42-SNAPSHOT/fcgi-server-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-server/9.4.42-SNAPSHOT/fcgi-server-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-server/9.4.42-SNAPSHOT/fcgi-server-9.4.42-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-fcgi/fcgi-server/target/fcgi-server-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/fcgi/fcgi-server/9.4.42-SNAPSHOT/fcgi-server-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ------------< org.eclipse.jetty.websocket:websocket-parent >------------
[INFO] Building Jetty :: Websocket :: Parent 9.4.42-SNAPSHOT           [37/133]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ websocket-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ websocket-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ websocket-parent ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ websocket-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ websocket-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ websocket-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ websocket-parent ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ websocket-parent ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ websocket-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, maven-plugin]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ websocket-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ websocket-parent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ websocket-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ websocket-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ websocket-parent ---
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ websocket-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-parent/9.4.42-SNAPSHOT/websocket-parent-9.4.42-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.jetty.websocket:websocket-api >--------------
[INFO] Building Jetty :: Websocket :: API 9.4.42-SNAPSHOT              [38/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ websocket-api ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ websocket-api ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ websocket-api ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-java-servlet-api) @ websocket-api ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ websocket-api ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ websocket-api ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ websocket-api ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ websocket-api ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ websocket-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ websocket-api ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ websocket-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ websocket-api ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ websocket-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ websocket-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ websocket-api ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ websocket-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/websocket-api-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ websocket-api ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ websocket-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/websocket-api-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ websocket-api ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/websocket-api-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ websocket-api ---
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/websocket-api-9.4.42-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/websocket-api-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:2.1.0:pack (pack200-pack) @ websocket-api ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/websocket-api-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ websocket-api ---
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/websocket-api-9.4.42-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-api/9.4.42-SNAPSHOT/websocket-api-9.4.42-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-api/9.4.42-SNAPSHOT/websocket-api-9.4.42-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/websocket-api-9.4.42-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-api/9.4.42-SNAPSHOT/websocket-api-9.4.42-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-api/target/websocket-api-9.4.42-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-api/9.4.42-SNAPSHOT/websocket-api-9.4.42-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ------------< org.eclipse.jetty.websocket:websocket-common >------------
[INFO] Building Jetty :: Websocket :: Common 9.4.42-SNAPSHOT           [39/133]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ websocket-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ websocket-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-junit-dep.jar) @ websocket-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (ban-java-servlet-api) @ websocket-common ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:parse-version (set-osgi-version) @ websocket-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-check) @ websocket-common ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ websocket-common ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/target/jacoco.exec,excludes=**/org/eclipse/jetty/ant/**:**/org/eclipse/jetty/maven/**:**/org/eclipse/jetty/jspc/**:**/org/eclipse/jetty/embedded/**:**/org/eclipse/jetty/asyncrest/**:**/org/eclipse/jetty/demo/**:**/org/eclipse/jetty/gcloud/**:**/org/eclipse/jetty/infinispan/**:**/org/eclipse/jetty/osgi/**:**/org/eclipse/jetty/spring/**:**/org/eclipse/jetty/http/spi/**:**/org/eclipse/jetty/tests/**:**/org/eclipse/jetty/test/**
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.7.0:process (default) @ websocket-common ---
[INFO] Preparing remote bundle org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.2
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ websocket-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- jetty-version-maven-plugin:2.7:attach-version-text (attach-version) @ websocket-common ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ websocket-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 90 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/target/classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/src/main/java/org/eclipse/jetty/websocket/common/extensions/WebSocketExtensionFactory.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/src/main/java/org/eclipse/jetty/websocket/common/extensions/WebSocketExtensionFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (default) @ websocket-common ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ websocket-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ websocket-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 106 source files to /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/target/test-classes
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/src/test/java/org/eclipse/jetty/websocket/common/extensions/ExtensionTool.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/src/test/java/org/eclipse/jetty/websocket/common/extensions/ExtensionTool.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/src/test/java/org/eclipse/jetty/websocket/common/test/MoreMatchers.java: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/src/test/java/org/eclipse/jetty/websocket/common/test/MoreMatchers.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/src/test/java/org/eclipse/jetty/websocket/common/test/MoreMatchers.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ websocket-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ websocket-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/target/websocket-common-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ websocket-common ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ websocket-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/target/websocket-common-9.4.42-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:2.1.0:normalize (pack200-normalize) @ websocket-common ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/target/websocket-common-9.4.42-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ websocket-common ---
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 58 killed;
[ssh-agent] Stopped.
Build was aborted
Aborted by Matthias Sohn
Archiving artifacts
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-websocket/websocket-common/target/websocket-common-9.4.42-SNAPSHOT.jar
Finished: ABORTED