Skip to content

Console Output

Started by upstream project "releng/nightly-deploy" build number 2084
originally caused by:
 Started by timer
Agent default-agent-jxmmj is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (null): 
* [jnlp] eclipsecbijenkins/jenkins-agent:latest@sha256:b0988972cc41814d7d9299d7c2c69858716c41afb4ba1f6a30448b6da1a0a4a4(resourceRequestCpu: 1000m, resourceRequestMemory: 4096Mi, resourceLimitCpu: 2000m, resourceLimitMemory: 4096Mi)
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: toolchains-xml
      mountPath: /home/jenkins/.m2/toolchains.xml
      subPath: toolchains.xml
      readOnly: true
    - name: settings-security-xml
      mountPath: /home/jenkins/.m2/settings-security.xml
      subPath: settings-security.xml
      readOnly: true
  volumes:
  - name: settings-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml
  - name: settings-security-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings-security.xml
        path: settings-security.xml


[EnvInject] - Loading node environment variables.
Building remotely on default-agent-jxmmj in workspace /home/jenkins/workspace/releng/simrel-tests
No credentials specified
Cloning the remote Git repository
Using no checkout clone with sparse checkout.
Cloning repository https://github.com/eclipse/xtext-umbrella.git
 > /usr/bin/git init /home/jenkins/workspace/releng/simrel-tests/git-repo # timeout=10
Fetching upstream changes from https://github.com/eclipse/xtext-umbrella.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/eclipse/xtext-umbrella.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url https://github.com/eclipse/xtext-umbrella.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/eclipse/xtext-umbrella.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/xtext-umbrella.git
 > /usr/bin/git fetch --tags --progress https://github.com/eclipse/xtext-umbrella.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 880e0d958e9f4c702eed3895565b4f2b6b22cc17 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git config core.sparsecheckout true # timeout=10
 > /usr/bin/git read-tree -mu HEAD # timeout=10
Command "/usr/bin/git read-tree -mu HEAD" returned status code 128:
stdout: 
stderr: fatal: Not a valid object name HEAD

 > /usr/bin/git checkout -f 880e0d958e9f4c702eed3895565b4f2b6b22cc17
Commit message: "Merge pull request #131 from eclipse/cd_mwe211"
 > /usr/bin/git rev-list --no-walk 880e0d958e9f4c702eed3895565b4f2b6b22cc17 # timeout=10
Cleaning workspace
 > /usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > /usr/bin/git reset --hard # timeout=10
 > /usr/bin/git clean -fdx # timeout=10
Script returned: #11237 (xtext-snapshots)
ERROR: Failed to copy artifacts from xtext-snapshots with filter: build-result/p2.repository/**
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Skipped based on build state FAILURE
Finished: FAILURE