Skip to content
Failed

Console Output

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