Skip to content

Console Output

Started by user Matthias Sohn
Running as Matthias Sohn
Agent centos-7-cw77q 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-cw77q"
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-cw77q"
    - 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-cw77q"
    - 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-cw77q (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-vy7kdEFqenlh/agent.52
SSH_AGENT_PID=54
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jetty-rt-bundles-9@tmp/private_key_17932913925254762266.key (/home/jenkins/agent/workspace/jetty-rt-bundles-9@tmp/private_key_17932913925254762266.key)
[ssh-agent] Using credentials genie.jetty (ssh://genie.jetty@projects-storage.eclipse.org)
[jetty-rt-bundles-9] $ /bin/sh -xe /tmp/jenkins18390855910981049341.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.43-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.43-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.43-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/build-resources/9.4.43-SNAPSHOT/build-resources-9.4.43-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.43-SNAPSHOT/build-resources-9.4.43-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.jetty:jetty-project >-------------------
[INFO] Building Jetty :: Project 9.4.43-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.43-SNAPSHOT/jetty-project-9.4.43-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.43-SNAPSHOT/jetty-project-9.4.43-SNAPSHOT-version.txt
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-util >--------------------
[INFO] Building Jetty :: Utilities 9.4.43-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: f19b6fa5a302035b6e023a3e5d6a737d1fd89e26 at timestamp: 1623706669029
[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.43-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.43-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.43-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.43-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.43-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.43-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.43-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.43-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.43-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.43-SNAPSHOT/jetty-util-9.4.43-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.43-SNAPSHOT/jetty-util-9.4.43-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.43-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.43-SNAPSHOT/jetty-util-9.4.43-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.43-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.43-SNAPSHOT/jetty-util-9.4.43-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-util/target/jetty-util-9.4.43-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.43-SNAPSHOT/jetty-util-9.4.43-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-jmx >---------------------
[INFO] Building Jetty :: JMX Management 9.4.43-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.43-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.43-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.43-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.43-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.43-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.43-SNAPSHOT-sources.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.43-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.43-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.43-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.4.43-SNAPSHOT/jetty-jmx-9.4.43-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.43-SNAPSHOT/jetty-jmx-9.4.43-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.43-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.4.43-SNAPSHOT/jetty-jmx-9.4.43-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.43-SNAPSHOT-config.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.4.43-SNAPSHOT/jetty-jmx-9.4.43-SNAPSHOT-config.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-jmx/target/jetty-jmx-9.4.43-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.4.43-SNAPSHOT/jetty-jmx-9.4.43-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] ---------------------< org.eclipse.jetty:jetty-io >---------------------
[INFO] Building Jetty :: IO Utility 9.4.43-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.43-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.43-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.43-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.43-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.43-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.43-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.43-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.43-SNAPSHOT/jetty-io-9.4.43-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.43-SNAPSHOT/jetty-io-9.4.43-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.43-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.43-SNAPSHOT/jetty-io-9.4.43-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jetty-rt-bundles-9/jetty.project/jetty-io/target/jetty-io-9.4.43-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.43-SNAPSHOT/jetty-io-9.4.43-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --------------------< org.eclipse.jetty:jetty-http >--------------------
[INFO] Building Jetty :: Http Utility 9.4.43-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.43-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.43-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.43-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.43-SNAPSHOT.jar
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 54 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-http/target/jetty-http-9.4.43-SNAPSHOT-sources.jar
Finished: ABORTED