Skip to content
Failed

Console Output

Started by user Nina Doschek
Rebuilds build #55
Running as Nina Doschek
[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
Still waiting to schedule task
Waiting for next available executor
Created Pod: kubernetes emfcloud/emfcloud-agent-pod-xszlj-p80sl
Agent emfcloud-agent-pod-xszlj-p80sl is provisioned from template emfcloud-agent-pod-xszlj
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/job/deploy-modelserver-node-npm/58/"
    runUrl: "job/deploy-modelserver-node-npm/58/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "23a4fbf7d1361c867cb556a885761746132d4a82"
    jenkins/label: "emfcloud-agent-pod"
  name: "emfcloud-agent-pod-xszlj-p80sl"
  namespace: "emfcloud"
spec:
  containers:
  - command:
    - "cat"
    image: "node:12-alpine"
    name: "node"
    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/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.emfcloud.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "emfcloud-agent-pod-xszlj-p80sl"
    - name: "JENKINS_NAME"
      value: "emfcloud-agent-pod-xszlj-p80sl"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on emfcloud-agent-pod-xszlj-p80sl in /home/jenkins/agent/workspace/deploy-modelserver-node-npm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout main)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-emfcloud/modelserver-node.git
 > git init /home/jenkins/agent/workspace/deploy-modelserver-node-npm # timeout=10
Fetching upstream changes from https://github.com/eclipse-emfcloud/modelserver-node.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-emfcloud/modelserver-node.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5df3bacdb0d30c8e7742e73e60f9d5159fc4351e (refs/remotes/origin/main)
 > git config remote.origin.url https://github.com/eclipse-emfcloud/modelserver-node.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5df3bacdb0d30c8e7742e73e60f9d5159fc4351e # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 5df3bacdb0d30c8e7742e73e60f9d5159fc4351e # timeout=10
Commit message: "#66 Don't overwrite Diagnostic.message when summarizing only one Diagnostic (#67)"
 > git rev-list --no-walk 5df3bacdb0d30c8e7742e73e60f9d5159fc4351e # timeout=10
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Deploy)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/deploy-modelserver-node-npm/modelserver-node
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $NPM_AUTH_TOKEN
[Pipeline] {
[Pipeline] sh
+ printf '//registry.npmjs.org/:_authToken=****
'
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
+ git config user.email eclipse-emfcloud-bot@eclipse.org
/home/jenkins/agent/workspace/deploy-modelserver-node-npm/modelserver-node@tmp/durable-9aa113e7/script.sh: line 1: git: not found
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Build result FAILURE: Send email notification to ndoschek+eclipseci@eclipsesource.com, eneufeld+eclipseci@eclipsesource.com
[Pipeline] emailext
Sending email to: ndoschek+eclipseci@eclipsesource.com eneufeld+eclipseci@eclipsesource.com
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
[Checks API] No suitable checks publisher found.
Finished: FAILURE