Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glsp-build] Release Build release-ide-integration (#19) FAILURE

Job: release-ide-integration
Build Number: 19
Build URL: https://ci.eclipse.org/glsp/job/release-ide-integration/19/
Started by user Tobias Ortmayr
Running as Tobias Ortmayr
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes glsp/glsp-release-build-pod-8zkgp-3c5ff
[PodInfo] glsp/glsp-release-build-pod-8zkgp-3c5ff
	Container [ci] waiting [ContainerCreating] No message
	Container [jnlp] waiting [ContainerCreating] No message
	Pod [Pending][ContainersNotReady] containers with unready status: [ci jnlp]
[PodInfo] glsp/glsp-release-build-pod-8zkgp-3c5ff
	Container [ci] waiting [ContainerCreating] No message
	Container [jnlp] waiting [ContainerCreating] No message
	Pod [Pending][ContainersNotReady] containers with unready status: [ci jnlp]
Still waiting to schedule task
‘glsp-release-build-pod-8zkgp-3c5ff’ is offline
Agent glsp-release-build-pod-8zkgp-3c5ff is provisioned from template glsp-release-build-pod-8zkgp
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1788184028400"
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/release-ide-integration/19/";
    runUrl: "job/release-ide-integration/19/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "50bd924f65a0039c8e42b65901f7cb8953ab5071"
    jenkins/label: "glsp-release-build-pod"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_glsp_svc_cluster_local_glspx"
  name: "glsp-release-build-pod-8zkgp-3c5ff"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins"
    image: "eclipseglsp/ci:alpine-v8.0"
    name: "ci"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/.yarn"
      name: "yarn-global"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glsp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "glsp-release-build-pod-8zkgp-3c5ff"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "glsp-release-build-pod-8zkgp-3c5ff"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.glsp.svc.cluster.local/glsp/";
    image: "docker.io/eclipsecbi/jiro-agent-basic-ubuntu:remoting-3355.3357.v931d3c992987"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "known-hosts"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/opt/tools"
      name: "tools"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - configMap:
      name: "known-hosts"
    name: "known-hosts"
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "tools"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-glsp"

Running on glsp-release-build-pod-8zkgp-3c5ff in /home/jenkins/agent/workspace/release-ide-integration
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Tag)
[Pipeline] container
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@8fe920c4; decorates RemoteLauncher[hudson.remoting.Channel@cc3fecef:JNLP4-connect connection from 10.40.69.182/10.40.69.182:47116] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-glsp/glsp-eclipse-integration.git
 > git init /home/jenkins/agent/workspace/release-ide-integration # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-eclipse-integration.git
 > git --version # timeout=10
 > git --version # 'git version 2.55.0'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-glsp/glsp-eclipse-integration.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-eclipse-integration.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 8ff1b7d189f346ae68e4d5b153824814635ee32a (refs/tags/v2.8.0)
 > git rev-parse refs/remotes/origin/refs/tags/v2.8.0^{commit} # timeout=10
 > git rev-parse refs/tags/v2.8.0^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ff1b7d189f346ae68e4d5b153824814635ee32a # timeout=10
Commit message: "v2.8.0 (#144)"
 > git rev-list --no-walk 8ff1b7d189f346ae68e4d5b153824814635ee32a # timeout=10
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Client)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/release-ide-integration/client
[Pipeline] {
[Pipeline] sh
+ pnpm build
/home/jenkins/agent/workspace/release-ide-integration/client@tmp/durable-4099df8a/script.sh.copy: line 1: pnpm: not found
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Server)
Stage "Build Server" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive & Publish P2)
Stage "Archive & Publish P2" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
Sending email to: glsp-build@xxxxxxxxxxx

Back to the top