Skip to content
Failed

Console Output

Started by user Alexander Dudaev
Running as Alexander Dudaev
Obtained releng/tests/Jenkinsfile from git https://github.com/DudaevAR/rcptt
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] stage
[Pipeline] { (Load groovy script)
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent default-agent-s8p6z is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-s8p6z"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.rcptt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-s8p6z"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-s8p6z"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-rcptt"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on default-agent-s8p6z in /home/jenkins/agent/workspace/Tests
[Pipeline] {
[Pipeline] checkout
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/DudaevAR/rcptt
 > git init /home/jenkins/agent/workspace/Tests # timeout=10
Fetching upstream changes from https://github.com/DudaevAR/rcptt
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/*
Checking out Revision 44e944a36493b62a0bf89dd18c023d6c6d3f3b40 (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10
Fetching upstream changes from https://github.com/DudaevAR/rcptt
 > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44e944a36493b62a0bf89dd18c023d6c6d3f3b40
Commit message: "Add jenkinsfile for tests"
First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision 44e944a36493b62a0bf89dd18c023d6c6d3f3b40 (refs/remotes/origin/master)
Commit message: "Add jenkinsfile for tests"
[Pipeline] script
[Pipeline] {
[Pipeline] load
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10
Fetching upstream changes from https://github.com/DudaevAR/rcptt
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44e944a36493b62a0bf89dd18c023d6c6d3f3b40
[Pipeline] { (releng/Jenkinsfile.groovy)
[Pipeline] }
[Pipeline] // load
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Launch agent)
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent rcptt-build-and-deploy-agent-3.5.4-r1zpx-djx77 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/Tests/4/"
  labels:
    jenkins: "slave"
    jenkins/rcptt-build-and-deploy-agent-3.5.4: "true"
  name: "rcptt-build-and-deploy-agent-3.5.4-r1zpx-djx77"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins"
    image: "dudaevar/ubuntu-rcptt:3.5.4"
    name: "ubuntu"
    resources:
      limits:
        memory: "4Gi"
        cpu: "1"
      requests:
        memory: "4Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.rcptt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "rcptt-build-and-deploy-agent-3.5.4-r1zpx-djx77"
    - name: "JENKINS_NAME"
      value: "rcptt-build-and-deploy-agent-3.5.4-r1zpx-djx77"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - emptyDir: {}
    name: "m2-repo"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir: {}
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on rcptt-build-and-deploy-agent-3.5.4-r1zpx-djx77 in /home/jenkins/agent/workspace/Tests
[Pipeline] {
[Pipeline] checkout
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/DudaevAR/rcptt
 > git init /home/jenkins/agent/workspace/Tests # timeout=10
Fetching upstream changes from https://github.com/DudaevAR/rcptt
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/DudaevAR/rcptt # timeout=10
Fetching upstream changes from https://github.com/DudaevAR/rcptt
 > git fetch --tags --force --progress -- https://github.com/DudaevAR/rcptt +refs/heads/*:refs/remotes/origin/*
Checking out Revision 44e944a36493b62a0bf89dd18c023d6c6d3f3b40 (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44e944a36493b62a0bf89dd18c023d6c6d3f3b40
Commit message: "Add jenkinsfile for tests"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Start Build and Test)
[Pipeline] script
[Pipeline] {
[Pipeline] git
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision a09e427544ddf0b5f8cf2d3b29a67f834e9bbf08 (refs/remotes/origin/master)
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/xored/rcptt # timeout=10
Fetching upstream changes from https://github.com/xored/rcptt
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/xored/rcptt +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a09e427544ddf0b5f8cf2d3b29a67f834e9bbf08
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master a09e427544ddf0b5f8cf2d3b29a67f834e9bbf08
Commit message: "Add a LICENSE and NOTICE, update CONTRIBUTING"
First time build. Skipping changelog.
[Pipeline] sh
+ mvn clean verify -B -f rcpttTests/pom.xml '-Dmaven.repo.local=/home/jenkins/agent/workspace/Tests/m2' -e '-Dci-maven-version=2.0.0-SNAPSHOT' '-DexplicitRunner=https://ci.eclipse.org/rcptt/job/Gerrit_pipeline/lastSuccessfulBuild/artifact/runner/product/target/rcptt.runner-2.5.0-SNAPSHOT.zip'
/home/jenkins/agent/workspace/Tests@tmp/durable-f48d0783/script.sh: line 1: mvn: not found
+ true
[Pipeline] sh
+ test -f /home/jenkins/agent/workspace/Tests/rcpttTests/target/results/tests.html
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] script
[Pipeline] {
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // script
Error when executing always post condition:
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:97)
	at hudson.remoting.Engine$1$$Lambda$4.00000000CC03FC50.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.131.10.1/10.131.10.1:36680
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:137)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:167)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:52)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:25)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$328.00000000183E19E0.run(Unknown Source)
		at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.util.concurrent.FutureTask.run(Unknown Source)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		... 1 more

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE