Created
October 7, 2025 11:49
-
-
Save MarkEWaite/2325614e4f8c005517d6ec943033c76b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Push event to branch renovate/org.jenkins-ci.main-jenkins-test-harness-2508.x | |
| 21:50:18 Connecting to https://api.github.com using 74951/****** (ci.jenkins.io GitHub App (jenkinsci GitHub organization)) | |
| Obtained Jenkinsfile from afc1aa72f3901777655f3994caea71ceb006b7b4 | |
| Loading library pipeline-library@master | |
| Library pipeline-library@master is cached. Copying from cache. | |
| [Pipeline] Start of Pipeline | |
| [Pipeline] properties | |
| [Pipeline] stage | |
| [Pipeline] { (Record build) | |
| [Pipeline] retry | |
| [Pipeline] { | |
| [Pipeline] node | |
| Agent jnlp-maven-17-58ncx | |
| is provisioned from template jnlp-maven-17 | |
| --- | |
| apiVersion: "v1" | |
| kind: "Pod" | |
| metadata: | |
| annotations: | |
| kubernetes.jenkins.io/last-refresh: "1759787422274" | |
| labels: | |
| jenkins: "slave" | |
| jenkins/label-digest: "79589121b2c0d718be41ee4458ffaf7b5acf7381" | |
| jenkins/label: "ontainer_kubernetes_ci_jenkins_io-agents-2_maven-17_jdk17" | |
| kubernetes.jenkins.io/controller: "https___ci_jenkins_iox" | |
| name: "jnlp-maven-17-58ncx" | |
| namespace: "jenkins-agents" | |
| spec: | |
| containers: | |
| - command: | |
| - "/usr/local/bin/jenkins-agent" | |
| env: | |
| - name: "PATH" | |
| value: "/opt/jdk-17/bin:/home/jenkins/.asdf/shims:/home/jenkins/.asdf/bin:/usr/local/sbin:/usr/local/bin:/usr/local/go/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" | |
| - name: "JENKINS_SECRET" | |
| value: "********" | |
| - name: "ARTIFACT_CACHING_PROXY_SERVERID" | |
| value: "http://artifact-caching-proxy.artifact-caching-proxy.svc.cluster.local:8080/" | |
| - name: "JAVA_HOME" | |
| value: "/opt/jdk-17" | |
| - name: "JENKINS_DIRECT_CONNECTION" | |
| value: "ci.jenkins.io:50000" | |
| - name: "JENKINS_AGENT_WORKDIR" | |
| value: "/home/jenkins/agent" | |
| - name: "JENKINS_JAVA_OPTS" | |
| value: "-XX:+PrintCommandLineFlags" | |
| - name: "JENKINS_JAVA_BIN" | |
| value: "/opt/jdk-21/bin/java" | |
| - name: "TMPDIR" | |
| value: "/tmp" | |
| - name: "JENKINS_PROTOCOLS" | |
| value: "JNLP4-connect" | |
| - name: "JENKINS_AGENT_NAME" | |
| value: "jnlp-maven-17-58ncx" | |
| - name: "REMOTING_OPTS" | |
| value: "-noReconnectAfter 1d" | |
| - name: "JENKINS_INSTANCE_IDENTITY" | |
| value: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp2xQ1s5zapp2zKL5N7SwgJs7RUnim3p48+erpM1i/2JMNnmnl7wl0RsM6USpNGSj4YGxCUMz7f7sl4xePd55DyrpqAEQGozK50jTxCRw9KA6n2ko/lUy7vkIhaT1r+3OA/goNXE3/Ov/d7lRorUKdukk561kGlSHN2QwzipHKYSWIcL/apcP+OMWS6K2sDm5ik7EtQmnaEy0C7a/Xn1i0Zm77NW8ARMhP0r8EMQ1lxZTCcarO1+4Vw/fEqkyNGh3dEykVlHIMhkptQ1ws7/rsKfjH7CAJ6L6b2rs8casoig0h7xGKsSvaxAD7S0Xo9YIzmduRsOrnsoeEK0d74BKqwIDAQAB" | |
| - name: "JENKINS_NAME" | |
| value: "jnlp-maven-17-58ncx" | |
| image: "326712726440.dkr.ecr.us-east-2.amazonaws.com/docker-hub/jenkinsciinfra/jenkins-agent-ubuntu-22.04:2.64.0@sha256:0a02e8ab2ff45ea94382a3bd577ee77bd31414a02685c1da9e290a2a7c0b3db2" | |
| imagePullPolicy: "IfNotPresent" | |
| name: "jnlp" | |
| resources: | |
| limits: | |
| memory: "12G" | |
| cpu: "4" | |
| requests: | |
| memory: "12G" | |
| cpu: "4" | |
| tty: false | |
| volumeMounts: | |
| - mountPath: "/cache" | |
| name: "volume-2" | |
| readOnly: false | |
| - mountPath: "/home/jenkins/.m2/repository" | |
| name: "volume-1" | |
| readOnly: false | |
| - mountPath: "/tmp" | |
| name: "volume-0" | |
| readOnly: false | |
| - mountPath: "/home/jenkins/agent" | |
| name: "workspace-volume" | |
| readOnly: false | |
| workingDir: "/home/jenkins/agent" | |
| nodeSelector: | |
| role: "jenkins-agents" | |
| restartPolicy: "Never" | |
| securityContext: | |
| fsGroup: 1001 | |
| tolerations: | |
| - effect: "NoSchedule" | |
| key: "ci.jenkins.io/agents" | |
| operator: "Equal" | |
| value: "true" | |
| volumes: | |
| - emptyDir: | |
| medium: "Memory" | |
| name: "volume-0" | |
| - name: "volume-2" | |
| persistentVolumeClaim: | |
| claimName: "ci-jenkins-io-maven-cache" | |
| readOnly: true | |
| - emptyDir: | |
| medium: "" | |
| name: "volume-1" | |
| - emptyDir: | |
| medium: "" | |
| name: "workspace-volume" | |
| Running on jnlp-maven-17-58ncx | |
| in /home/jenkins/agent/workspace/main-jenkins-test-harness-2508.x | |
| [Pipeline] { | |
| [Pipeline] isUnix | |
| [Pipeline] checkout | |
| using credential app-ci.jenkins.io | |
| Cloning the remote Git repository | |
| Cloning with configured refspecs honoured and without tags | |
| > JGit fetch # timeout=10 | |
| remote: Enumerating objects | |
| remote: Counting objects | |
| remote: Compressing objects | |
| Receiving objects | |
| Resolving deltas | |
| Avoid second fetch | |
| Checking out Revision afc1aa72f3901777655f3994caea71ceb006b7b4 (renovate/org.jenkins-ci.main-jenkins-test-harness-2508.x) | |
| Updating references | |
| Commit message: "Update dependency org.jenkins-ci.main:jenkins-test-harness to v2508" | |
| First time build. Skipping changelog. | |
| [GitHub Checks] GitHub check (name: Jenkins, status: in_progress) has been published. | |
| using credential app-ci.jenkins.io | |
| using credential app-ci.jenkins.io | |
| [GitCheckoutListener] Recording commits of 'git https://github.com/jenkinsci/jenkins.git' | |
| [GitCheckoutListener] Found no previous build with recorded Git commits | |
| [GitCheckoutListener] -> Starting initial recording of commits | |
| [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head | |
| [GitCheckoutListener] -> Using head commit 'afc1aa7' as starting point | |
| [GitCheckoutListener] -> Recorded 200 new commits | |
| [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@59b5c734' to render commit links | |
| [Pipeline] withCredentials | |
| Masking supported pattern matches of $LAUNCHABLE_TOKEN | |
| [Pipeline] { | |
| [Pipeline] sh | |
| + launchable verify | |
| Organization: 'jenkins' | |
| Workspace: 'jenkins' | |
| Proxy: None | |
| Platform: 'Linux-6.1.150-174.273.amzn2023.x86_64-x86_64-with-glibc2.35' | |
| Python version: '3.10.12' | |
| Java command: 'java' | |
| launchable version: '1.66.0' | |
| Your CLI configuration is successfully verified 🎉 | |
| + launchable record build --name jenkins-Core-jenkins-renovate%2Forg.jenkins-ci.main-jenkins-test-harness-2508.x-1 --source jenkinsci/jenkins=. | |
| --name must not contain a slash and an encoded slash | |
| [Pipeline] } | |
| [Pipeline] // withCredentials | |
| [Pipeline] } | |
| [Pipeline] // node | |
| [Pipeline] } | |
| [Pipeline] // retry | |
| [Pipeline] } | |
| [Pipeline] // stage | |
| [Pipeline] End of Pipeline | |
| ERROR: script returned exit code 1 | |
| [GitHub Checks] GitHub check (name: Jenkins, status: completed) has been published. | |
| GitHub has been notified of this commit’s build result | |
| Finished: FAILURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment