Skip to content
Failed

Console Output

17:03:25 Started by an SCM change
17:03:25 Running as SYSTEM
17:03:26 Agent basic-bhj87 is provisioned from template basic
17:03:26 ---
17:03:26 apiVersion: "v1"
17:03:26 kind: "Pod"
17:03:26 metadata:
17:03:26   annotations: {}
17:03:26   labels:
17:03:26     jenkins: "slave"
17:03:26     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
17:03:26     jenkins/label: "basic"
17:03:26   name: "basic-bhj87"
17:03:26 spec:
17:03:26   containers:
17:03:26   - env:
17:03:26     - name: "JENKINS_SECRET"
17:03:26       value: "********"
17:03:26     - name: "JENKINS_TUNNEL"
17:03:26       value: "jenkins-discovery.scout.svc.cluster.local:50000"
17:03:26     - name: "JENKINS_AGENT_NAME"
17:03:26       value: "basic-bhj87"
17:03:26     - name: "JENKINS_REMOTING_JAVA_OPTS"
17:03:26       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
17:03:26         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
17:03:26     - name: "JAVA_TOOL_OPTIONS"
17:03:26       value: ""
17:03:26     - name: "_JAVA_OPTIONS"
17:03:26       value: ""
17:03:26     - name: "OPENJ9_JAVA_OPTIONS"
17:03:26       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
17:03:26     - name: "JENKINS_NAME"
17:03:26       value: "basic-bhj87"
17:03:26     - name: "JENKINS_AGENT_WORKDIR"
17:03:26       value: "/home/jenkins/agent"
17:03:26     - name: "JENKINS_URL"
17:03:26       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
17:03:26     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
17:03:26     imagePullPolicy: "Always"
17:03:26     name: "jnlp"
17:03:26     resources:
17:03:26       limits:
17:03:26         cpu: "2000m"
17:03:26         memory: "4096Mi"
17:03:26       requests:
17:03:26         cpu: "1000m"
17:03:26         memory: "4096Mi"
17:03:26     tty: true
17:03:26     volumeMounts:
17:03:26     - mountPath: "/home/jenkins/.m2/toolchains.xml"
17:03:26       name: "m2-dir"
17:03:26       readOnly: true
17:03:26       subPath: "toolchains.xml"
17:03:26     - mountPath: "/home/jenkins/.mavenrc"
17:03:26       name: "m2-dir"
17:03:26       readOnly: true
17:03:26       subPath: ".mavenrc"
17:03:26     - mountPath: "/opt/tools"
17:03:26       name: "volume-0"
17:03:26       readOnly: false
17:03:26     - mountPath: "/home/jenkins"
17:03:26       name: "volume-2"
17:03:26       readOnly: false
17:03:26     - mountPath: "/home/jenkins/.m2/repository"
17:03:26       name: "volume-3"
17:03:26       readOnly: false
17:03:26     - mountPath: "/home/jenkins/.m2/settings-security.xml"
17:03:26       name: "m2-secret-dir"
17:03:26       readOnly: true
17:03:26       subPath: "settings-security.xml"
17:03:26     - mountPath: "/home/jenkins/.m2/wrapper"
17:03:26       name: "volume-4"
17:03:26       readOnly: false
17:03:26     - mountPath: "/home/jenkins/.m2/settings.xml"
17:03:26       name: "m2-secret-dir"
17:03:26       readOnly: true
17:03:26       subPath: "settings.xml"
17:03:26     - mountPath: "/home/jenkins/.ssh"
17:03:26       name: "volume-1"
17:03:26       readOnly: false
17:03:26       subPath: ""
17:03:26     - mountPath: "/home/jenkins/agent"
17:03:26       name: "workspace-volume"
17:03:26       readOnly: false
17:03:26     workingDir: "/home/jenkins/agent"
17:03:26   nodeSelector:
17:03:26     kubernetes.io/os: "linux"
17:03:26   restartPolicy: "Never"
17:03:26   volumes:
17:03:26   - name: "volume-0"
17:03:26     persistentVolumeClaim:
17:03:26       claimName: "tools-claim-jiro-scout"
17:03:26       readOnly: true
17:03:26   - name: "m2-secret-dir"
17:03:26     secret:
17:03:26       secretName: "m2-secret-dir"
17:03:26   - emptyDir:
17:03:26       medium: ""
17:03:26     name: "volume-2"
17:03:26   - configMap:
17:03:26       name: "m2-dir"
17:03:26     name: "m2-dir"
17:03:26   - configMap:
17:03:26       name: "known-hosts"
17:03:26     name: "volume-1"
17:03:26   - emptyDir:
17:03:26       medium: ""
17:03:26     name: "workspace-volume"
17:03:26   - emptyDir:
17:03:26       medium: ""
17:03:26     name: "volume-4"
17:03:26   - emptyDir:
17:03:26       medium: ""
17:03:26     name: "volume-3"
17:03:26 
17:03:26 Building remotely on basic-bhj87 (basic) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous
17:03:27 The recommended git tool is: NONE
17:03:31 No credentials specified
17:03:31 Cloning the remote Git repository
17:03:31 Cloning repository https://github.com/eclipse-scout/scout.sdk.git
17:03:31  > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous # timeout=10
17:03:31 Fetching upstream changes from https://github.com/eclipse-scout/scout.sdk.git
17:03:31  > git --version # timeout=10
17:03:31  > git --version # 'git version 2.20.1'
17:03:31  > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
17:03:38  > git config remote.origin.url https://github.com/eclipse-scout/scout.sdk.git # timeout=10
17:03:38  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
17:03:38 Avoid second fetch
17:03:38  > git rev-parse refs/remotes/origin/releases/11.0^{commit} # timeout=10
17:03:38 Checking out Revision f422d5989dc21c7b17125fee6104258a78160bfc (refs/remotes/origin/releases/11.0)
17:03:38  > git config core.sparsecheckout # timeout=10
17:03:38  > git checkout -f f422d5989dc21c7b17125fee6104258a78160bfc # timeout=10
17:03:43 Commit message: "Create own modules for datamodel related classes"
17:03:43  > git rev-list --no-walk cb830bc1db1f5595638cb328214fa6242de74f74 # timeout=10
17:03:44 [org.eclipse.scout.sdk.branch-11.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dbranch=origin/releases/11.0 -Dcbi.jarsigner.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/.repository -Dgpg.skip=true clean install -U -B -Psign -Dmaster_enforcerCheck_skip=true -DexcludedGroups=IntegrationTest
17:03:45 Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
17:03:45 Maven home: /opt/tools/apache-maven/latest
17:03:45 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
17:03:45 Default locale: en_US, platform encoding: UTF-8
17:03:45 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
17:03:47 [INFO] Scanning for projects...
17:04:03 [ERROR] [ERROR] Some problems were encountered while processing the POMs:
17:04:03 [ERROR] 'dependencies.dependency.version' for org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.client:jar is missing. @ line 139, column 17
17:04:03  @ 
17:04:03 [ERROR] The build could not read 1 project -> [Help 1]
17:04:03 [ERROR]   
17:04:03 [ERROR]   The project org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test:11.0.0-SNAPSHOT (/home/jenkins/agent/workspace/org.eclipse.scout.sdk.branch-11.0_continuous/org.eclipse.scout.sdk.core.s.test/pom.xml) has 1 error
17:04:03 [ERROR]     'dependencies.dependency.version' for org.eclipse.scout.rt:org.eclipse.scout.rt.datamodel.client:jar is missing. @ line 139, column 17
17:04:03 [ERROR] 
17:04:03 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
17:04:03 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
17:04:03 [ERROR] 
17:04:03 [ERROR] For more information about the errors and possible solutions, please read the following articles:
17:04:03 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
17:04:03 Build step 'Invoke top-level Maven targets' marked build as failure
17:04:03 Recording test results
17:04:04 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
17:04:05 Sending e-mails to: mvi@bsi-software.com
17:04:05 Finished: FAILURE