Skip to content

Console Output

02:19:15 Started by timer
02:19:15 Running as SYSTEM
02:19:15 Agent basic-xtwgr is provisioned from template basic
02:19:15 ---
02:19:15 apiVersion: "v1"
02:19:15 kind: "Pod"
02:19:15 metadata:
02:19:15   labels:
02:19:15     jenkins: "slave"
02:19:15     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
02:19:15     jenkins/label: "basic"
02:19:15   name: "basic-xtwgr"
02:19:15   namespace: "microprofile"
02:19:15 spec:
02:19:15   containers:
02:19:15   - env:
02:19:15     - name: "JENKINS_SECRET"
02:19:15       value: "********"
02:19:15     - name: "JENKINS_TUNNEL"
02:19:15       value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
02:19:15     - name: "JENKINS_AGENT_NAME"
02:19:15       value: "basic-xtwgr"
02:19:15     - name: "JENKINS_REMOTING_JAVA_OPTS"
02:19:15       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
02:19:15         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
02:19:15     - name: "JAVA_TOOL_OPTIONS"
02:19:15       value: ""
02:19:15     - name: "_JAVA_OPTIONS"
02:19:15       value: ""
02:19:15     - name: "OPENJ9_JAVA_OPTIONS"
02:19:15       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
02:19:15     - name: "JENKINS_NAME"
02:19:15       value: "basic-xtwgr"
02:19:15     - name: "JENKINS_AGENT_WORKDIR"
02:19:15       value: "/home/jenkins/agent"
02:19:15     - name: "JENKINS_URL"
02:19:15       value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
02:19:15     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
02:19:15     imagePullPolicy: "Always"
02:19:15     name: "jnlp"
02:19:15     resources:
02:19:15       limits:
02:19:15         cpu: "2000m"
02:19:15         memory: "4096Mi"
02:19:15       requests:
02:19:15         cpu: "1000m"
02:19:15         memory: "4096Mi"
02:19:15     tty: true
02:19:15     volumeMounts:
02:19:15     - mountPath: "/home/jenkins/.m2/toolchains.xml"
02:19:15       name: "m2-dir"
02:19:15       readOnly: true
02:19:15       subPath: "toolchains.xml"
02:19:15     - mountPath: "/home/jenkins/.mavenrc"
02:19:15       name: "m2-dir"
02:19:15       readOnly: true
02:19:15       subPath: ".mavenrc"
02:19:15     - mountPath: "/opt/tools"
02:19:15       name: "volume-0"
02:19:15       readOnly: false
02:19:15     - mountPath: "/home/jenkins"
02:19:15       name: "volume-2"
02:19:15       readOnly: false
02:19:15     - mountPath: "/home/jenkins/.m2/repository"
02:19:15       name: "volume-3"
02:19:15       readOnly: false
02:19:15     - mountPath: "/home/jenkins/.m2/settings-security.xml"
02:19:15       name: "m2-secret-dir"
02:19:15       readOnly: true
02:19:15       subPath: "settings-security.xml"
02:19:15     - mountPath: "/home/jenkins/.m2/wrapper"
02:19:15       name: "volume-4"
02:19:15       readOnly: false
02:19:15     - mountPath: "/home/jenkins/.m2/settings.xml"
02:19:15       name: "m2-secret-dir"
02:19:15       readOnly: true
02:19:15       subPath: "settings.xml"
02:19:15     - mountPath: "/home/jenkins/.ssh"
02:19:15       name: "volume-1"
02:19:15       readOnly: false
02:19:15       subPath: ""
02:19:15     - mountPath: "/home/jenkins/agent"
02:19:15       name: "workspace-volume"
02:19:15       readOnly: false
02:19:15     workingDir: "/home/jenkins/agent"
02:19:15   nodeSelector:
02:19:15     kubernetes.io/os: "linux"
02:19:15   restartPolicy: "Never"
02:19:15   volumes:
02:19:15   - name: "volume-0"
02:19:15     persistentVolumeClaim:
02:19:15       claimName: "tools-claim-jiro-microprofile"
02:19:15       readOnly: true
02:19:15   - name: "m2-secret-dir"
02:19:15     secret:
02:19:15       secretName: "m2-secret-dir"
02:19:15   - emptyDir:
02:19:15       medium: ""
02:19:15     name: "volume-2"
02:19:15   - configMap:
02:19:15       name: "m2-dir"
02:19:15     name: "m2-dir"
02:19:15   - configMap:
02:19:15       name: "known-hosts"
02:19:15     name: "volume-1"
02:19:15   - emptyDir:
02:19:15       medium: ""
02:19:15     name: "workspace-volume"
02:19:15   - emptyDir:
02:19:15       medium: ""
02:19:15     name: "volume-4"
02:19:15   - emptyDir:
02:19:15       medium: ""
02:19:15     name: "volume-3"
02:19:15 
02:19:15 Building remotely on basic-xtwgr (basic) in workspace /home/jenkins/agent/workspace/BOM-maven-snapshots
02:19:15 [WS-CLEANUP] Deleting project workspace...
02:19:15 [WS-CLEANUP] Deferred wipeout is used...
02:19:15 The recommended git tool is: NONE
02:19:19 No credentials specified
02:19:19 Cloning the remote Git repository
02:19:19 Cloning repository https://github.com/eclipse/microprofile-bom.git
02:19:19  > git init /home/jenkins/agent/workspace/BOM-maven-snapshots # timeout=10
02:19:19 Fetching upstream changes from https://github.com/eclipse/microprofile-bom.git
02:19:19  > git --version # timeout=10
02:19:19  > git --version # 'git version 2.20.1'
02:19:19  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-bom.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:19:20  > git config remote.origin.url https://github.com/eclipse/microprofile-bom.git # timeout=10
02:19:20  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:19:21 Avoid second fetch
02:19:21  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
02:19:21 Checking out Revision 7b5012f2b715db093b82bb6a7a6a06f8c3dfe64a (refs/remotes/origin/main)
02:19:21  > git config core.sparsecheckout # timeout=10
02:19:21  > git checkout -f 7b5012f2b715db093b82bb6a7a6a06f8c3dfe64a # timeout=10
02:19:21 Commit message: "Merge pull request #77 from eclipse/pavolloffay-patch-1"
02:19:21  > git rev-list --no-walk 7b5012f2b715db093b82bb6a7a6a06f8c3dfe64a # timeout=10
02:19:22 Parsing POMs
02:19:29 Modules changed, recalculating dependency graph
02:19:29 Established TCP socket on 45077
02:19:29 Copied maven35-agent.jar
02:19:29 Copied maven35-interceptor.jar
02:19:29 Copied maven3-interceptor-commons.jar
02:19:29 [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 45077
02:19:29 <===[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:36 [INFO] Scanning for projects...
02:19:36 [INFO] 
02:19:36 [INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
02:19:36 [INFO] Building MicroProfile BOM 1.4-SNAPSHOT
02:19:36 [INFO] --------------------------------[ pom ]---------------------------------
02:19:37 [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:37 [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 14 kB/s)
02:19:37 [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:37 [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 400 kB/s)
02:19:37 [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:37 [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 1.1 MB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
02:19:37 [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 592 kB/s)
02:19:37 [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:37 [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 1.0 MB/s)
02:19:37 [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:37 [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 255 kB/s)
02:19:37 [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:37 [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 621 kB/s)
02:19:37 [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:37 [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 1.3 MB/s)
02:19:37 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
02:19:37 [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 673 kB/s)
02:19:37 [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:37 [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 1.1 MB/s)
02:19:37 [INFO] 
02:19:37 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile ---
02:19:38 [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:38 [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 104 kB/s)
02:19:38 [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:38 [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 603 kB/s)
02:19:38 [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:38 [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 609 kB/s)
02:19:38 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
02:19:38 [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 245 kB/s)
02:19:38 [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:38 [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 220 kB/s)
02:19:38 [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:38 [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 133 kB/s)
02:19:38 [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:38 [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 203 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.4.1/plexus-utils-1.4.1.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.4.1/plexus-utils-1.4.1.pom (1.9 kB at 127 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.11/plexus-1.0.11.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.11/plexus-1.0.11.pom (9.0 kB at 498 kB/s)
02:19:38 [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:38 [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 359 kB/s)
02:19:38 [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:38 [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 41 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.4/plexus-1.0.4.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.4/plexus-1.0.4.pom (5.7 kB at 522 kB/s)
02:19:38 [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:38 [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 67 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.0.4/plexus-utils-1.0.4.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.0.4/plexus-utils-1.0.4.pom (6.9 kB at 361 kB/s)
02:19:38 [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:38 [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 284 kB/s)
02:19:38 [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:38 [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 132 kB/s)
02:19:38 [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:38 [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 202 kB/s)
02:19:38 [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:38 [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 168 kB/s)
02:19:38 [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: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.pom (1.6 kB at 113 kB/s)
02:19:38 [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:38 [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 139 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/3.0.5/plexus-utils-3.0.5.pom
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.pom (2.5 kB at 100 kB/s)
02:19:38 [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:38 [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 1.1 MB/s)
02:19:38 [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:38 [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 451 kB/s)
02:19:38 [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:38 [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 1.0 MB/s)
02:19:38 [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: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.pom (1.1 kB at 88 kB/s)
02:19:38 [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:38 [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 452 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.8/plexus-1.0.8.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.8/plexus-1.0.8.pom (7.2 kB at 657 kB/s)
02:19:38 [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:38 [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 303 kB/s)
02:19:38 [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:38 [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:38 [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:38 [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:38 [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:38 [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 804 kB/s)
02:19:38 [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:38 [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 957 kB/s)
02:19:38 [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:38 [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 538 kB/s)
02:19:38 [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:38 [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 136 kB/s)
02:19:38 [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:38 [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 99 kB/s)
02:19:38 [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:38 [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 119 kB/s)
02:19:38 [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 166 kB/s)
02:19:38 [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:38 [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:38 [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 293 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/3.0.5/plexus-utils-3.0.5.jar
02:19:38 [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 383 kB/s)
02:19:38 [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:39 [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 157 kB/s)
02:19:39 [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 68 kB/s)
02:19:39 [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 241 kB/s)
02:19:39 [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 32 kB/s)
02:19:39 [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 588 kB/s)
02:19:39 [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:39 [INFO] 
02:19:39 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile ---
02:19:39 [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:39 [INFO] 
02:19:39 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ microprofile ---
02:19:39 [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:39 [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 265 kB/s)
02:19:39 [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:40 [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 32 kB/s)
02:19:40 [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:40 [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 7.0 MB/s)
02:19:40 [INFO] Using alternate deployment repository repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/microprofile-snapshots/
02:19:40 [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:40 [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 9.5 kB/s)
02:19:40 [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-20240428.061936-2211.pom
02:19:40 [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/1.4-SNAPSHOT/microprofile-1.4-20240428.061936-2211.pom (9.7 kB at 133 kB/s)
02:19:40 [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/maven-metadata.xml
02:19:40 [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/maven-metadata.xml (352 B at 6.9 kB/s)
02:19:40 [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:40 [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 8.8 kB/s)
02:19:40 [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/maven-metadata.xml
02:19:40 [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/microprofile-snapshots/org/eclipse/microprofile/microprofile/maven-metadata.xml (352 B at 5.6 kB/s)
02:19:42 [INFO] ------------------------------------------------------------------------
02:19:42 [INFO] BUILD SUCCESS
02:19:42 [INFO] ------------------------------------------------------------------------
02:19:42 [INFO] Total time:  6.014 s
02:19:42 [INFO] Finished at: 2024-04-28T06:19:42Z
02:19:42 [INFO] ------------------------------------------------------------------------
02:19:42 Waiting for Jenkins to finish collecting data
02:19:42 [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:42 channel stopped
02:19:42 Finished: SUCCESS