Skip to content
Failed

Console Output

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