Skip to content

Console Output

Started by user Scott M Stark
Rebuilds build #5
Running as Scott M Stark
Agent basic-43vbp is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-43vbp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-43vbp"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-43vbp"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-microprofile"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-43vbp in workspace /home/jenkins/agent/workspace/PromoteRelease
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-ETwicchr3HU6/agent.64
SSH_AGENT_PID=66
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/PromoteRelease@tmp/private_key_8755215020276038286.key (/home/jenkins/agent/workspace/PromoteRelease@tmp/private_key_8755215020276038286.key)
[ssh-agent] Using credentials genie.microprofile (ssh://genie.microprofile@projects-storage.eclipse.org)
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/jakartaredhat/microprofile-parent.git
 > git init /home/jenkins/agent/workspace/PromoteRelease # timeout=10
Fetching upstream changes from https://github.com/jakartaredhat/microprofile-parent.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/jakartaredhat/microprofile-parent.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/jakartaredhat/microprofile-parent.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/jakartaredhat/microprofile-parent.git # timeout=10
Fetching upstream changes from https://github.com/jakartaredhat/microprofile-parent.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/jakartaredhat/microprofile-parent.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 45ca690a02c021c86b4b8340c175ca99fcfd29f2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 45ca690a02c021c86b4b8340c175ca99fcfd29f2 # timeout=10
Commit message: "echo all parameters and comment out the close of the repo"
 > git rev-list --no-walk 6b494c2294c653632d7336e6c1947118bcab2945 # timeout=10
[PromoteRelease] $ /bin/sh -xe /tmp/jenkins8110473436368626130.sh
+ sh buildScripts/promote.sh
MODULE=jwt-auth
STAGING_ID=orgeclipsemicroprofile-1368
VERSION=1.2.1-RC1
LIST_REPOS=true
DRY_RUN=true
mvn -f buildScripts/pom-template.xml -Dmodule=${MODULE} -DstagingID=${STAGING_ID} -Dstaged.version=${VERSION} post-clean
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< org.microprofile:staging >----------------------
[INFO] Building staging 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.eclipse.microprofile.jwt-auth:microprofile-jwt-auth-api:jar:1.2.1-RC1 is missing, no dependency information available
[WARNING] The POM for org.eclipse.microprofile.jwt-auth:microprofile-jwt-auth-spec:html:1.2.1-RC1 is missing, no dependency information available
[WARNING] The POM for org.eclipse.microprofile.jwt-auth:microprofile-jwt-auth-spec:pdf:1.2.1-RC1 is missing, no dependency information available
[WARNING] The POM for org.eclipse.microprofile.jwt-auth:microprofile-jwt-auth-tck:jar:1.2.1-RC1 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.747 s
[INFO] Finished at: 2020-11-17T05:16:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project staging: Could not resolve dependencies for project org.microprofile:staging:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: org.eclipse.microprofile.jwt-auth:microprofile-jwt-auth-api:jar:1.2.1-RC1, org.eclipse.microprofile.jwt-auth:microprofile-jwt-auth-spec:html:1.2.1-RC1, org.eclipse.microprofile.jwt-auth:microprofile-jwt-auth-spec:pdf:1.2.1-RC1, org.eclipse.microprofile.jwt-auth:microprofile-jwt-auth-tck:jar:1.2.1-RC1: Could not find artifact org.eclipse.microprofile.jwt-auth:microprofile-jwt-auth-api:jar:1.2.1-RC1 in staged-releases (https://oss.sonatype.org/content/repositories/orgeclipsemicroprofile-1368/) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
total 20
-rw-r--r-- 1 jenkins 1001030000  555 Nov 17 05:16 modules.groovy
-rw-r--r-- 1 jenkins 1001030000 3045 Nov 17 05:16 pom-template.xml
-rw-r--r-- 1 jenkins 1001030000 2330 Nov 17 05:16 promote.groovy
-rw-r--r-- 1 jenkins 1001030000 1394 Nov 17 05:16 promote.sh
-rw-r--r-- 1 jenkins 1001030000 3500 Nov 17 05:16 release.groovy
-[ List turned on ]----------------------------------------------------------
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] --------< org.eclipse.microprofile.parent:microprofile-parent >---------
[INFO] Building MicroProfile Parent 1-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.7:rc-list (default-cli) @ microprofile-parent ---
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.19-01 and edition "Professional"
[INFO] Getting list of available staging repositories...
[INFO] 
[INFO] ID                   State    Description                   
[INFO] orgeclipsemicroprofile-1366 OPEN     Implicitly created (auto staging).
[INFO] orgeclipsemicroprofile-1364 CLOSED   org.eclipse.microprofile.config:microprofile-config-parent:2.0-RC15
[INFO] orgeclipsemicroprofile-1365 CLOSED   org.eclipse.microprofile.rest.client:microprofile-rest-client-parent:2.0-RC3
[INFO] orgeclipsemicroprofile-1368 CLOSED   org.eclipse.microprofile.jwt:microprofile-jwt-auth-parent:1.2.1-RC1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.214 s
[INFO] Finished at: 2020-11-17T05:16:49Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 66 killed;
[ssh-agent] Stopped.
Archiving artifacts
‘buildScripts/target/dependencies/*’ doesn’t match anything, but ‘*’ does. Perhaps that’s what you mean?
ERROR: Step ‘Archive the artifacts’ failed: No artifacts found that match the file pattern "buildScripts/target/dependencies/*". Configuration error?
Finished: FAILURE