Skip to content

Console Output

Started by upstream project "releng/nightly-deploy" build number 2077
originally caused by:
 Started by timer
Agent default-agent-rw4sf is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (null): 
* [jnlp] eclipsecbijenkins/jenkins-agent:latest@sha256:13bbe1abbec678a31b8c6df906e6abb24689bf6e3b9f7caaadeaf2850a32d436(resourceRequestCpu: 1250m, resourceRequestMemory: 2560Mi, resourceLimitCpu: 2375m, resourceLimitMemory: 2560Mi)
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-rw4sf 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 51be86443d009e6fb947b29bfe85cc931abc1ed1 (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 51be86443d009e6fb947b29bfe85cc931abc1ed1
Commit message: "Merge pull request #130 from Hejado/np_issue1463"
 > /usr/bin/git rev-list --no-walk 51be86443d009e6fb947b29bfe85cc931abc1ed1 # 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: #11230 (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