Started by user Adrian Egloff Rebuilds build #19 Running as Adrian Egloff Agent basic-zfd8b is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-zfd8b" namespace: "scout" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.scout.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-zfd8b" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-zfd8b" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.scout.svc.cluster.local/scout/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-scout" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-zfd8b (basic) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.sdk_deploy_from_tag_12 [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-AxEJMnfkeYUi/agent.53 SSH_AGENT_PID=55 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/org.eclipse.scout.sdk_deploy_from_tag_12@tmp/private_key_11119731557713025632.key (/home/jenkins/agent/workspace/org.eclipse.scout.sdk_deploy_from_tag_12@tmp/private_key_11119731557713025632.key) [ssh-agent] Using credentials genie.scout (ssh://genie.scout@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-scout/scout.sdk.git > git init /home/jenkins/agent/workspace/org.eclipse.scout.sdk_deploy_from_tag_12 # timeout=10 Fetching upstream changes from https://github.com/eclipse-scout/scout.sdk.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-scout/scout.sdk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/13.0.20^{commit} # timeout=10 > git rev-parse 13.0.20^{commit} # timeout=10 Checking out Revision 17f1d75d59e42b5220a2b2dbd817f4e3dbb11894 (13.0.20) > git config core.sparsecheckout # timeout=10 > git checkout -f 17f1d75d59e42b5220a2b2dbd817f4e3dbb11894 # timeout=10 Commit message: "[release] Version 13.0.20" First time build. Skipping changelog. [org.eclipse.scout.sdk_deploy_from_tag_12] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -DbuildId=20 -Dtag=13.0.20 -DstageTargetDir=releases/13.0/ -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.sdk_deploy_from_tag_12/.repository clean install -Dmaven.test.skip=true Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Scout SDK [pom] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.java [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.java.ecj [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.java.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.typescript [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.typescript.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc [jar] [INFO] [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- [INFO] Building Eclipse Scout SDK 13.0.20 [1/15] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- enforcer:3.1.0:enforce (enforce-rules) @ org.eclipse.scout.sdk --- [ERROR] Rule 2: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message: To build this project JDK 17 (or upper) is required. Please install it. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 13.0.20: [INFO] [INFO] Eclipse Scout SDK .................................. FAILURE [ 5.075 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.java SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.java.ecj SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.java.test SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.typescript SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.typescript.test SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SKIPPED [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.doc .... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.238 s [INFO] Finished at: 2023-08-22T12:05:54Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 1 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-enforcer-plugin:3.1.0 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.1.0:enforce (enforce-rules) on project org.eclipse.scout.sdk: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Build step 'Invoke top-level Maven targets' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 55 killed; [ssh-agent] Stopped. Archiving artifacts Sending e-mails to: arthur.vandorp@bsi-software.com Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Triggering a new build of publish_staged_builds Finished: FAILURE