Skip to content
Failed

Console Output

00:00:07 Started by timer
00:00:07 Running as SYSTEM
00:00:07 Agent basic-m0hnm is provisioned from template basic
00:00:07 ---
00:00:07 apiVersion: "v1"
00:00:07 kind: "Pod"
00:00:07 metadata:
00:00:07   annotations:
00:00:07     kubernetes.jenkins.io/last-refresh: "1717387202113"
00:00:07   labels:
00:00:07     jenkins: "slave"
00:00:07     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
00:00:07     jenkins/label: "basic"
00:00:07     kubernetes.jenkins.io/controller: "http___jenkins-ui_releng_svc_cluster_local_relengx"
00:00:07   name: "basic-m0hnm"
00:00:07   namespace: "releng"
00:00:07 spec:
00:00:07   containers:
00:00:07   - env:
00:00:07     - name: "JENKINS_SECRET"
00:00:07       value: "********"
00:00:07     - name: "JENKINS_TUNNEL"
00:00:07       value: "jenkins-discovery.releng.svc.cluster.local:50000"
00:00:07     - name: "JENKINS_AGENT_NAME"
00:00:07       value: "basic-m0hnm"
00:00:07     - name: "JENKINS_REMOTING_JAVA_OPTS"
00:00:07       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
00:00:07         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
00:00:07     - name: "JAVA_TOOL_OPTIONS"
00:00:07       value: ""
00:00:07     - name: "_JAVA_OPTIONS"
00:00:07       value: ""
00:00:07     - name: "REMOTING_OPTS"
00:00:07       value: "-noReconnectAfter 1d"
00:00:07     - name: "OPENJ9_JAVA_OPTIONS"
00:00:07       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
00:00:07     - name: "JENKINS_NAME"
00:00:07       value: "basic-m0hnm"
00:00:07     - name: "JENKINS_AGENT_WORKDIR"
00:00:07       value: "/home/jenkins/agent"
00:00:07     - name: "JENKINS_URL"
00:00:07       value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
00:00:07     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9"
00:00:07     imagePullPolicy: "Always"
00:00:07     name: "jnlp"
00:00:07     resources:
00:00:07       limits:
00:00:07         cpu: "2000m"
00:00:07         memory: "4096Mi"
00:00:07       requests:
00:00:07         cpu: "1000m"
00:00:07         memory: "4096Mi"
00:00:07     tty: true
00:00:07     volumeMounts:
00:00:07     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml"
00:00:07       name: "m2-secret-dir"
00:00:07       readOnly: true
00:00:07       subPath: "settings-deploy-ossrh-releng.xml"
00:00:07     - mountPath: "/home/jenkins/.m2/toolchains.xml"
00:00:07       name: "m2-dir"
00:00:07       readOnly: true
00:00:07       subPath: "toolchains.xml"
00:00:07     - mountPath: "/home/jenkins/.mavenrc"
00:00:07       name: "m2-dir"
00:00:07       readOnly: true
00:00:07       subPath: ".mavenrc"
00:00:07     - mountPath: "/opt/tools"
00:00:07       name: "volume-0"
00:00:07       readOnly: false
00:00:07     - mountPath: "/home/jenkins"
00:00:07       name: "volume-2"
00:00:07       readOnly: false
00:00:07     - mountPath: "/home/jenkins/.m2/repository"
00:00:07       name: "volume-3"
00:00:07       readOnly: false
00:00:07     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-pde.xml"
00:00:07       name: "m2-secret-dir"
00:00:07       readOnly: true
00:00:07       subPath: "settings-deploy-ossrh-pde.xml"
00:00:07     - mountPath: "/home/jenkins/.m2/settings-security.xml"
00:00:07       name: "m2-secret-dir"
00:00:07       readOnly: true
00:00:07       subPath: "settings-security.xml"
00:00:07     - mountPath: "/home/jenkins/.m2/wrapper"
00:00:07       name: "volume-4"
00:00:07       readOnly: false
00:00:07     - mountPath: "/home/jenkins/.m2/settings.xml"
00:00:07       name: "m2-secret-dir"
00:00:07       readOnly: true
00:00:07       subPath: "settings.xml"
00:00:07     - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-jdt.xml"
00:00:07       name: "m2-secret-dir"
00:00:07       readOnly: true
00:00:07       subPath: "settings-deploy-ossrh-jdt.xml"
00:00:07     - mountPath: "/home/jenkins/.ssh"
00:00:07       name: "volume-1"
00:00:07       readOnly: false
00:00:07       subPath: ""
00:00:07     - mountPath: "/home/jenkins/agent"
00:00:07       name: "workspace-volume"
00:00:07       readOnly: false
00:00:07     workingDir: "/home/jenkins/agent"
00:00:07   nodeSelector:
00:00:07     kubernetes.io/os: "linux"
00:00:07   restartPolicy: "Never"
00:00:07   volumes:
00:00:07   - name: "volume-0"
00:00:07     persistentVolumeClaim:
00:00:07       claimName: "tools-claim-jiro-releng"
00:00:07       readOnly: true
00:00:07   - name: "m2-secret-dir"
00:00:07     secret:
00:00:07       secretName: "m2-secret-dir"
00:00:07   - emptyDir:
00:00:07       medium: ""
00:00:07     name: "volume-2"
00:00:07   - configMap:
00:00:07       name: "m2-dir"
00:00:07     name: "m2-dir"
00:00:07   - configMap:
00:00:07       name: "known-hosts"
00:00:07     name: "volume-1"
00:00:07   - emptyDir:
00:00:07       medium: ""
00:00:07     name: "workspace-volume"
00:00:07   - emptyDir:
00:00:07       medium: ""
00:00:07     name: "volume-4"
00:00:07   - emptyDir:
00:00:07       medium: ""
00:00:07     name: "volume-3"
00:00:07 
00:00:07 Building remotely on basic-m0hnm (basic) in workspace /home/jenkins/agent/workspace/Create Jobs
00:00:07 The recommended git tool is: git
00:00:09 No credentials specified
00:00:09 Cloning the remote Git repository
00:00:09 Cloning repository https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
00:00:09  > git init /home/jenkins/agent/workspace/Create Jobs # timeout=10
00:00:09 Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
00:00:09  > git --version # timeout=10
00:00:09  > git --version # 'git version 2.20.1'
00:00:09  > git fetch --tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10
00:00:19  > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10
00:00:19  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
00:00:20 Avoid second fetch
00:00:20  > git rev-parse origin/master^{commit} # timeout=10
00:00:20 Checking out Revision 034889a2f38e30e14dc490b2021a290df05ddfb9 (origin/master)
00:00:20  > git config core.sparsecheckout # timeout=10
00:00:20  > git checkout -f 034889a2f38e30e14dc490b2021a290df05ddfb9 # timeout=10
00:00:20 Commit message: "Build input for build I20240601-0610"
00:00:20  > git rev-list --no-walk 58b6a93fa511d27c86fe255449c86780c03f2940 # timeout=10
00:00:21 [Checks API] No suitable checks publisher found.
00:00:21 The recommended git tool is: git
00:00:21 No credentials specified
00:00:21  > git rev-parse 034889a2f38e30e14dc490b2021a290df05ddfb9^{commit} # timeout=10
00:00:21 The recommended git tool is: git
00:00:21 No credentials specified
00:00:24 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git'
00:00:24 [GitCheckoutListener] Found previous build 'Create Jobs #146' that contains recorded Git commits
00:00:24 [GitCheckoutListener] -> Starting recording of new commits since '58b6a93'
00:00:24 [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
00:00:24 [GitCheckoutListener] -> Using head commit '034889a' as starting point
00:00:24 [GitCheckoutListener] -> Recorded 9 new commits
00:00:24 [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@4f9441a6' to render commit links
00:00:24 ERROR: You must configure the DSL job to run as a specific user in order to use the Groovy sandbox.
00:00:24 Sending e-mails to: sdawley@redhat.com
00:00:24 [Checks API] No suitable checks publisher found.
00:00:24 Finished: FAILURE