GitHub pull request #1247 of commit ee24ffb305f22238c6e76af3c88645ac057bb8ba, no merge conflicts. Running as SYSTEM Setting status of ee24ffb305f22238c6e76af3c88645ac057bb8ba to PENDING with url https://ci.eclipse.org/milo/job/Milo_Test_Dev1.0/125/ and message: 'Build started for merge commit.' Agent basic-0z9dg is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-0z9dg" namespace: "milo" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.milo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-0z9dg" - 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-0z9dg" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.milo.svc.cluster.local/milo/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" 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-milo" 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-0z9dg (basic) in workspace /home/jenkins/agent/workspace/Milo_Test_Dev1.0 The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/milo/ > git init /home/jenkins/agent/workspace/Milo_Test_Dev1.0 # timeout=10 Fetching upstream changes from https://github.com/eclipse/milo/ > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/milo/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/milo/ # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/milo/ # timeout=10 Fetching upstream changes from https://github.com/eclipse/milo/ > git fetch --tags --force --progress -- https://github.com/eclipse/milo/ +refs/pull/1247/*:refs/remotes/origin/pr/1247/* # timeout=10 > git rev-parse ee24ffb305f22238c6e76af3c88645ac057bb8ba^{commit} # timeout=10 Checking out Revision ee24ffb305f22238c6e76af3c88645ac057bb8ba (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f ee24ffb305f22238c6e76af3c88645ac057bb8ba # timeout=10 Commit message: "JDK 17" > git rev-list --no-walk 63ec8604958225b767da26dd0989befe8555fc5c # timeout=10 [Milo_Test_Dev1.0] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DghprbActualCommitAuthorEmail=kevinherron@gmail.com -DghprbTriggerAuthorLogin= -DghprbGhRepository=eclipse/milo -DghprbTargetBranch=dev/1.0 -DghprbPullId=1247 -DghprbCredentialsId=github-bot -DghprbAuthorRepoGitUrl=https://github.com/eclipse/milo.git -DghprbTriggerAuthor= -DghprbPullAuthorEmail=kevinherron@gmail.com -DghprbPullLink=https://github.com/eclipse/milo/pull/1247 -Dsha1=origin/pr/1247/merge -DghprbPullAuthorLoginMention=@kevinherron "-DghprbPullDescription=GitHub pull request #1247 of commit ee24ffb305f22238c6e76af3c88645ac057bb8ba, no merge conflicts." -DghprbActualCommit=ee24ffb305f22238c6e76af3c88645ac057bb8ba -DghprbPullAuthorLogin=kevinherron -DghprbSourceBranch=1.0-jdk17 "-DghprbActualCommitAuthor=Kevin Herron" -DghprbTriggerAuthorLoginMention= "-DghprbPullLongDescription=Require JDK 17." -DghprbTriggerAuthorEmail= -DGIT_BRANCH=1.0-jdk17 "-DghprbPullTitle=JDK 17" -DghprbCommentBody=null -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Test_Dev1.0/.repository clean verify -B Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Milo Build Tools [jar] [INFO] Eclipse Milo - OPC UA (IEC 62541) [pom] [INFO] milo-opc-ua-stack [pom] [INFO] milo-guava-dependencies [jar] [INFO] milo-stack-core [jar] [INFO] milo-transport [jar] [INFO] milo-opc-ua-sdk [pom] [INFO] milo-sdk-core [jar] [INFO] milo-sdk-client [jar] [INFO] milo-encoding-json [jar] [INFO] milo-codec-json [jar] [INFO] milo-dtd-core [jar] [INFO] milo-dtd-reader [jar] [INFO] milo-sdk-server [jar] [INFO] milo-dtd-manager [jar] [INFO] milo-examples [pom] [INFO] milo-server-examples [jar] [INFO] milo-client-examples [jar] [INFO] milo-encoding-xml [jar] [INFO] milo-stack-tests [jar] [INFO] milo-transport-https [jar] [INFO] milo-transport-websocket [jar] [INFO] milo-sdk-tests [jar] [INFO] milo-integration-tests [jar] [INFO] [INFO] -----------------< org.eclipse.milo:milo-build-tools >------------------ [INFO] Building Eclipse Milo Build Tools 1.0.0-SNAPSHOT [1/24] [INFO] from build-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-build-tools --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-build-tools --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-build-tools --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-build-tools --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-build-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/build-tools/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-build-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-build-tools --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-build-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/build-tools/target/milo-build-tools-1.0.0-SNAPSHOT.jar [INFO] [INFO] -----------------------< org.eclipse.milo:milo >------------------------ [INFO] Building Eclipse Milo - OPC UA (IEC 62541) 1.0.0-SNAPSHOT [2/24] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo --- [INFO] [INFO] -----------------< org.eclipse.milo:milo-opc-ua-stack >----------------- [INFO] Building milo-opc-ua-stack 1.0.0-SNAPSHOT [3/24] [INFO] from opc-ua-stack/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-opc-ua-stack --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-opc-ua-stack --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-opc-ua-stack --- [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-opc-ua-stack --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-opc-ua-stack --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-opc-ua-stack --- [INFO] [INFO] --------------< org.eclipse.milo:milo-guava-dependencies >-------------- [INFO] Building milo-guava-dependencies 1.0.0-SNAPSHOT [4/24] [INFO] from opc-ua-stack/guava-dependencies/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-guava-dependencies --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-guava-dependencies --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-guava-dependencies --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-guava-dependencies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/guava-dependencies/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-guava-dependencies --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 1.0.0-SNAPSHOT: [INFO] [INFO] Eclipse Milo Build Tools ........................... SUCCESS [ 4.600 s] [INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [ 4.075 s] [INFO] milo-opc-ua-stack .................................. SUCCESS [ 1.553 s] [INFO] milo-guava-dependencies ............................ FAILURE [ 0.171 s] [INFO] milo-stack-core .................................... SKIPPED [INFO] milo-transport ..................................... SKIPPED [INFO] milo-opc-ua-sdk .................................... SKIPPED [INFO] milo-sdk-core ...................................... SKIPPED [INFO] milo-sdk-client .................................... SKIPPED [INFO] milo-encoding-json ................................. SKIPPED [INFO] milo-codec-json .................................... SKIPPED [INFO] milo-dtd-core ...................................... SKIPPED [INFO] milo-dtd-reader .................................... SKIPPED [INFO] milo-sdk-server .................................... SKIPPED [INFO] milo-dtd-manager ................................... SKIPPED [INFO] milo-examples ...................................... SKIPPED [INFO] milo-server-examples ............................... SKIPPED [INFO] milo-client-examples ............................... SKIPPED [INFO] milo-encoding-xml .................................. SKIPPED [INFO] milo-stack-tests ................................... SKIPPED [INFO] milo-transport-https ............................... SKIPPED [INFO] milo-transport-websocket ........................... SKIPPED [INFO] milo-sdk-tests ..................................... SKIPPED [INFO] milo-integration-tests ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.717 s [INFO] Finished at: 2024-03-27T19:27:11Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project milo-guava-dependencies: Fatal error compiling: error: invalid target release: 17 -> [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :milo-guava-dependencies Build step 'Invoke top-level Maven targets' marked build as failure Setting status of ee24ffb305f22238c6e76af3c88645ac057bb8ba to FAILURE with url https://ci.eclipse.org/milo/job/Milo_Test_Dev1.0/125/ and message: 'Build finished. ' Finished: FAILURE