Skip to content

Console Output

GitHub pull request #1260 of commit fbee92b692348f7dc507f9eaf2fa198a421c9265, no merge conflicts.
Running as SYSTEM
Setting status of fbee92b692348f7dc507f9eaf2fa198a421c9265 to PENDING with url https://ci.eclipse.org/milo/job/Milo_Test/3190/ and message: 'Build started for merge commit.'
Agent basic-kwh1m is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-kwh1m"
  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-kwh1m"
    - 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-kwh1m"
    - 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-kwh1m (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/1260/*:refs/remotes/origin/pr/1260/* # timeout=10
 > git rev-parse fbee92b692348f7dc507f9eaf2fa198a421c9265^{commit} # timeout=10
Checking out Revision fbee92b692348f7dc507f9eaf2fa198a421c9265 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fbee92b692348f7dc507f9eaf2fa198a421c9265 # timeout=10
Commit message: "Upgrade Netty to 4.1.108.Final"
 > git rev-list --no-walk ee9c88965e99a6c5f736ee3ecd58a23403a648a7 # timeout=10
[Milo_Test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DghprbActualCommitAuthorEmail=kevinherron@gmail.com -DghprbTriggerAuthorLogin= -DghprbGhRepository=eclipse/milo -DghprbTargetBranch=master -DghprbPullId=1260 -DghprbCredentialsId=github-bot -DghprbAuthorRepoGitUrl=https://github.com/eclipse/milo.git -DghprbTriggerAuthor= -DghprbPullAuthorEmail=kevinherron@gmail.com -DghprbPullLink=https://github.com/eclipse/milo/pull/1260 -Dsha1=origin/pr/1260/merge -DghprbPullAuthorLoginMention=@kevinherron "-DghprbPullDescription=GitHub pull request #1260 of commit fbee92b692348f7dc507f9eaf2fa198a421c9265, no merge conflicts." -DghprbActualCommit=fbee92b692348f7dc507f9eaf2fa198a421c9265 -DghprbPullAuthorLogin=kevinherron -DghprbSourceBranch=issues/gh1259 "-DghprbActualCommitAuthor=Kevin Herron" -DghprbTriggerAuthorLoginMention= "-DghprbPullLongDescription=fixes #1259" -DghprbTriggerAuthorEmail= -DGIT_BRANCH=issues/gh1259 "-DghprbPullTitle=Upgrade Netty to 4.1.108.Final" -DghprbCommentBody=null -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Test/.repository clean verify -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
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: "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] opc-ua-stack                                                       [pom]
[INFO] stack-core                                                         [jar]
[INFO] stack-client                                                       [jar]
[INFO] opc-ua-sdk                                                         [pom]
[INFO] sdk-core                                                           [jar]
[INFO] sdk-client                                                         [jar]
[INFO] bsd-core                                                           [jar]
[INFO] bsd-parser                                                         [jar]
[INFO] dictionary-reader                                                  [jar]
[INFO] stack-server                                                       [jar]
[INFO] bsd-generator                                                      [jar]
[INFO] sdk-server                                                         [jar]
[INFO] dictionary-manager                                                 [jar]
[INFO] milo-examples                                                      [pom]
[INFO] server-examples                                                    [jar]
[INFO] client-examples                                                    [jar]
[INFO] bsd-parser-gson                                                    [jar]
[INFO] stack-tests                                                        [jar]
[INFO] sdk-tests                                                          [jar]
[INFO] integration-tests                                                  [jar]
[INFO] 
[INFO] --------------------< org.eclipse.milo:build-tools >--------------------
[INFO] Building Eclipse Milo Build Tools 0.6.13-SNAPSHOT                 [1/22]
[INFO]   from build-tools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ build-tools ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ build-tools ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ build-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ build-tools ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ 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) @ build-tools ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ build-tools ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ build-tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/build-tools/target/build-tools-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] -----------------------< org.eclipse.milo:milo >------------------------
[INFO] Building Eclipse Milo - OPC UA (IEC 62541) 0.6.13-SNAPSHOT        [2/22]
[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:opc-ua-stack >--------------------
[INFO] Building opc-ua-stack 0.6.13-SNAPSHOT                             [3/22]
[INFO]   from opc-ua-stack/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ opc-ua-stack ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ opc-ua-stack ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ opc-ua-stack ---
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ opc-ua-stack ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ opc-ua-stack ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------------< org.eclipse.milo:stack-core >---------------------
[INFO] Building stack-core 0.6.13-SNAPSHOT                               [4/22]
[INFO]   from opc-ua-stack/stack-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for io.netty:netty-codec:jar:4.1.108 .Final is missing, no dependency information available
[WARNING] The POM for io.netty:netty-handler:jar:4.1.108 .Final is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 0.6.13-SNAPSHOT:
[INFO] 
[INFO] Eclipse Milo Build Tools ........................... SUCCESS [  4.653 s]
[INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [  3.336 s]
[INFO] opc-ua-stack ....................................... SUCCESS [  2.339 s]
[INFO] stack-core ......................................... FAILURE [  0.864 s]
[INFO] stack-client ....................................... SKIPPED
[INFO] opc-ua-sdk ......................................... SKIPPED
[INFO] sdk-core ........................................... SKIPPED
[INFO] sdk-client ......................................... SKIPPED
[INFO] bsd-core ........................................... SKIPPED
[INFO] bsd-parser ......................................... SKIPPED
[INFO] dictionary-reader .................................. SKIPPED
[INFO] stack-server ....................................... SKIPPED
[INFO] bsd-generator ...................................... SKIPPED
[INFO] sdk-server ......................................... SKIPPED
[INFO] dictionary-manager ................................. SKIPPED
[INFO] milo-examples ...................................... SKIPPED
[INFO] server-examples .................................... SKIPPED
[INFO] client-examples .................................... SKIPPED
[INFO] bsd-parser-gson .................................... SKIPPED
[INFO] stack-tests ........................................ SKIPPED
[INFO] sdk-tests .......................................... SKIPPED
[INFO] integration-tests .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.811 s
[INFO] Finished at: 2024-04-17T16:52:41Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project stack-core: Could not resolve dependencies for project org.eclipse.milo:stack-core:jar:0.6.13-SNAPSHOT: The following artifacts could not be resolved: io.netty:netty-codec:jar:4.1.108 .Final (absent), io.netty:netty-handler:jar:4.1.108 .Final (absent): Could not find artifact io.netty:netty-codec:jar:4.1.108 .Final in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :stack-core
Build step 'Invoke top-level Maven targets' marked build as failure
Setting status of fbee92b692348f7dc507f9eaf2fa198a421c9265 to FAILURE with url https://ci.eclipse.org/milo/job/Milo_Test/3190/ and message: 'Build finished. '
Finished: FAILURE