Skip to content

Console Output

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