Skip to content

Console Output

02:19:22 Started by timer
02:19:22 Running as SYSTEM
02:19:22 Agent basic-xvsp1 is provisioned from template basic
02:19:22 ---
02:19:22 apiVersion: "v1"
02:19:22 kind: "Pod"
02:19:22 metadata:
02:19:22   labels:
02:19:22     jenkins: "slave"
02:19:22     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
02:19:22     jenkins/label: "basic"
02:19:22   name: "basic-xvsp1"
02:19:22   namespace: "microprofile"
02:19:22 spec:
02:19:22   containers:
02:19:22   - env:
02:19:22     - name: "JENKINS_SECRET"
02:19:22       value: "********"
02:19:22     - name: "JENKINS_TUNNEL"
02:19:22       value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
02:19:22     - name: "JENKINS_AGENT_NAME"
02:19:22       value: "basic-xvsp1"
02:19:22     - name: "JENKINS_REMOTING_JAVA_OPTS"
02:19:22       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
02:19:22         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
02:19:22     - name: "JAVA_TOOL_OPTIONS"
02:19:22       value: ""
02:19:22     - name: "_JAVA_OPTIONS"
02:19:22       value: ""
02:19:22     - name: "OPENJ9_JAVA_OPTIONS"
02:19:22       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
02:19:22     - name: "JENKINS_NAME"
02:19:22       value: "basic-xvsp1"
02:19:22     - name: "JENKINS_AGENT_WORKDIR"
02:19:22       value: "/home/jenkins/agent"
02:19:22     - name: "JENKINS_URL"
02:19:22       value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
02:19:22     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
02:19:22     imagePullPolicy: "Always"
02:19:22     name: "jnlp"
02:19:22     resources:
02:19:22       limits:
02:19:22         cpu: "2000m"
02:19:22         memory: "4096Mi"
02:19:22       requests:
02:19:22         cpu: "1000m"
02:19:22         memory: "4096Mi"
02:19:22     tty: true
02:19:22     volumeMounts:
02:19:22     - mountPath: "/home/jenkins/.m2/toolchains.xml"
02:19:22       name: "m2-dir"
02:19:22       readOnly: true
02:19:22       subPath: "toolchains.xml"
02:19:22     - mountPath: "/home/jenkins/.mavenrc"
02:19:22       name: "m2-dir"
02:19:22       readOnly: true
02:19:22       subPath: ".mavenrc"
02:19:22     - mountPath: "/opt/tools"
02:19:22       name: "volume-0"
02:19:22       readOnly: false
02:19:22     - mountPath: "/home/jenkins"
02:19:22       name: "volume-2"
02:19:22       readOnly: false
02:19:22     - mountPath: "/home/jenkins/.m2/repository"
02:19:22       name: "volume-3"
02:19:22       readOnly: false
02:19:22     - mountPath: "/home/jenkins/.m2/settings-security.xml"
02:19:22       name: "m2-secret-dir"
02:19:22       readOnly: true
02:19:22       subPath: "settings-security.xml"
02:19:22     - mountPath: "/home/jenkins/.m2/wrapper"
02:19:22       name: "volume-4"
02:19:22       readOnly: false
02:19:22     - mountPath: "/home/jenkins/.m2/settings.xml"
02:19:22       name: "m2-secret-dir"
02:19:22       readOnly: true
02:19:22       subPath: "settings.xml"
02:19:22     - mountPath: "/home/jenkins/.ssh"
02:19:22       name: "volume-1"
02:19:22       readOnly: false
02:19:22       subPath: ""
02:19:22     - mountPath: "/home/jenkins/agent"
02:19:22       name: "workspace-volume"
02:19:22       readOnly: false
02:19:22     workingDir: "/home/jenkins/agent"
02:19:22   nodeSelector:
02:19:22     kubernetes.io/os: "linux"
02:19:22   restartPolicy: "Never"
02:19:22   volumes:
02:19:22   - name: "volume-0"
02:19:22     persistentVolumeClaim:
02:19:22       claimName: "tools-claim-jiro-microprofile"
02:19:22       readOnly: true
02:19:22   - name: "m2-secret-dir"
02:19:22     secret:
02:19:22       secretName: "m2-secret-dir"
02:19:22   - emptyDir:
02:19:22       medium: ""
02:19:22     name: "volume-2"
02:19:22   - configMap:
02:19:22       name: "m2-dir"
02:19:22     name: "m2-dir"
02:19:22   - configMap:
02:19:22       name: "known-hosts"
02:19:22     name: "volume-1"
02:19:22   - emptyDir:
02:19:22       medium: ""
02:19:22     name: "workspace-volume"
02:19:22   - emptyDir:
02:19:22       medium: ""
02:19:22     name: "volume-4"
02:19:22   - emptyDir:
02:19:22       medium: ""
02:19:22     name: "volume-3"
02:19:22 
02:19:22 Building remotely on basic-xvsp1 (basic) in workspace /home/jenkins/agent/workspace/BOM-maven-snapshots
02:19:22 [WS-CLEANUP] Deleting project workspace...
02:19:22 [WS-CLEANUP] Deferred wipeout is used...
02:19:23 The recommended git tool is: NONE
02:19:24 No credentials specified
02:19:24 Cloning the remote Git repository
02:19:24 Cloning repository https://github.com/eclipse/microprofile-bom.git
02:19:25  > git init /home/jenkins/agent/workspace/BOM-maven-snapshots # timeout=10
02:19:25 Fetching upstream changes from https://github.com/eclipse/microprofile-bom.git
02:19:25  > git --version # timeout=10
02:19:25  > git --version # 'git version 2.20.1'
02:19:25  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-bom.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:19:25  > git config remote.origin.url https://github.com/eclipse/microprofile-bom.git # timeout=10
02:19:25  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:19:26 Avoid second fetch
02:19:26  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
02:19:26 Checking out Revision 7b5012f2b715db093b82bb6a7a6a06f8c3dfe64a (refs/remotes/origin/main)
02:19:26  > git config core.sparsecheckout # timeout=10
02:19:26  > git checkout -f 7b5012f2b715db093b82bb6a7a6a06f8c3dfe64a # timeout=10
02:19:26 Commit message: "Merge pull request #77 from eclipse/pavolloffay-patch-1"
02:19:26  > git rev-list --no-walk 7b5012f2b715db093b82bb6a7a6a06f8c3dfe64a # timeout=10
02:19:26 Parsing POMs
02:19:31 Modules changed, recalculating dependency graph
02:19:31 Established TCP socket on 45441
02:19:31 Copied maven35-agent.jar
02:19:31 Copied maven35-interceptor.jar
02:19:31 Copied maven3-interceptor-commons.jar
02:19:31 [BOM-maven-snapshots] $ /opt/tools/java/temurin/jdk-11/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.8.6/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/3.8.6/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.8.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 45441
02:19:32 <===[JENKINS REMOTING CAPACITY]===>channel started
02:19:34 Executing Maven:  -B -f /home/jenkins/agent/workspace/BOM-maven-snapshots/pom.xml -pl !spec install deploy -DaltDeploymentRepository=repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/microprofile-snapshots/
02:19:35 [INFO] Scanning for projects...
02:19:35 [INFO] 
02:19:35 [INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
02:19:35 [INFO] Building MicroProfile BOM 1.4-SNAPSHOT
02:19:35 [INFO] --------------------------------[ pom ]---------------------------------
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 25 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 249 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 541 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 436 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 586 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 225 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 225 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 775 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 379 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 488 kB/s)
02:19:36 [INFO] 
02:19:36 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile ---
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 77 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 431 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 896 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
02:19:36 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 143 kB/s)
02:19:36 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 82 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 77 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 117 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 136 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 528 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 180 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 25 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 319 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 83 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 208 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 165 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 110 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 77 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 32 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 33 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 88 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 126 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 414 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 211 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 848 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 33 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 166 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 172 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 234 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 857 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 4.6 MB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.1 MB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 305 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 432 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 133 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 252 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 154 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 503 kB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 106 kB/s)
02:19:37 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 193 kB/s)
02:19:38 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 46 kB/s)
02:19:38 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 290 kB/s)
02:19:38 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 720 kB/s)
02:19:38 [INFO] Installing /home/jenkins/agent/workspace/BOM-maven-snapshots/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-SNAPSHOT.pom
02:19:38 [INFO] 
02:19:38 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile ---
02:19:38 [INFO] Installing /home/jenkins/agent/workspace/BOM-maven-snapshots/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-SNAPSHOT.pom
02:19:38 [INFO] 
02:19:38 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ microprofile ---
02:19:38 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
02:19:38 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 161 kB/s)
02:19:38 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
02:19:38 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 516 kB/s)
02:19:38 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
02:19:38 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 5.8 MB/s)
02:19:38 [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/microprofile-snapshots/
02:19:38 [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/maven-metadata.xml
02:19:38 [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/maven-metadata.xml (615 B at 3.2 kB/s)
02:19:38 [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-20240419.061935-2202.pom
02:19:38 [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-20240419.061935-2202.pom (9.7 kB at 109 kB/s)
02:19:38 [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/maven-metadata.xml
02:19:38 [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/maven-metadata.xml (352 B at 3.3 kB/s)
02:19:38 [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/maven-metadata.xml
02:19:39 [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/maven-metadata.xml (615 B at 3.2 kB/s)
02:19:39 [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/maven-metadata.xml
02:19:39 [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/maven-metadata.xml (352 B at 4.7 kB/s)
02:19:40 [INFO] ------------------------------------------------------------------------
02:19:40 [INFO] BUILD SUCCESS
02:19:40 [INFO] ------------------------------------------------------------------------
02:19:40 [INFO] Total time:  4.568 s
02:19:40 [INFO] Finished at: 2024-04-19T06:19:40Z
02:19:40 [INFO] ------------------------------------------------------------------------
02:19:40 Waiting for Jenkins to finish collecting data
02:19:40 [JENKINS] Archiving /home/jenkins/agent/workspace/BOM-maven-snapshots/pom.xml to org.eclipse.microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-SNAPSHOT.pom
02:19:40 channel stopped
02:19:40 Finished: SUCCESS