Skip to content

Console Output

GitHub pull request #1126 of commit ef2bda15a39264396f67a8075d473b5f5231987c, no merge conflicts.
Running as SYSTEM
Setting status of ef2bda15a39264396f67a8075d473b5f5231987c to PENDING with url https://ci.eclipse.org/milo/job/Milo_Test/3172/ and message: 'Build started for merge commit.'
Agent basic-3j0pk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-3j0pk"
  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-3j0pk"
    - 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-3j0pk"
    - 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-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-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-3j0pk (basic) in workspace /home/jenkins/agent/workspace/Milo_Test
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 # 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/1126/*:refs/remotes/origin/pr/1126/* # timeout=10
 > git rev-parse ef2bda15a39264396f67a8075d473b5f5231987c^{commit} # timeout=10
Checking out Revision ef2bda15a39264396f67a8075d473b5f5231987c (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef2bda15a39264396f67a8075d473b5f5231987c # timeout=10
Commit message: "~ fix ServiceFault handling"
 > git rev-list --no-walk e0448ef2c7f6d3798b344a14ba4b3b0592b11882 # timeout=10
warning: inexact rename detection was skipped due to too many files.
warning: you may want to set your diff.renameLimit variable to at least 1262 and retry the command.
[Milo_Test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DghprbActualCommitAuthorEmail=kevinherron@gmail.com -DghprbTriggerAuthorLogin= -DghprbGhRepository=eclipse/milo -DghprbTargetBranch=dev/1.0 -DghprbPullId=1126 -DghprbCredentialsId=github-bot -DghprbAuthorRepoGitUrl=https://github.com/eclipse/milo.git -DghprbTriggerAuthor= -DghprbPullAuthorEmail=kevinherron@gmail.com -DghprbPullLink=https://github.com/eclipse/milo/pull/1126 -Dsha1=origin/pr/1126/merge -DghprbPullAuthorLoginMention=@kevinherron "-DghprbPullDescription=GitHub pull request #1126 of commit ef2bda15a39264396f67a8075d473b5f5231987c, no merge conflicts." -DghprbActualCommit=ef2bda15a39264396f67a8075d473b5f5231987c -DghprbPullAuthorLogin=kevinherron -DghprbSourceBranch=1.0-client-refactoring "-DghprbActualCommitAuthor=Kevin Herron" -DghprbTriggerAuthorLoginMention= -DghprbPullLongDescription=null -DghprbTriggerAuthorEmail= -DGIT_BRANCH=1.0-client-refactoring "-DghprbPullTitle=Refactor API exposed by OpcUaClient" -DghprbCommentBody=null -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Test/.repository clean verify -B
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
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 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-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-json                                                 [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/23]
[INFO]   from build-tools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ milo-build-tools ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo-build-tools ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ milo-build-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ milo-build-tools ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ milo-build-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/build-tools/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ milo-build-tools ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ milo-build-tools ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ milo-build-tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/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/23]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ milo ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ milo ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo ---
[INFO] 
[INFO] -----------------< org.eclipse.milo:milo-opc-ua-stack >-----------------
[INFO] Building milo-opc-ua-stack 1.0.0-SNAPSHOT                         [3/23]
[INFO]   from opc-ua-stack/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ milo-opc-ua-stack ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ milo-opc-ua-stack ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo-opc-ua-stack ---
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ milo-opc-ua-stack ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ milo-opc-ua-stack ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.milo:milo-guava-dependencies >--------------
[INFO] Building milo-guava-dependencies 1.0.0-SNAPSHOT                   [4/23]
[INFO]   from opc-ua-stack/guava-dependencies/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ milo-guava-dependencies ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ milo-guava-dependencies ---
[INFO] Starting audit...
[ERROR] /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/guava-dependencies/src/main/java/org/eclipse/milo/shaded/GuavaClasses.java:2: Line does not match expected header line of ' * Copyright \(c\) \d\d\d\d the Eclipse Milo Authors'. [RegexpHeader]
Audit done.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 1.0.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Milo Build Tools ........................... SUCCESS [  5.626 s]
[INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [  4.801 s]
[INFO] milo-opc-ua-stack .................................. SUCCESS [  2.405 s]
[INFO] milo-guava-dependencies ............................ FAILURE [  0.328 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-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-json ................................. 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:  13.570 s
[INFO] Finished at: 2023-05-20T13:11:16Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (validate) on project milo-guava-dependencies: Failed during checkstyle execution: There is 1 error reported by Checkstyle 8.18 with milo/checkstyle.xml ruleset. -> [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 <args> -rf :milo-guava-dependencies
Build step 'Invoke top-level Maven targets' marked build as failure
Setting status of ef2bda15a39264396f67a8075d473b5f5231987c to FAILURE with url https://ci.eclipse.org/milo/job/Milo_Test/3172/ and message: 'Build finished. '
Finished: FAILURE