Started by user Scott M Stark Rebuilds build #2 Running as Scott M Stark Agent basic-pbxbt is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-pbxbt" namespace: "jakartaee-tck" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jakartaee-tck.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-pbxbt" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-pbxbt" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jakartaee-tck.svc.cluster.local/jakartaee-tck/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "4460m" memory: "16384Mi" requests: cpu: "4160m" memory: "16384Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jakartaee-tck" 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" [EnvInject] - Loading node environment variables. Building remotely on basic-pbxbt (basic) in workspace /home/jenkins/agent/workspace/DropStagingRepo The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/jakartaee-tck-tools.git > git init /home/jenkins/agent/workspace/DropStagingRepo # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jakartaee-tck-tools.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jakartaee-tck-tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/jakartaee-tck-tools.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision bd8eefbca883aa344cdfb5b9f4601518f80492dc (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f bd8eefbca883aa344cdfb5b9f4601518f80492dc # timeout=10 Commit message: "Change example groupId to jakarta.tck" First time build. Skipping changelog. [DropStagingRepo] $ /bin/sh -xe /tmp/jenkins15615337392616888177.sh + TOOLS_PREFIX=/opt/tools + MVN_HOME=/opt/tools/apache-maven/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/temurin/jdk-17/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + MVN_EXTRA=--batch-mode + NEXUS_PLUGIN_PARAMS='-DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh' + cd tools/sigtest + mvn -DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh --batch-mode nexus-staging:rc-list [INFO] Scanning for projects... [INFO] [INFO] ------------------< jakarta.tck:sigtest-maven-plugin >------------------ [INFO] Building API Signature Test Plugin 2.0 [INFO] from pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- nexus-staging:1.6.13:rc-list (default-cli) @ sigtest-maven-plugin --- [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] Getting list of available staging repositories... [INFO] [INFO] ID State Description [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 36.903 s [INFO] Finished at: 2024-02-08T22:32:51Z [INFO] ------------------------------------------------------------------------ + '[' Xjakartatck-1003 = X ']' + echo 'Dropping staging repo jakartatck-1003' Dropping staging repo jakartatck-1003 + mvn -DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh --batch-mode nexus-staging:rc-drop -DstagingRepositoryId=jakartatck-1003 [INFO] Scanning for projects... [INFO] [INFO] ------------------< jakarta.tck:sigtest-maven-plugin >------------------ [INFO] Building API Signature Test Plugin 2.0 [INFO] from pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- nexus-staging:1.6.13:rc-drop (default-cli) @ sigtest-maven-plugin --- [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] RC-Dropping staging repository with IDs=[jakartatck-1003] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.934 s [INFO] Finished at: 2024-02-08T22:32:54Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:rc-drop (default-cli) on project sigtest-maven-plugin: Execution default-cli of goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:rc-drop failed: Internal Server Error : entity body dump follows: [ERROR] [ERROR] [ERROR] * [ERROR] Unhandled: Missing staging repository: jakartatck-1003 [ERROR] [ERROR] [ERROR] [ERROR] -> [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/PluginExecutionException Build step 'Execute shell' marked build as failure Finished: FAILURE