Started by user Scott M Stark Running as Scott M Stark Agent default-agent-7nzns is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-7nzns" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cdi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-7nzns" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-7nzns" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cdi.svc.cluster.local/cdi/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:d7df679b5f7337f1bf77922400a148b80e3c483ccba72933a18f0c87be98f8b1" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-cdi" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on default-agent-7nzns in workspace /home/jenkins/agent/workspace/DropStagingRepo using credential b6fb38e4-4324-4ff4-9e8a-ebc1104f05fb Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/cdi > git init /home/jenkins/agent/workspace/DropStagingRepo # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/cdi > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub bot > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/cdi +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/eclipse-ee4j/cdi # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/cdi # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/cdi using GIT_ASKPASS to set credentials GitHub bot > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/cdi +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/EE4J_8^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/EE4J_8^{commit} # timeout=10 Checking out Revision 64679c9baccc513fc551d385c266b78ea143fe68 (refs/remotes/origin/EE4J_8) > git config core.sparsecheckout # timeout=10 > git checkout -f 64679c9baccc513fc551d385c266b78ea143fe68 Commit message: "Fix typos (#406)" > git rev-list --no-walk e3a8c99fcafe178ce6fde5f31d024de41ed0b3a7 # timeout=10 [DropStagingRepo] $ /bin/sh -xe /tmp/jenkins8356942504790143505.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/oracle + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + MVN_EXTRA='--batch-mode -Poss-release -Pstaging' + '[' Xjakartainject-1005 '=' X ] + echo 'Dropping staging repo jakartainject-1005' Dropping staging repo jakartainject-1005 + mvn -X --batch-mode -Poss-release -Pstaging nexus-staging:rc-drop '-DstagingRepositoryId=jakartainject-1005' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix" [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: javax.annotation.* < plexus.core [DEBUG] Imported: javax.annotation.security.* < plexus.core [DEBUG] Imported: javax.enterprise.inject.* < plexus.core [DEBUG] Imported: javax.enterprise.util.* < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [DEBUG] Imported: org.slf4j.spi.* < plexus.core [DEBUG] Populating class realm maven.api [INFO] Error stacktraces are turned on. [DEBUG] Message scheme: plain [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [DEBUG] Using local repository at /home/jenkins/.m2/repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [INFO] Scanning for projects... [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom.lastUpdated [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava-parent/14.0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-components/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-parent/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/3.0.4/maven-3.0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/3.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/3.0.4/maven-3.0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/21/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/10/apache-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/10/apache-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/25/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/9/apache-9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/9/apache-9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream-parent/1.4.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/codehaus-parent/3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/joda-time/joda-time/2.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/17/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/7/apache-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/7/apache-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/4/apache-4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/4/apache-4.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-project/1.17.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/net/java/jvnet-parent/1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.3.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/7/project-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/7/project-7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/13/apache-13.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/13/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/13/apache-13.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/22/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/oss-parent/11/oss-parent-11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/oss-parent/11/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/oss-parent/11/oss-parent-11.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/oss-parent/12/oss-parent-12.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/oss-parent/12/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/oss-parent/12/oss-parent-12.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/inject/javax.inject/1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-project/1.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/fusesource-pom/1.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether/1.13.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-parent/1.1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom.lastUpdated [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1435936, ConflictMarker.markTime=946902, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=704810, ConflictIdSorter.topsortTime=426333, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=11251922, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=50673120784, DefaultDependencyCollector.transformTime=19006481} [DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8: [DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile [DEBUG] com.google.guava:guava:jar:14.0.1:compile [DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile [DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] com.intellij:annotations:jar:9.0.4:compile [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile [DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] joda-time:joda-time:jar:2.2:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile [DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile [DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile [DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile [DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile [DEBUG] commons-codec:commons-codec:jar:1.6:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile [DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.4/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/joda-time/joda-time/2.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/inject/javax.inject/1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar.lastUpdated [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar.lastUpdated [DEBUG] Created new class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Importing foreign packages into class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: com.google.guava:guava:jar:14.0.1 [DEBUG] Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 [DEBUG] Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: com.intellij:annotations:jar:9.0.4 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.4.7 [DEBUG] Included: xmlpull:xmlpull:jar:1.1.3.1 [DEBUG] Included: xpp3:xpp3_min:jar:1.1.4c [DEBUG] Included: joda-time:joda-time:jar:2.2 [DEBUG] Included: commons-lang:commons-lang:jar:2.6 [DEBUG] Included: commons-beanutils:commons-beanutils-core:jar:1.8.3 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7 [DEBUG] Included: javax.ws.rs:jsr311-api:jar:1.1.1 [DEBUG] Included: com.sun.jersey:jersey-core:jar:1.17.1 [DEBUG] Included: javax.validation:validation-api:jar:1.1.0.Final [DEBUG] Included: com.sun.jersey:jersey-client:jar:1.17.1 [DEBUG] Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 [DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5 [DEBUG] Included: commons-codec:commons-codec:jar:1.6 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.7.7 [DEBUG] Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15 [DEBUG] Included: ch.qos.logback:logback-core:jar:1.1.2 [DEBUG] Included: ch.qos.logback:logback-classic:jar:1.1.2 [DEBUG] Extension realms for project org.eclipse.ee4j.cdi:cdi-parent:pom:2.0.2-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Created new class realm project>org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOT [DEBUG] Populating class realm project>org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOT [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ee4j:project:pom:1.0.5: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=764657, ConflictMarker.markTime=571366, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=264614, ConflictIdSorter.topsortTime=97221, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3118331, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=31471415, DefaultDependencyCollector.transformTime=4881864} [DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8: [DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile [DEBUG] com.google.guava:guava:jar:14.0.1:compile [DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile [DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] com.intellij:annotations:jar:9.0.4:compile [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile [DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] joda-time:joda-time:jar:2.2:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile [DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile [DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile [DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile [DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile [DEBUG] commons-codec:commons-codec:jar:1.6:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile [DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime [DEBUG] Extension realms for project org.eclipse.ee4j.cdi:jakarta.enterprise.cdi-spec-doc:pom:2.0.2-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[project>org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ee4j:project:pom:1.0.5: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.ee4j.cdi:jakarta.enterprise.cdi-spec-doc:pom:2.0.2-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 183, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 195, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 162, column 29 [WARNING] [WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 240, column 12 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 183, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 283, column 12 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 162, column 29 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.ee4j.cdi:cdi-parent:pom:2.0.2-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 183, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 195, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 162, column 29 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Inspecting build with total of 3 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 3 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] cdi-parent [pom] [INFO] jakarta.enterprise.cdi-spec-doc [pom] [INFO] Jakarta CDI [jar] [DEBUG] Could not find metadata org.apache.maven.plugins:maven-enforcer-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/resolver-status.properties [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/resolver-status.properties [DEBUG] Could not find metadata org.apache.maven.plugins:maven-enforcer-plugin/maven-metadata.xml in sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging) [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer/3.0.0-M3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/33/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/21/apache-21.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/21/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/21/apache-21.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar.lastUpdated [DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-enforcer-plugin to 3.0.0-M3 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/resolver-status.properties [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/resolver-status.properties [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging) [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/33/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0.jar.lastUpdated [DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-source-plugin to 3.2.0 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/resolver-status.properties [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/resolver-status.properties [DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging) [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.1.1/maven-javadoc-plugin-3.1.1.jar.lastUpdated [DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-javadoc-plugin to 3.1.1 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases) [DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated [DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM org.eclipse.ee4j.cdi:cdi-parent:pom:2.0.2-SNAPSHOT [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ee4j.cdi:cdi-parent:pom:2.0.2-SNAPSHOT [DEBUG] Tasks: [nexus-staging:rc-drop] [DEBUG] Style: Aggregating [DEBUG] ======================================================================= [INFO] [INFO] ------------------< org.eclipse.ee4j.cdi:cdi-parent >------------------- [INFO] Building cdi-parent 2.0.2-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM org.eclipse.ee4j.cdi:cdi-parent:pom:2.0.2-SNAPSHOT [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [] [DEBUG] Repositories (dependencies): [sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: ${altStagingDirectory} ${autoDropAfterRelease} false ${detectBuildFailures} ${keepStagingRepositoryOnCloseRuleFailure} https://oss.sonatype.org/ ossrh ${maven.wagon.http.ssl.allowall} ${maven.wagon.http.ssl.insecure} ${stagingDescription} ${stagingProgressPauseDurationSeconds} ${stagingProgressTimeoutMinutes} ${stagingRepositoryId} [DEBUG] ======================================================================= [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) @ cdi-parent --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=595081, ConflictMarker.markTime=279673, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=268481, ConflictIdSorter.topsortTime=102484, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2552318, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=30322436, DefaultDependencyCollector.transformTime=3867090} [DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8: [DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile [DEBUG] com.google.guava:guava:jar:14.0.1:compile [DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile [DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] com.intellij:annotations:jar:9.0.4:compile [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile [DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] joda-time:joda-time:jar:2.2:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile [DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile [DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile [DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile [DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile [DEBUG] commons-codec:commons-codec:jar:1.6:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile [DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime [DEBUG] Created new class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Importing foreign packages into class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Imported: < project>org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOT [DEBUG] Populating class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: com.google.guava:guava:jar:14.0.1 [DEBUG] Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 [DEBUG] Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: com.intellij:annotations:jar:9.0.4 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.4.7 [DEBUG] Included: xmlpull:xmlpull:jar:1.1.3.1 [DEBUG] Included: xpp3:xpp3_min:jar:1.1.4c [DEBUG] Included: joda-time:joda-time:jar:2.2 [DEBUG] Included: commons-lang:commons-lang:jar:2.6 [DEBUG] Included: commons-beanutils:commons-beanutils-core:jar:1.8.3 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7 [DEBUG] Included: javax.ws.rs:jsr311-api:jar:1.1.1 [DEBUG] Included: com.sun.jersey:jersey-core:jar:1.17.1 [DEBUG] Included: javax.validation:validation-api:jar:1.1.0.Final [DEBUG] Included: com.sun.jersey:jersey-client:jar:1.17.1 [DEBUG] Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 [DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5 [DEBUG] Included: commons-codec:commons-codec:jar:1.6 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.7.7 [DEBUG] Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15 [DEBUG] Included: ch.qos.logback:logback-core:jar:1.1.2 [DEBUG] Included: ch.qos.logback:logback-classic:jar:1.1.2 [DEBUG] Configuring mojo org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop from plugin realm ClassRealm[plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922] [DEBUG] Configuring mojo 'org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop' with basic configurator --> [DEBUG] (f) autoDropAfterRelease = true [DEBUG] (f) autoReleaseAfterClose = false [DEBUG] (f) detectBuildFailures = true [DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@5a50d9fc [DEBUG] (f) mojoExecution = org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop {execution: default-cli} [DEBUG] (f) nexusUrl = https://oss.sonatype.org/ [DEBUG] (f) offline = false [DEBUG] (f) pluginArtifactId = nexus-staging-maven-plugin [DEBUG] (f) pluginGroupId = org.sonatype.plugins [DEBUG] (f) pluginVersion = 1.6.8 [DEBUG] (f) serverId = ossrh [DEBUG] (f) sslAllowAll = false [DEBUG] (f) sslInsecure = false [DEBUG] (f) stagingProgressPauseDurationSeconds = 3 [DEBUG] (f) stagingProgressTimeoutMinutes = 5 [DEBUG] (f) stagingRepositoryId = jakartainject-1005 [DEBUG] -- end configuration -- [DEBUG] Parameters{pluginGav='org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8', deferredDirectoryRoot=/home/jenkins/agent/workspace/DropStagingRepo/target/nexus-staging/deferred, stagingDirectoryRoot=/home/jenkins/agent/workspace/DropStagingRepo/target/nexus-staging/staging, nexusUrl='https://oss.sonatype.org/', serverId='ossrh', keepStagingRepositoryOnCloseRuleFailure=false, keepStagingRepositoryOnFailure=false, skipStagingRepositoryClose=false, autoReleaseAfterClose=false, autoDropAfterRelease=true, stagingProfileId='null', stagingRepositoryId='null', stagingActionMessages=org.sonatype.nexus.maven.staging.StagingActionMessages@423c5404, tags=null, stagingProgressTimeoutMinutes=5, stagingProgressPauseDurationSeconds=3, sslInsecure=false, sslAllowAll=false} [INFO] + Using server credentials "ossrh" from Maven settings. [DEBUG] Client created for media-type application/xml; charset=UTF-8 and connection (url=https://oss.sonatype.org:443/,authc=UsernamePasswordAuthenticationInfo[username=cdi-bot, password=****],sslCertificateValidation=STRICT,sslCertificateHostnameValidation=LAX) Dec 13, 2019 3:45:20 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 1 * Client out-bound request 1 > GET https://oss.sonatype.org:443/service/local/status 1 > Content-Type: application/xml; charset=UTF-8 1 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connecting to oss.sonatype.org:443 [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/status HTTP/1.1 [DEBUG] >> "GET /service/local/status HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/status HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Fri, 13 Dec 2019 03:45:20 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1112[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: nginx[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "X-Request-Class: DNT[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Fri, 13 Dec 2019 03:45:20 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1112 [DEBUG] << Connection: keep-alive [DEBUG] << Server: nginx [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] << X-Request-Class: DNT [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " Nexus Repository Manager[\n]" [DEBUG] << " Nexus Repository Manager 2.14.15-01[\n]" [DEBUG] << " 2.14.15-01[\n]" [DEBUG] << " 2.14.15-01[\n]" [DEBUG] << " Professional[\n]" [DEBUG] << " PRO[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/attributions[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/store[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/eula[\n]" [DEBUG] << " STARTED[\n]" [DEBUG] << " 2019-11-04 17:31:26.176 UTC[\n]" [DEBUG] << " 2019-11-04 17:32:11.208 UTC[\n]" [DEBUG] << " 2019-11-04 17:32:11.208 UTC[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " https://oss.sonatype.org[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Dec 13, 2019 3:45:20 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 1 * Client in-bound response 1 < 200 1 < Date: Fri, 13 Dec 2019 03:45:20 GMT 1 < Content-Type: application/xml; charset=UTF-8 1 < Content-Length: 1112 1 < Connection: keep-alive 1 < Server: nginx 1 < X-Frame-Options: SAMEORIGIN 1 < X-Content-Type-Options: nosniff 1 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 1 < X-Request-Class: DNT 1 < Nexus Repository Manager Nexus Repository Manager 2.14.15-01 2.14.15-01 2.14.15-01 Professional PRO http://links.sonatype.com/products/nexus/pro/attributions http://links.sonatype.com/products/nexus/pro/store http://links.sonatype.com/products/nexus/pro/eula STARTED 2019-11-04 17:31:26.176 UTC 2019-11-04 17:32:11.208 UTC 2019-11-04 17:32:11.208 UTC false false false https://oss.sonatype.org true false false [DEBUG] Connected, received NexusStatus [appName=Nexus Repository Manager, version=2.14.15-01, editionShort=PRO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.15-01 and edition "Professional" Dec 13, 2019 3:45:20 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 2 * Client out-bound request 2 > GET https://oss.sonatype.org:443/service/local/status 2 > Content-Type: application/xml; charset=UTF-8 2 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/status HTTP/1.1 [DEBUG] >> "GET /service/local/status HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/status HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Fri, 13 Dec 2019 03:45:20 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1112[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: nginx[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "X-Request-Class: DNT[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Fri, 13 Dec 2019 03:45:20 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1112 [DEBUG] << Connection: keep-alive [DEBUG] << Server: nginx [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] << X-Request-Class: DNT [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " Nexus Repository Manager[\n]" [DEBUG] << " Nexus Repository Manager 2.14.15-01[\n]" [DEBUG] << " 2.14.15-01[\n]" [DEBUG] << " 2.14.15-01[\n]" [DEBUG] << " Professional[\n]" [DEBUG] << " PRO[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/attributions[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/store[\n]" [DEBUG] << " http://links.sonatype.com/products/nexus/pro/eula[\n]" [DEBUG] << " STARTED[\n]" [DEBUG] << " 2019-11-04 17:31:26.176 UTC[\n]" [DEBUG] << " 2019-11-04 17:32:11.208 UTC[\n]" [DEBUG] << " 2019-11-04 17:32:11.208 UTC[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " https://oss.sonatype.org[\n]" [DEBUG] << " true[\n]" [DEBUG] << " false[\n]" [DEBUG] << " false[\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Dec 13, 2019 3:45:20 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 2 * Client in-bound response 2 < 200 2 < Date: Fri, 13 Dec 2019 03:45:20 GMT 2 < Content-Type: application/xml; charset=UTF-8 2 < Content-Length: 1112 2 < Connection: keep-alive 2 < Server: nginx 2 < X-Frame-Options: SAMEORIGIN 2 < X-Content-Type-Options: nosniff 2 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 2 < X-Request-Class: DNT 2 < Nexus Repository Manager Nexus Repository Manager 2.14.15-01 2.14.15-01 2.14.15-01 Professional PRO http://links.sonatype.com/products/nexus/pro/attributions http://links.sonatype.com/products/nexus/pro/store http://links.sonatype.com/products/nexus/pro/eula STARTED 2019-11-04 17:31:26.176 UTC 2019-11-04 17:32:11.208 UTC 2019-11-04 17:32:11.208 UTC false false false https://oss.sonatype.org true false false [DEBUG] Using staging v3 service [DEBUG] Using progressTimeoutMinutes=5, progressPauseDurationSeconds=3 [INFO] RC-Dropping staging repository with IDs=[jakartainject-1005] [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: POST /service/local/staging/bulk/drop HTTP/1.1 [DEBUG] >> "POST /service/local/staging/bulk/drop HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Content-Length: 259[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> POST /service/local/staging/bulk/drop HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Content-Length: 259 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c= [DEBUG] >> "jakartainject-1005org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOTfalse" Dec 13, 2019 3:45:20 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 3 * Client out-bound request 3 > POST https://oss.sonatype.org:443/service/local/staging/bulk/drop 3 > Content-Type: application/xml; charset=UTF-8 3 > Accept: application/xml; charset=UTF-8 jakartainject-1005org.eclipse.ee4j.cdi:cdi-parent:2.0.2-SNAPSHOTfalse [DEBUG] << "HTTP/1.1 201 Created[\r][\n]" [DEBUG] << "Date: Fri, 13 Dec 2019 03:45:20 GMT[\r][\n]" [DEBUG] << "Content-Length: 0[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: nginx[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "X-Staging: WP[\r][\n]" [DEBUG] << "X-Request-Class: NT[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 201 Created [DEBUG] << HTTP/1.1 201 Created [DEBUG] << Date: Fri, 13 Dec 2019 03:45:20 GMT [DEBUG] << Content-Length: 0 [DEBUG] << Connection: keep-alive [DEBUG] << Server: nginx [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << X-Staging: WP [DEBUG] << X-Request-Class: NT [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Dec 13, 2019 3:45:21 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 3 * Client in-bound response 3 < 201 3 < Date: Fri, 13 Dec 2019 03:45:20 GMT 3 < Content-Length: 0 3 < Connection: keep-alive 3 < Server: nginx 3 < X-Frame-Options: SAMEORIGIN 3 < X-Content-Type-Options: nosniff 3 < X-Staging: WP 3 < X-Request-Class: NT 3 < [DEBUG] Monitoring transition of repositories: jakartainject-1005 [DEBUG] START [DEBUG] TICK at 121.6 μs [DEBUG] Checking repository: jakartainject-1005 Dec 13, 2019 3:45:21 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 4 * Client out-bound request 4 > GET https://oss.sonatype.org:443/service/local/staging/repository/jakartainject-1005 4 > Content-Type: application/xml; charset=UTF-8 4 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/jakartainject-1005 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/jakartainject-1005 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/jakartainject-1005 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Fri, 13 Dec 2019 03:45:21 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1085[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: nginx[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "X-Staging: P[\r][\n]" [DEBUG] << "X-Request-Class: DNT[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Fri, 13 Dec 2019 03:45:21 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1085 [DEBUG] << Connection: keep-alive [DEBUG] << Server: nginx [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] << X-Staging: P [DEBUG] << X-Request-Class: DNT [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " cb8d53ea665cf9[\n]" [DEBUG] << " jakarta.inject[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " jakartainject-1005[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " cdi-bot[\n]" [DEBUG] << " Nexus-Client/2.14.3-02[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/jakartainject-1005[\n]" [DEBUG] << " 2019-12-12T20:09:49.891Z[\n]" [DEBUG] << " Thu Dec 12 20:09:49 UTC 2019[\n]" [DEBUG] << " 1576181389891[\n]" [DEBUG] << " 2019-12-12T20:10:26.181Z[\n]" [DEBUG] << " Thu Dec 12 20:10:26 UTC 2019[\n]" [DEBUG] << " 1576181426181[\n]" [DEBUG] << " jakarta.inject:jakarta.inject-api:2.0[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Dec 13, 2019 3:45:21 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 4 * Client in-bound response 4 < 200 4 < Date: Fri, 13 Dec 2019 03:45:21 GMT 4 < Content-Type: application/xml; charset=UTF-8 4 < Content-Length: 1085 4 < Connection: keep-alive 4 < Server: nginx 4 < X-Frame-Options: SAMEORIGIN 4 < X-Content-Type-Options: nosniff 4 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 4 < X-Staging: P 4 < X-Request-Class: DNT 4 < cb8d53ea665cf9 jakarta.inject repository jakartainject-1005 closed release cdi-bot Nexus-Client/2.14.3-02 198.41.30.195 https://oss.sonatype.org/content/repositories/jakartainject-1005 2019-12-12T20:09:49.891Z Thu Dec 12 20:09:49 UTC 2019 1576181389891 2019-12-12T20:10:26.181Z Thu Dec 12 20:10:26 UTC 2019 1576181426181 jakarta.inject:jakarta.inject-api:2.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 170.7 ms [DEBUG] TICK at 3.171 s [DEBUG] Checking repository: jakartainject-1005 Dec 13, 2019 3:45:24 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 5 * Client out-bound request 5 > GET https://oss.sonatype.org:443/service/local/staging/repository/jakartainject-1005 5 > Content-Type: application/xml; charset=UTF-8 5 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/jakartainject-1005 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/jakartainject-1005 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/jakartainject-1005 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c= [DEBUG] << "HTTP/1.1 200 OK[\r][\n]" [DEBUG] << "Date: Fri, 13 Dec 2019 03:45:28 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 1085[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: nginx[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "X-Staging: P[\r][\n]" [DEBUG] << "X-Request-Class: DNT[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 200 OK [DEBUG] << HTTP/1.1 200 OK [DEBUG] << Date: Fri, 13 Dec 2019 03:45:28 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 1085 [DEBUG] << Connection: keep-alive [DEBUG] << Server: nginx [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] << X-Staging: P [DEBUG] << X-Request-Class: DNT [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " cb8d53ea665cf9[\n]" [DEBUG] << " jakarta.inject[\n]" [DEBUG] << " repository[\n]" [DEBUG] << " jakartainject-1005[\n]" [DEBUG] << " closed[\n]" [DEBUG] << " release[\n]" [DEBUG] << " cdi-bot[\n]" [DEBUG] << " Nexus-Client/2.14.3-02[\n]" [DEBUG] << " 198.41.30.195[\n]" [DEBUG] << " https://oss.sonatype.org/content/repositories/jakartainject-1005[\n]" [DEBUG] << " 2019-12-12T20:09:49.891Z[\n]" [DEBUG] << " Thu Dec 12 20:09:49 UTC 2019[\n]" [DEBUG] << " 1576181389891[\n]" [DEBUG] << " 2019-12-13T03:45:21.508Z[\n]" [DEBUG] << " Fri Dec 13 03:45:21 UTC 2019[\n]" [DEBUG] << " 1576208721508[\n]" [DEBUG] << " jakarta.inject:jakarta.inject-api:2.0[\n]" [DEBUG] << " maven2[\n]" [DEBUG] << " releases[\n]" [DEBUG] << " Releases[\n]" [DEBUG] << " 0[\n]" [DEBUG] << " true[\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Dec 13, 2019 3:45:28 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 5 * Client in-bound response 5 < 200 5 < Date: Fri, 13 Dec 2019 03:45:28 GMT 5 < Content-Type: application/xml; charset=UTF-8 5 < Content-Length: 1085 5 < Connection: keep-alive 5 < Server: nginx 5 < X-Frame-Options: SAMEORIGIN 5 < X-Content-Type-Options: nosniff 5 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 5 < X-Staging: P 5 < X-Request-Class: DNT 5 < cb8d53ea665cf9 jakarta.inject repository jakartainject-1005 closed release cdi-bot Nexus-Client/2.14.3-02 198.41.30.195 https://oss.sonatype.org/content/repositories/jakartainject-1005 2019-12-12T20:09:49.891Z Thu Dec 12 20:09:49 UTC 2019 1576181389891 2019-12-13T03:45:21.508Z Fri Dec 13 03:45:21 UTC 2019 1576208721508 jakarta.inject:jakarta.inject-api:2.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 7.104 s [DEBUG] TICK at 10.10 s [DEBUG] Checking repository: jakartainject-1005 Dec 13, 2019 3:45:31 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 6 * Client out-bound request 6 > GET https://oss.sonatype.org:443/service/local/staging/repository/jakartainject-1005 6 > Content-Type: application/xml; charset=UTF-8 6 > Accept: application/xml; charset=UTF-8 [DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] [DEBUG] Stale connection check [DEBUG] CookieSpec selected: best-match [DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443 [DEBUG] Target auth state: CHALLENGED [DEBUG] Proxy auth state: UNCHALLENGED [DEBUG] Attempt 1 to execute request [DEBUG] Sending request: GET /service/local/staging/repository/jakartainject-1005 HTTP/1.1 [DEBUG] >> "GET /service/local/staging/repository/jakartainject-1005 HTTP/1.1[\r][\n]" [DEBUG] >> "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Accept: application/xml; charset=UTF-8[\r][\n]" [DEBUG] >> "Host: oss.sonatype.org:443[\r][\n]" [DEBUG] >> "Connection: Keep-Alive[\r][\n]" [DEBUG] >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]" [DEBUG] >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]" [DEBUG] >> "[\r][\n]" [DEBUG] >> GET /service/local/staging/repository/jakartainject-1005 HTTP/1.1 [DEBUG] >> Content-Type: application/xml; charset=UTF-8 [DEBUG] >> Accept: application/xml; charset=UTF-8 [DEBUG] >> Host: oss.sonatype.org:443 [DEBUG] >> Connection: Keep-Alive [DEBUG] >> User-Agent: Nexus-Client/2.14.3-02 [DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c= [DEBUG] << "HTTP/1.1 404 Not Found[\r][\n]" [DEBUG] << "Date: Fri, 13 Dec 2019 03:45:34 GMT[\r][\n]" [DEBUG] << "Content-Type: application/xml; charset=UTF-8[\r][\n]" [DEBUG] << "Content-Length: 149[\r][\n]" [DEBUG] << "Connection: keep-alive[\r][\n]" [DEBUG] << "Server: nginx[\r][\n]" [DEBUG] << "X-Frame-Options: SAMEORIGIN[\r][\n]" [DEBUG] << "X-Content-Type-Options: nosniff[\r][\n]" [DEBUG] << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]" [DEBUG] << "X-Staging: P[\r][\n]" [DEBUG] << "X-Request-Class: DNT[\r][\n]" [DEBUG] << "[\r][\n]" [DEBUG] Receiving response: HTTP/1.1 404 Not Found [DEBUG] << HTTP/1.1 404 Not Found [DEBUG] << Date: Fri, 13 Dec 2019 03:45:34 GMT [DEBUG] << Content-Type: application/xml; charset=UTF-8 [DEBUG] << Content-Length: 149 [DEBUG] << Connection: keep-alive [DEBUG] << Server: nginx [DEBUG] << X-Frame-Options: SAMEORIGIN [DEBUG] << X-Content-Type-Options: nosniff [DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept [DEBUG] << X-Staging: P [DEBUG] << X-Request-Class: DNT [DEBUG] Connection can be kept alive indefinitely [DEBUG] Authentication succeeded [DEBUG] << "[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << " *[\n]" [DEBUG] << " No such repository: jakartainject-1005[\n]" [DEBUG] << " [\n]" [DEBUG] << " [\n]" [DEBUG] << "" [DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely [DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] Dec 13, 2019 3:45:34 AM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 6 * Client in-bound response 6 < 404 6 < Date: Fri, 13 Dec 2019 03:45:34 GMT 6 < Content-Type: application/xml; charset=UTF-8 6 < Content-Length: 149 6 < Connection: keep-alive 6 < Server: nginx 6 < X-Frame-Options: SAMEORIGIN 6 < X-Content-Type-Options: nosniff 6 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 6 < X-Staging: P 6 < X-Request-Class: DNT 6 < * No such repository: jakartainject-1005 [DEBUG] Repository was removed; stop watching it [DEBUG] jakartainject-1005 REMOVED [DEBUG] STOP after 13.62 s [INFO] Dropped [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] cdi-parent 2.0.2-SNAPSHOT .......................... SUCCESS [ 15.563 s] [INFO] jakarta.enterprise.cdi-spec-doc 2.0.2-SNAPSHOT ..... SKIPPED [INFO] Jakarta CDI 2.0.2 .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:21 min [INFO] Finished at: 2019-12-13T03:45:34Z [INFO] ------------------------------------------------------------------------ + exit 0 Finished: SUCCESS