Skip to content
Failed

Console Output

Started by user Arthur van Dorp
Running as Arthur van Dorp
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: scout/my-agent-pod-59g4g-np1z6
[Normal][scout/my-agent-pod-59g4g-np1z6][Scheduled] Successfully assigned my-agent-pod-59g4g-np1z6 to osnode-17.eclipse.org
[Normal][scout/my-agent-pod-59g4g-np1z6][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][scout/my-agent-pod-59g4g-np1z6][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-9hxxw" 
[Normal][scout/my-agent-pod-59g4g-np1z6][Pulled] Container image "maven:alpine" already present on machine
Still waiting to schedule task
‘my-agent-pod-59g4g-np1z6’ is offline
[Normal][scout/my-agent-pod-59g4g-np1z6][Created] Created container
[Normal][scout/my-agent-pod-59g4g-np1z6][Started] Started container
[Normal][scout/my-agent-pod-59g4g-np1z6][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][scout/my-agent-pod-59g4g-np1z6][Created] Created container
[Normal][scout/my-agent-pod-59g4g-np1z6][Started] Started container
Agent my-agent-pod-59g4g-np1z6 is provisioned from template my-agent-pod-59g4g
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.scout.svc.cluster.local/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/1/"
    runUrl: "job/TESTscout-integration-11.0-SDK-nightly-pipeline/1/"
  labels:
    jenkins: "slave"
    jenkins/label: "my-agent-pod"
  name: "my-agent-pod-59g4g-np1z6"
spec:
  containers:
  - command:
    - "cat"
    image: "maven:alpine"
    name: "maven"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.scout.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "my-agent-pod-59g4g-np1z6"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-59g4g-np1z6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on my-agent-pod-59g4g-np1z6 in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Run maven)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ mvn -version
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T19:00:29Z)
Maven home: /usr/share/maven
Java version: 1.8.0_212, vendor: IcedTea, runtime: /usr/lib/jvm/java-1.8-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[Pipeline] sh
+ mvn -f org.eclipse.scout.sdk/pom.xml clean install '-Dmaster_sanityCheck_skip=true' '-Dmaven.repo.local=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository'
POM file org.eclipse.scout.sdk/pom.xml specified with the -f/--file command line argument does not exist
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-readable POM /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk/pom.xml: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk/pom.xml (No such file or directory) @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project  (/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk/pom.xml) has 1 error
[ERROR]     Non-readable POM /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk/pom.xml: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk/pom.xml (No such file or directory)
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE