Skip to content

Console Output

GitHub pull request #17 of commit 87d3e5977ee6d328e17abfdd3bb2d12e258856a6, no merge conflicts.
Setting status of 87d3e5977ee6d328e17abfdd3bb2d12e258856a6 to PENDING with url https://ci.eclipse.org/cdt/job/cdt-vscode-verify-p/1/ and message: 'Build started for merge commit.'
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘cdt-agent-pod-qkqgb-b3fqs’
Agent cdt-agent-pod-qkqgb-w5kwp is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (cdt-agent-pod): 
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: cdt
    image: quay.io/kummallinen/cdt-infra-eclipse-full:v0.3-ubuntu-16.04@sha256:e1670227a6a56c6be3c4062eb65983d567e435db61ed9e2ddcd599befb402bf9
    tty: true
    command: ["/bin/sh"]
    args: ["-c", "/home/cdt/.vnc/xstartup.sh && cat"]
    resources:
      requests:
        memory: "2.6Gi"
        cpu: "1.3"
      limits:
        memory: "2.6Gi"
        cpu: "1.3"
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: m2-repo
      mountPath: /home/jenkins/.m2/repository
    - name: volume-known-hosts
      mountPath: /home/jenkins/.ssh
  volumes:
  - name: settings-xml
    configMap: 
      name: m2-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: m2-repo
    emptyDir: {}
  - name: volume-known-hosts
    configMap:
      name: known-hosts

Running on cdt-agent-pod-qkqgb-w5kwp in /home/jenkins/workspace/cdt-vscode-verify-p
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Run build)
[Pipeline] container
[Pipeline] {
[Pipeline] checkout
11:31:07 [2019-05-03T15:31:07.681Z] No credentials specified
11:31:07 [2019-05-03T15:31:07.685Z] Cloning the remote Git repository
11:31:07 [2019-05-03T15:31:07.788Z] Cloning repository https://github.com/eclipse-cdt/cdt-vscode
11:31:09 [2019-05-03T15:31:09.089Z]  > /usr/bin/git init /home/jenkins/workspace/cdt-vscode-verify-p # timeout=10
11:31:09 [2019-05-03T15:31:09.279Z] Fetching upstream changes from https://github.com/eclipse-cdt/cdt-vscode
11:31:09 [2019-05-03T15:31:09.280Z]  > /usr/bin/git --version # timeout=10
11:31:09 [2019-05-03T15:31:09.372Z]  > /usr/bin/git fetch --tags --progress https://github.com/eclipse-cdt/cdt-vscode +refs/heads/*:refs/remotes/origin/*
11:31:12 [2019-05-03T15:31:12.874Z] Checking out Revision 9ddf4c3ce60bca34df08a2b5a401ae6ceaeb43c3 (refs/remotes/origin/pr/17/merge)
11:31:12 [2019-05-03T15:31:12.236Z]  > /usr/bin/git config remote.origin.url https://github.com/eclipse-cdt/cdt-vscode # timeout=10
11:31:12 [2019-05-03T15:31:12.279Z]  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
11:31:12 [2019-05-03T15:31:12.290Z]  > /usr/bin/git config remote.origin.url https://github.com/eclipse-cdt/cdt-vscode # timeout=10
11:31:12 [2019-05-03T15:31:12.378Z] Fetching upstream changes from https://github.com/eclipse-cdt/cdt-vscode
11:31:12 [2019-05-03T15:31:12.379Z]  > /usr/bin/git fetch --tags --progress https://github.com/eclipse-cdt/cdt-vscode +refs/pull/*:refs/remotes/origin/pr/*
11:31:12 [2019-05-03T15:31:12.762Z]  > /usr/bin/git rev-parse refs/remotes/origin/pr/17/merge^{commit} # timeout=10
11:31:12 [2019-05-03T15:31:12.780Z]  > /usr/bin/git rev-parse refs/remotes/origin/origin/pr/17/merge^{commit} # timeout=10
11:31:12 [2019-05-03T15:31:12.885Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
11:31:12 [2019-05-03T15:31:12.972Z]  > /usr/bin/git checkout -f 9ddf4c3ce60bca34df08a2b5a401ae6ceaeb43c3
11:31:14 [2019-05-03T15:31:14.389Z] Commit message: "Merge 87d3e5977ee6d328e17abfdd3bb2d12e258856a6 into 97a11bd1efb3555d3e98a74942d593499582b029"
11:31:14 [2019-05-03T15:31:14.389Z] First time build. Skipping changelog.
[Pipeline] timeout
11:31:14 [2019-05-03T15:31:14.397Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
11:31:15 [2019-05-03T15:31:15.927Z] + yarn
11:31:16 [2019-05-03T15:31:16.492Z] yarn install v1.15.2
11:31:16 [2019-05-03T15:31:16.492Z] [1/5] Validating package.json...
11:31:16 [2019-05-03T15:31:16.492Z] warning cdt-vscode@0.0.7: The engine "vscode" appears to be invalid.
11:31:16 [2019-05-03T15:31:16.492Z] [2/5] Resolving packages...
11:31:16 [2019-05-03T15:31:16.492Z] [3/5] Fetching packages...
11:31:20 [2019-05-03T15:31:20.668Z] warning vscode-languageclient@5.3.0-next.1: The engine "vscode" appears to be invalid.
11:31:20 [2019-05-03T15:31:20.668Z] [4/5] Linking dependencies...
11:31:23 [2019-05-03T15:31:23.191Z] [5/5] Building fresh packages...
11:31:23 [2019-05-03T15:31:23.191Z] $ node ./node_modules/vscode/bin/install
11:31:23 [2019-05-03T15:31:23.447Z] Detected VS Code engine version: ^1.30.0
11:31:24 [2019-05-03T15:31:24.815Z] Found minimal version that qualifies engine range: 1.30.0
11:31:24 [2019-05-03T15:31:24.815Z] Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/c6e592b2b5770e40a98cb9c2715a8ef89aec3d74/src/vs/vscode.d.ts
11:31:24 [2019-05-03T15:31:24.815Z] vscode.d.ts successfully installed!
11:31:24 [2019-05-03T15:31:24.815Z] 
11:31:24 [2019-05-03T15:31:24.815Z] Done in 8.50s.
11:31:24 [2019-05-03T15:31:24.815Z] + yarn build
11:31:25 [2019-05-03T15:31:25.073Z] yarn run v1.15.2
11:31:25 [2019-05-03T15:31:25.073Z] $ tsc
11:31:29 [2019-05-03T15:31:29.250Z] Done in 4.04s.
11:31:29 [2019-05-03T15:31:29.250Z] + export JUNIT_REPORT_PATH=test-reports/integration.xml
11:31:29 [2019-05-03T15:31:29.250Z] + export JUNIT_REPORT_PACKAGES=1
11:31:29 [2019-05-03T15:31:29.250Z] + export JUNIT_REPORT_STACK=1
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Setting status of 87d3e5977ee6d328e17abfdd3bb2d12e258856a6 to SUCCESS with url https://ci.eclipse.org/cdt/job/cdt-vscode-verify-p/1/ and message: 'Build finished. '
Finished: SUCCESS