Skip to content

Console Output

11:56:46 Started by user Frederic Gurr
11:56:46 Running as Frederic Gurr
11:56:47 Agent basic-h5smp is provisioned from template basic
11:56:47 ---
11:56:47 apiVersion: "v1"
11:56:47 kind: "Pod"
11:56:47 metadata:
11:56:47   annotations: {}
11:56:47   labels:
11:56:47     jenkins: "slave"
11:56:47     jenkins/label: ""
11:56:47   name: "basic-h5smp"
11:56:47 spec:
11:56:47   containers:
11:56:47   - env:
11:56:47     - name: "JENKINS_SECRET"
11:56:47       value: "********"
11:56:47     - name: "JENKINS_TUNNEL"
11:56:47       value: "jenkins-discovery.scout.svc.cluster.local:50000"
11:56:47     - name: "JENKINS_AGENT_NAME"
11:56:47       value: "basic-h5smp"
11:56:47     - name: "JAVA_TOOL_OPTIONS"
11:56:47       value: ""
11:56:47     - name: "JNLP_PROTOCOL_OPTS"
11:56:47       value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
11:56:47         \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
11:56:47     - name: "_JAVA_OPTIONS"
11:56:47       value: ""
11:56:47     - name: "JAVA_OPTS"
11:56:47       value: ""
11:56:47     - name: "IBM_JAVA_OPTIONS"
11:56:47       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
11:56:47     - name: "OPENJ9_JAVA_OPTIONS"
11:56:47       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
11:56:47     - name: "JENKINS_NAME"
11:56:47       value: "basic-h5smp"
11:56:47     - name: "JENKINS_AGENT_WORKDIR"
11:56:47       value: "/home/jenkins/agent"
11:56:47     - name: "JENKINS_URL"
11:56:47       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
11:56:47     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
11:56:47     imagePullPolicy: "Always"
11:56:47     name: "jnlp"
11:56:47     resources:
11:56:47       limits:
11:56:47         memory: "4096Mi"
11:56:47         cpu: "2000m"
11:56:47       requests:
11:56:47         memory: "4096Mi"
11:56:47         cpu: "1000m"
11:56:47     securityContext:
11:56:47       privileged: false
11:56:47     tty: true
11:56:47     volumeMounts:
11:56:47     - mountPath: "/home/jenkins/.m2/toolchains.xml"
11:56:47       name: "m2-dir"
11:56:47       readOnly: true
11:56:47       subPath: "toolchains.xml"
11:56:47     - mountPath: "/home/jenkins/.mavenrc"
11:56:47       name: "m2-dir"
11:56:47       readOnly: true
11:56:47       subPath: ".mavenrc"
11:56:47     - mountPath: "/opt/tools"
11:56:47       name: "volume-0"
11:56:47       readOnly: false
11:56:47     - mountPath: "/home/jenkins"
11:56:47       name: "volume-2"
11:56:47       readOnly: false
11:56:47     - mountPath: "/home/jenkins/.m2/repository"
11:56:47       name: "volume-3"
11:56:47       readOnly: false
11:56:47     - mountPath: "/home/jenkins/.m2/settings-security.xml"
11:56:47       name: "m2-secret-dir"
11:56:47       readOnly: true
11:56:47       subPath: "settings-security.xml"
11:56:47     - mountPath: "/home/jenkins/.m2/wrapper"
11:56:47       name: "volume-4"
11:56:47       readOnly: false
11:56:47     - mountPath: "/home/jenkins/.m2/settings.xml"
11:56:47       name: "m2-secret-dir"
11:56:47       readOnly: true
11:56:47       subPath: "settings.xml"
11:56:47     - mountPath: "/home/jenkins/.ssh"
11:56:47       name: "volume-1"
11:56:47       readOnly: false
11:56:47     - mountPath: "/home/jenkins/agent"
11:56:47       name: "workspace-volume"
11:56:47       readOnly: false
11:56:47     workingDir: "/home/jenkins/agent"
11:56:47   nodeSelector:
11:56:47     beta.kubernetes.io/os: "linux"
11:56:47   restartPolicy: "Never"
11:56:47   securityContext: {}
11:56:47   volumes:
11:56:47   - name: "volume-0"
11:56:47     persistentVolumeClaim:
11:56:47       claimName: "tools-claim-jiro-scout"
11:56:47       readOnly: true
11:56:47   - name: "m2-secret-dir"
11:56:47     secret:
11:56:47       secretName: "m2-secret-dir"
11:56:47   - emptyDir:
11:56:47       medium: ""
11:56:47     name: "volume-2"
11:56:47   - configMap:
11:56:47       name: "m2-dir"
11:56:47     name: "m2-dir"
11:56:47   - configMap:
11:56:47       name: "known-hosts"
11:56:47     name: "volume-1"
11:56:47   - emptyDir:
11:56:47       medium: ""
11:56:47     name: "workspace-volume"
11:56:47   - emptyDir:
11:56:47       medium: ""
11:56:47     name: "volume-4"
11:56:47   - emptyDir:
11:56:47       medium: ""
11:56:47     name: "volume-3"
11:56:47 
11:56:47 Building remotely on basic-h5smp in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-7.0_continuous
11:56:50 No credentials specified
11:56:50 Cloning the remote Git repository
11:56:50 Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
11:56:50  > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-7.0_continuous # timeout=10
11:56:50 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
11:56:50  > git --version # timeout=10
11:56:50  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
11:56:53  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git # timeout=10
11:56:53  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
11:56:53  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git # timeout=10
11:56:53 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
11:56:53  > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
11:56:53  > git rev-parse refs/remotes/origin/releases/7.0.x^{commit} # timeout=10
11:56:53  > git rev-parse refs/remotes/origin/origin/releases/7.0.x^{commit} # timeout=10
11:56:53 Checking out Revision 275e6edd26f1ff8803183f6568e5d65f69e19291 (refs/remotes/origin/releases/7.0.x)
11:56:53  > git config core.sparsecheckout # timeout=10
11:56:53  > git checkout -f 275e6edd26f1ff8803183f6568e5d65f69e19291 # timeout=10
11:56:57 Commit message: "Merge remote-tracking branch 'remotes/origin/releases/6.1.x' into releases/7.0.x"
11:56:57  > git rev-list --no-walk 7b310a22d978668c46a6bd7232abe6225274f572 # timeout=10
11:56:57 [org.eclipse.scout.sdk.branch-7.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/7.0.x -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-7.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Psign
11:56:58 Error: Could not find or load main class $MAVEN_OPTS
11:56:58 Build step 'Invoke top-level Maven targets' marked build as failure
11:56:59 Sending e-mails to: Arthur.vanDorp@bsi-software.com
11:56:59 Recording test results
11:56:59 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
11:56:59 Finished: FAILURE