Skip to content

Console Output

09:23:41 Started by user Arthur van Dorp
09:23:41 Running as Arthur van Dorp
09:23:42 Agent basic-h9rzs is provisioned from template basic
09:23:42 ---
09:23:42 apiVersion: "v1"
09:23:42 kind: "Pod"
09:23:42 metadata:
09:23:42   annotations: {}
09:23:42   labels:
09:23:42     jenkins: "slave"
09:23:42     jenkins/label: ""
09:23:42   name: "basic-h9rzs"
09:23:42 spec:
09:23:42   containers:
09:23:42   - env:
09:23:42     - name: "JENKINS_SECRET"
09:23:42       value: "********"
09:23:42     - name: "JENKINS_TUNNEL"
09:23:42       value: "jenkins-discovery.scout.svc.cluster.local:50000"
09:23:42     - name: "JENKINS_AGENT_NAME"
09:23:42       value: "basic-h9rzs"
09:23:42     - name: "JENKINS_REMOTING_JAVA_OPTS"
09:23:42       value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
09:23:42         \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
09:23:42     - name: "JAVA_TOOL_OPTIONS"
09:23:42       value: ""
09:23:42     - name: "_JAVA_OPTIONS"
09:23:42       value: ""
09:23:42     - name: "OPENJ9_JAVA_OPTIONS"
09:23:42       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
09:23:42     - name: "JENKINS_NAME"
09:23:42       value: "basic-h9rzs"
09:23:42     - name: "JENKINS_AGENT_WORKDIR"
09:23:42       value: "/home/jenkins/agent"
09:23:42     - name: "JENKINS_URL"
09:23:42       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
09:23:42     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
09:23:42     imagePullPolicy: "Always"
09:23:42     name: "jnlp"
09:23:42     resources:
09:23:42       limits:
09:23:42         memory: "4096Mi"
09:23:42         cpu: "2000m"
09:23:42       requests:
09:23:42         memory: "4096Mi"
09:23:42         cpu: "1000m"
09:23:42     securityContext:
09:23:42       privileged: false
09:23:42     tty: true
09:23:42     volumeMounts:
09:23:42     - mountPath: "/home/jenkins/.m2/toolchains.xml"
09:23:42       name: "m2-dir"
09:23:42       readOnly: true
09:23:42       subPath: "toolchains.xml"
09:23:42     - mountPath: "/home/jenkins/.mavenrc"
09:23:42       name: "m2-dir"
09:23:42       readOnly: true
09:23:42       subPath: ".mavenrc"
09:23:42     - mountPath: "/opt/tools"
09:23:42       name: "volume-0"
09:23:42       readOnly: false
09:23:42     - mountPath: "/home/jenkins"
09:23:42       name: "volume-2"
09:23:42       readOnly: false
09:23:42     - mountPath: "/home/jenkins/.m2/repository"
09:23:42       name: "volume-3"
09:23:42       readOnly: false
09:23:42     - mountPath: "/home/jenkins/.m2/settings-security.xml"
09:23:42       name: "m2-secret-dir"
09:23:42       readOnly: true
09:23:42       subPath: "settings-security.xml"
09:23:42     - mountPath: "/home/jenkins/.m2/wrapper"
09:23:42       name: "volume-4"
09:23:42       readOnly: false
09:23:42     - mountPath: "/home/jenkins/.m2/settings.xml"
09:23:42       name: "m2-secret-dir"
09:23:42       readOnly: true
09:23:42       subPath: "settings.xml"
09:23:42     - mountPath: "/home/jenkins/.ssh"
09:23:42       name: "volume-1"
09:23:42       readOnly: false
09:23:42     - mountPath: "/home/jenkins/agent"
09:23:42       name: "workspace-volume"
09:23:42       readOnly: false
09:23:42     workingDir: "/home/jenkins/agent"
09:23:42   nodeSelector:
09:23:42     beta.kubernetes.io/os: "linux"
09:23:42   restartPolicy: "Never"
09:23:42   securityContext: {}
09:23:42   volumes:
09:23:42   - name: "volume-0"
09:23:42     persistentVolumeClaim:
09:23:42       claimName: "tools-claim-jiro-scout"
09:23:42       readOnly: true
09:23:42   - name: "m2-secret-dir"
09:23:42     secret:
09:23:42       secretName: "m2-secret-dir"
09:23:42   - emptyDir:
09:23:42       medium: ""
09:23:42     name: "volume-2"
09:23:42   - configMap:
09:23:42       name: "m2-dir"
09:23:42     name: "m2-dir"
09:23:42   - configMap:
09:23:42       name: "known-hosts"
09:23:42     name: "volume-1"
09:23:42   - emptyDir:
09:23:42       medium: ""
09:23:42     name: "workspace-volume"
09:23:42   - emptyDir:
09:23:42       medium: ""
09:23:42     name: "volume-4"
09:23:42   - emptyDir:
09:23:42       medium: ""
09:23:42     name: "volume-3"
09:23:42 
09:23:42 Building remotely on basic-h9rzs in workspace /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous
09:23:43 No credentials specified
09:23:43 Cloning the remote Git repository
09:23:43 Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
09:23:43  > git init /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-6.0_continuous # timeout=10
09:23:43 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
09:23:43  > git --version # timeout=10
09:23:43  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
09:23:58  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git # timeout=10
09:23:58  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
09:23:58  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git # timeout=10
09:23:58 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
09:23:58  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
09:24:01  > git rev-parse refs/remotes/origin/releases/6.0.x^{commit} # timeout=10
09:24:01  > git rev-parse refs/remotes/origin/origin/releases/6.0.x^{commit} # timeout=10
09:24:01 Checking out Revision f4431f651616e1e8e2d7a4f0306b955590985834 (refs/remotes/origin/releases/6.0.x)
09:24:01  > git config core.sparsecheckout # timeout=10
09:24:01  > git checkout -f f4431f651616e1e8e2d7a4f0306b955590985834 # timeout=10
09:24:06 Commit message: "UiSessionInitAndDisposeTest: backport test improvements"
09:24:06  > git rev-list --no-walk f4431f651616e1e8e2d7a4f0306b955590985834 # timeout=10
09:24:06 [org.eclipse.scout.rt.branch-6.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.rt/pom.xml -Dbranch=origin/releases/6.0.x -Dmaster_sanityCheck_skip=true clean install -U -e -B
09:24:06 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
09:24:06 Maven home: /opt/tools/apache-maven/latest
09:24:06 Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
09:24:06 Default locale: en_US, platform encoding: UTF-8
09:24:06 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
09:24:07 [INFO] Error stacktraces are turned on.
09:24:07 [INFO] Scanning for projects...
09:24:08 [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
09:24:08 [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:6.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
09:24:08 [INFO] ------------------------------------------------------------------------
09:24:08 [INFO] Reactor Build Order:
09:24:08 [INFO] 
09:24:08 [INFO] Eclipse Scout RT                                                   [pom]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json                        [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform                 [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test            [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared                   [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test              [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons           [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test      [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server                   [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test              [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms               [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws             [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt                   [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test        [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc              [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test         [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client                   [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test              [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client               [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test          [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge             [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor  [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html                  [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test             [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html              [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty                   [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix        [jar]
09:24:08 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test              [jar]
09:24:08 [INFO] org.eclipse.scout.rt-settings                                      [jar]
09:24:08 [INFO] 
09:24:08 [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >--------------
09:24:08 [INFO] Building Eclipse Scout RT 6.0.300-SNAPSHOT                        [1/30]
09:24:08 [INFO] --------------------------------[ pom ]---------------------------------
09:24:40 [INFO] 
09:24:40 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt ---
09:24:56 [INFO] 
09:24:56 [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.rt ---
09:25:07 Build was aborted
09:25:07 Aborted by Arthur van Dorp
09:25:07 Recording test results
09:25:08 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
09:25:08 Finished: ABORTED