Skip to content
Failed

Console Output

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