Skip to content

Console Output

Started by user Christian Dietrich
Running as Christian Dietrich
Agent default-agent-zh3nv is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (null): 
* [jnlp] eclipsecbijenkins/jenkins-agent:3.29@sha256:90d0b4f1eaa744217d4cd5df8caef86dfc76ce4d38bba6bda6a40de4eb8307cd(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-zh3nv 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 --force --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 --force --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 5e85ebb14bedba2f8bfd9d8ceeef7ac3a12b3542 (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 5e85ebb14bedba2f8bfd9d8ceeef7ac3a12b3542
Commit message: "Merge pull request #147 from eclipse/releng/fix_releases"
 > /usr/bin/git rev-list --no-walk 5e85ebb14bedba2f8bfd9d8ceeef7ac3a12b3542 # 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: #11251 (sign-and-deploy)
Copied 0 artifacts from "releng » sign-and-deploy" build number 124
ERROR: Failed to copy artifacts from sign-and-deploy 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