Skip to content

Console Output

GitHub pull request #1154 of commit b43ae8bf9659ebcd6291fb7a698c209dffe8339a, no merge conflicts.
Running as SYSTEM
Setting status of b43ae8bf9659ebcd6291fb7a698c209dffe8339a to PENDING with url https://ci.eclipse.org/milo/job/Milo_Test/3177/ and message: 'Build started for merge commit.'
Agent basic-424z8 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-424z8"
  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-424z8"
    - 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-424z8"
    - 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-424z8 (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/1154/*:refs/remotes/origin/pr/1154/* # timeout=10
 > git rev-parse b43ae8bf9659ebcd6291fb7a698c209dffe8339a^{commit} # timeout=10
Checking out Revision b43ae8bf9659ebcd6291fb7a698c209dffe8339a (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b43ae8bf9659ebcd6291fb7a698c209dffe8339a # timeout=10
Commit message: "WIP"
 > git rev-list --no-walk 1306869ce89a49091cf4a8f3ef5d22692b9b885c # 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=1154 -DghprbCredentialsId=github-bot -DghprbAuthorRepoGitUrl=https://github.com/eclipse/milo.git -DghprbTriggerAuthor= -DghprbPullAuthorEmail=kevinherron@gmail.com -DghprbPullLink=https://github.com/eclipse/milo/pull/1154 -Dsha1=origin/pr/1154/merge -DghprbPullAuthorLoginMention=@kevinherron "-DghprbPullDescription=GitHub pull request #1154 of commit b43ae8bf9659ebcd6291fb7a698c209dffe8339a, no merge conflicts." -DghprbActualCommit=b43ae8bf9659ebcd6291fb7a698c209dffe8339a -DghprbPullAuthorLogin=kevinherron -DghprbSourceBranch=1.0-certificate-groups "-DghprbActualCommitAuthor=Kevin Herron" -DghprbTriggerAuthorLoginMention= "-DghprbPullLongDescription=`CertificateManager` now manages and organizes certificates belonging to `CertificateGroups`, where each group potentially supports multiple key/certificate types and manages its own trust list.\r\n\r\nThis roughly mirrors the information model outlined in OPC UA Part 12 and is necessary to support the GDS push model of certificate management." -DghprbTriggerAuthorEmail= -DGIT_BRANCH=1.0-certificate-groups "-DghprbPullTitle=Refactor certificate management to support CertificateGroups " -DghprbCommentBody=null -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Test/.repository clean verify -B
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
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 ---
[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] --- 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/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] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- failsafe:3.0.0-M4: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/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.911 s]
[INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [  6.522 s]
[INFO] milo-opc-ua-stack .................................. SUCCESS [  6.178 s]
[INFO] milo-guava-dependencies ............................ FAILURE [  0.487 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:  19.596 s
[INFO] Finished at: 2023-09-04T22:09:32Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 9 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-jar-plugin:3.2.0
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.1.0
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.8.1
[WARNING]  * org.apache.maven.plugins:maven-clean-plugin:3.1.0
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4
[WARNING]  * org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3
[WARNING]  * org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0
[WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4
[WARNING]  * org.apache.felix:maven-bundle-plugin:5.1.2
[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-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 b43ae8bf9659ebcd6291fb7a698c209dffe8339a to FAILURE with url https://ci.eclipse.org/milo/job/Milo_Test/3177/ and message: 'Build finished. '
Finished: FAILURE