Skip to content

Console Output

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