Skip to content

Console Output

GitHub pull request #1255 of commit 463cd44840dae5b0e4c720a85a90f64bea556518, no merge conflicts.
Running as SYSTEM
Setting status of 463cd44840dae5b0e4c720a85a90f64bea556518 to PENDING with url https://ci.eclipse.org/milo/job/Milo_Test/3188/ and message: 'Build started for merge commit.'
Agent basic-fw7d9 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-fw7d9"
  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-fw7d9"
    - 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-fw7d9"
    - 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-fw7d9 (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/1255/*:refs/remotes/origin/pr/1255/* # timeout=10
 > git rev-parse 463cd44840dae5b0e4c720a85a90f64bea556518^{commit} # timeout=10
Checking out Revision 463cd44840dae5b0e4c720a85a90f64bea556518 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 463cd44840dae5b0e4c720a85a90f64bea556518 # timeout=10
Commit message: "Allow writing `null` when "AllowNulls" Property is `true`"
 > git rev-list --no-walk 01665f74cd6088089f93e87f92e188732d8dafa4 # 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=1255 -DghprbCredentialsId=github-bot -DghprbAuthorRepoGitUrl=https://github.com/eclipse/milo.git -DghprbTriggerAuthor= -DghprbPullAuthorEmail=kevinherron@gmail.com -DghprbPullLink=https://github.com/eclipse/milo/pull/1255 -Dsha1=origin/pr/1255/merge -DghprbPullAuthorLoginMention=@kevinherron "-DghprbPullDescription=GitHub pull request #1255 of commit 463cd44840dae5b0e4c720a85a90f64bea556518, no merge conflicts." -DghprbActualCommit=463cd44840dae5b0e4c720a85a90f64bea556518 -DghprbPullAuthorLogin=kevinherron -DghprbSourceBranch=issues/gh1254 "-DghprbActualCommitAuthor=Kevin Herron" -DghprbTriggerAuthorLoginMention= "-DghprbPullLongDescription=fixes #1254\r\n" -DghprbTriggerAuthorEmail= -DGIT_BRANCH=issues/gh1254 '-DghprbPullTitle=Allow writing `null` when \"AllowNulls\" Property is `true`' -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 ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ stack-core ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ stack-core ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ stack-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ stack-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 381 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/target/classes
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-core ---
[WARNING] Manifest org.eclipse.milo:stack-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate
[main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate
[milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms.
[main] INFO org.eclipse.milo.opcua.stack.core.security.DefaultTrustListManagerTest - using /tmp/securityTest
[INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.105 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ stack-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-core ---
[INFO] 
[INFO] -------------------< org.eclipse.milo:stack-client >--------------------
[INFO] Building stack-client 0.6.13-SNAPSHOT                             [5/22]
[INFO]   from opc-ua-stack/stack-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ stack-client ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ stack-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-client ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ stack-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ stack-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-client/target/classes
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-client ---
[WARNING] Manifest org.eclipse.milo:stack-client:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ stack-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------------< org.eclipse.milo:opc-ua-sdk >---------------------
[INFO] Building opc-ua-sdk 0.6.13-SNAPSHOT                               [6/22]
[INFO]   from opc-ua-sdk/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ opc-ua-sdk ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ opc-ua-sdk ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ opc-ua-sdk ---
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ opc-ua-sdk ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] ---------------------< org.eclipse.milo:sdk-core >----------------------
[INFO] Building sdk-core 0.6.13-SNAPSHOT                                 [7/22]
[INFO]   from opc-ua-sdk/sdk-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ sdk-core ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ sdk-core ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ sdk-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/target/classes
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-core ---
[WARNING] Manifest org.eclipse.milo:sdk-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.milo.opcua.sdk.server.util.GroupMapCollateTest
mod=1 remainder=0 group=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
--
mod=2 remainder=0 group=[0, 2, 4, 6, 8]
mod=2 remainder=1 group=[1, 3, 5, 7, 9]
--
mod=3 remainder=0 group=[0, 3, 6, 9]
mod=3 remainder=1 group=[1, 4, 7]
mod=3 remainder=2 group=[2, 5, 8]
--
mod=4 remainder=0 group=[0, 4, 8]
mod=4 remainder=1 group=[1, 5, 9]
mod=4 remainder=2 group=[2, 6]
mod=4 remainder=3 group=[3, 7]
--
mod=5 remainder=0 group=[0, 5]
mod=5 remainder=1 group=[1, 6]
mod=5 remainder=2 group=[2, 7]
mod=5 remainder=3 group=[3, 8]
mod=5 remainder=4 group=[4, 9]
--
mod=6 remainder=0 group=[0, 6]
mod=6 remainder=1 group=[1, 7]
mod=6 remainder=2 group=[2, 8]
mod=6 remainder=3 group=[3, 9]
mod=6 remainder=4 group=[4]
mod=6 remainder=5 group=[5]
--
mod=7 remainder=0 group=[0, 7]
mod=7 remainder=1 group=[1, 8]
mod=7 remainder=2 group=[2, 9]
mod=7 remainder=3 group=[3]
mod=7 remainder=4 group=[4]
mod=7 remainder=5 group=[5]
mod=7 remainder=6 group=[6]
--
mod=8 remainder=0 group=[0, 8]
mod=8 remainder=1 group=[1, 9]
mod=8 remainder=2 group=[2]
mod=8 remainder=3 group=[3]
mod=8 remainder=4 group=[4]
mod=8 remainder=5 group=[5]
mod=8 remainder=6 group=[6]
mod=8 remainder=7 group=[7]
--
mod=9 remainder=0 group=[0, 9]
mod=9 remainder=1 group=[1]
mod=9 remainder=2 group=[2]
mod=9 remainder=3 group=[3]
mod=9 remainder=4 group=[4]
mod=9 remainder=5 group=[5]
mod=9 remainder=6 group=[6]
mod=9 remainder=7 group=[7]
mod=9 remainder=8 group=[8]
--
mod=10 remainder=0 group=[0]
mod=10 remainder=1 group=[1]
mod=10 remainder=2 group=[2]
mod=10 remainder=3 group=[3]
mod=10 remainder=4 group=[4]
mod=10 remainder=5 group=[5]
mod=10 remainder=6 group=[6]
mod=10 remainder=7 group=[7]
mod=10 remainder=8 group=[8]
mod=10 remainder=9 group=[9]
--
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.milo.opcua.sdk.server.util.GroupMapCollateTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ sdk-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] --------------------< org.eclipse.milo:sdk-client >---------------------
[INFO] Building sdk-client 0.6.13-SNAPSHOT                               [8/22]
[INFO]   from opc-ua-sdk/sdk-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ sdk-client ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ sdk-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-client ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ sdk-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 377 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/target/classes
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-client ---
[WARNING] Manifest org.eclipse.milo:sdk-client:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ sdk-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] ---------------------< org.eclipse.milo:bsd-core >----------------------
[INFO] Building bsd-core 0.6.13-SNAPSHOT                                 [9/22]
[INFO]   from opc-ua-stack/bsd-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ bsd-core ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ bsd-core ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-core ---
[INFO] 
[INFO] --- jaxb2:0.14.0:generate (default) @ bsd-core ---
[INFO] Sources are not up-to-date, XJC will be executed.
[INFO] Episode file [/home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/META-INF/sun-jaxb.episode] was augmented with if-exists="true" attributes.
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ bsd-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-core/target/classes
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-core ---
[WARNING] Manifest org.eclipse.milo:bsd-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-core/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ bsd-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-core ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------------< org.eclipse.milo:bsd-parser >---------------------
[INFO] Building bsd-parser 0.6.13-SNAPSHOT                              [10/22]
[INFO]   from opc-ua-stack/bsd-parser/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ bsd-parser ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ bsd-parser ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-parser ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ bsd-parser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-parser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/target/classes
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-parser ---
[WARNING] Manifest org.eclipse.milo:bsd-parser:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-parser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-parser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-parser ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
--- assertRoundTrip Type: ArrayContainer ---
originalValue:	Struct{name=ArrayContainer, members={IntArray=Member{name=IntArray, value=[1, 2, 3]}, BitField=Member{name=BitField, value=143}, StringArray=Member{name=StringArray, value=[hello, world]}}}
encodedValue:	030000000100000002000000030000008f020000000500000068656c6c6f05000000776f726c64
decodedValue:	Struct{name=ArrayContainer, members={IntArray=Member{name=IntArray, value=[1, 2, 3]}, BitField=Member{name=BitField, value=143}, StringArray=Member{name=StringArray, value=[hello, world]}}}
--- assertRoundTrip Type: Foo ---
originalValue:	Struct{name=Foo, members={Bar=Member{name=Bar, value=0}, Baz=Member{name=Baz, value=hello}}}
encodedValue:	000000000500000068656c6c6f
decodedValue:	Struct{name=Foo, members={Bar=Member{name=Bar, value=0}, Baz=Member{name=Baz, value=hello}}}
--- assertRoundTrip Type: ProfilePointStruct ---
originalValue:	Struct{name=ProfilePointStruct, members={rangeXSpecified=Member{name=rangeXSpecified, value=1}, rangeYSpecified=Member{name=rangeYSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, x=Member{name=x, value=1.0}, y=Member{name=y, value=2.0}, rangeX=Member{name=rangeX, value=Range(low=3.0, high=4.0)}}}
encodedValue:	01000000000000000000f03f000000000000004000000000000008400000000000001040
decodedValue:	Struct{name=ProfilePointStruct, members={rangeXSpecified=Member{name=rangeXSpecified, value=1}, rangeYSpecified=Member{name=rangeYSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, x=Member{name=x, value=1.0}, y=Member{name=y, value=2.0}, rangeX=Member{name=rangeX, value=Range(low=3.0, high=4.0)}}}
--- assertRoundTrip Type: Optionals ---
originalValue:	Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=1}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}, OptionalString=Member{name=OptionalString, value=hello}}}
encodedValue:	03000000000000000500000068656c6c6f
decodedValue:	Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=1}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}, OptionalString=Member{name=OptionalString, value=hello}}}
--- assertRoundTrip Type: Optionals ---
originalValue:	Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}}}
encodedValue:	00000000
decodedValue:	Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}}}
--- assertRoundTrip Type: Optionals ---
originalValue:	Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}}}
encodedValue:	0100000000000000
decodedValue:	Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}}}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.666 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ bsd-parser ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (default) @ bsd-parser ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser ---
[INFO] 
[INFO] -----------------< org.eclipse.milo:dictionary-reader >-----------------
[INFO] Building dictionary-reader 0.6.13-SNAPSHOT                       [11/22]
[INFO]   from opc-ua-sdk/dictionary-reader/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ dictionary-reader ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ dictionary-reader ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ dictionary-reader ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ dictionary-reader ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ dictionary-reader ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-reader/target/classes
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ dictionary-reader ---
[WARNING] Manifest org.eclipse.milo:dictionary-reader:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ dictionary-reader ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-reader/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ dictionary-reader ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-reader/target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ dictionary-reader ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.milo.opcua.sdk.client.dtd.DataTypeDictionaryReaderTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
fragmentSize=1 dictionarySize=1
fragmentSize=1 dictionarySize=2
fragmentSize=1 dictionarySize=1024
fragmentSize=1 dictionarySize=1025
fragmentSize=1 dictionarySize=2048
fragmentSize=1 dictionarySize=2049
fragmentSize=1 dictionarySize=4096
fragmentSize=1 dictionarySize=4097
fragmentSize=1 dictionarySize=8192
fragmentSize=1 dictionarySize=8193
fragmentSize=2 dictionarySize=1
fragmentSize=2 dictionarySize=2
fragmentSize=2 dictionarySize=1024
fragmentSize=2 dictionarySize=1025
fragmentSize=2 dictionarySize=2048
fragmentSize=2 dictionarySize=2049
fragmentSize=2 dictionarySize=4096
fragmentSize=2 dictionarySize=4097
fragmentSize=2 dictionarySize=8192
fragmentSize=2 dictionarySize=8193
fragmentSize=1024 dictionarySize=1
fragmentSize=1024 dictionarySize=2
fragmentSize=1024 dictionarySize=1024
fragmentSize=1024 dictionarySize=1025
fragmentSize=1024 dictionarySize=2048
fragmentSize=1024 dictionarySize=2049
fragmentSize=1024 dictionarySize=4096
fragmentSize=1024 dictionarySize=4097
fragmentSize=1024 dictionarySize=8192
fragmentSize=1024 dictionarySize=8193
fragmentSize=2048 dictionarySize=1
fragmentSize=2048 dictionarySize=2
fragmentSize=2048 dictionarySize=1024
fragmentSize=2048 dictionarySize=1025
fragmentSize=2048 dictionarySize=2048
fragmentSize=2048 dictionarySize=2049
fragmentSize=2048 dictionarySize=4096
fragmentSize=2048 dictionarySize=4097
fragmentSize=2048 dictionarySize=8192
fragmentSize=2048 dictionarySize=8193
fragmentSize=4096 dictionarySize=1
fragmentSize=4096 dictionarySize=2
fragmentSize=4096 dictionarySize=1024
fragmentSize=4096 dictionarySize=1025
fragmentSize=4096 dictionarySize=2048
fragmentSize=4096 dictionarySize=2049
fragmentSize=4096 dictionarySize=4096
fragmentSize=4096 dictionarySize=4097
fragmentSize=4096 dictionarySize=8192
fragmentSize=4096 dictionarySize=8193
fragmentSize=8192 dictionarySize=1
fragmentSize=8192 dictionarySize=2
fragmentSize=8192 dictionarySize=1024
fragmentSize=8192 dictionarySize=1025
fragmentSize=8192 dictionarySize=2048
fragmentSize=8192 dictionarySize=2049
fragmentSize=8192 dictionarySize=4096
fragmentSize=8192 dictionarySize=4097
fragmentSize=8192 dictionarySize=8192
fragmentSize=8192 dictionarySize=8193
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.747 s - in org.eclipse.milo.opcua.sdk.client.dtd.DataTypeDictionaryReaderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ dictionary-reader ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] -------------------< org.eclipse.milo:stack-server >--------------------
[INFO] Building stack-server 0.6.13-SNAPSHOT                            [12/22]
[INFO]   from opc-ua-stack/stack-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ stack-server ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ stack-server ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-server ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ stack-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-server/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ stack-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-server/target/classes
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-server ---
[WARNING] Manifest org.eclipse.milo:stack-server:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ stack-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-server ---
[INFO] No tests to run.
[INFO] 
[INFO] -------------------< org.eclipse.milo:bsd-generator >-------------------
[INFO] Building bsd-generator 0.6.13-SNAPSHOT                           [13/22]
[INFO]   from opc-ua-stack/bsd-generator/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ bsd-generator ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ bsd-generator ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-generator ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ bsd-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-generator/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-generator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-generator/target/classes
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-generator ---
[WARNING] Manifest org.eclipse.milo:bsd-generator:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-generator/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-generator ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-generator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ bsd-generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-generator ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------------< org.eclipse.milo:sdk-server >---------------------
[INFO] Building sdk-server 0.6.13-SNAPSHOT                              [14/22]
[INFO]   from opc-ua-sdk/sdk-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ sdk-server ---
[INFO] 
[INFO] --- checkstyle:3.0.0:check (validate) @ sdk-server ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-server ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ sdk-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 558 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/target/classes
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-server ---
[WARNING] Manifest org.eclipse.milo:sdk-server:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [sun.security.*] 
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/target/test-classes
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/nodes/UaNodeTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/nodes/UaNodeTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-server ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Java version: 1.8.0_202
[main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.6.13-SNAPSHOT
[main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.6.13-SNAPSHOT
Float -> Boolean [EXPLICIT]
	fromValue=0.0 targetValue=false
	fromValue=1.0 targetValue=true
Float -> SByte [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=0.4 targetValue=0
	fromValue=0.5 targetValue=1
	fromValue=-128.0 targetValue=-128
	fromValue=127.0 targetValue=127
	fromValue=-129.0 targetValue=null
	fromValue=128.0 targetValue=null
Float -> Byte [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=0.0 targetValue=0
	fromValue=255.0 targetValue=255
	fromValue=-1.0 targetValue=null
	fromValue=256.0 targetValue=null
Float -> Int16 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=0.4 targetValue=0
	fromValue=0.5 targetValue=1
	fromValue=-32768.0 targetValue=-32768
	fromValue=32767.0 targetValue=32767
	fromValue=-32769.0 targetValue=null
	fromValue=32768.0 targetValue=null
Float -> UInt16 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=0.4 targetValue=0
	fromValue=0.5 targetValue=1
	fromValue=0.0 targetValue=0
	fromValue=65535.0 targetValue=65535
	fromValue=-1.0 targetValue=null
	fromValue=65536.0 targetValue=null
Float -> Int32 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=0.4 targetValue=0
	fromValue=0.5 targetValue=1
	fromValue=-2.14748365E9 targetValue=-2147483648
	fromValue=2.14748365E9 targetValue=2147483647
Float -> UInt32 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=0.4 targetValue=0
	fromValue=0.5 targetValue=1
	fromValue=-1.0 targetValue=null
Float -> Int64 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=0.4 targetValue=0
	fromValue=0.5 targetValue=1
Float -> UInt64 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=0.4 targetValue=0
	fromValue=0.5 targetValue=1
	fromValue=-1.0 targetValue=null
Float -> Double [IMPLICIT]
	fromValue=0.0 targetValue=0.0
	fromValue=1.4E-45 targetValue=1.401298464324817E-45
	fromValue=3.4028235E38 targetValue=3.4028234663852886E38
Float -> String [EXPLICIT]
	fromValue=0.0 targetValue=0.0
	fromValue=0.4 targetValue=0.4
	fromValue=0.5 targetValue=0.5
	fromValue=1.0 targetValue=1.0
[IMPLICIT] fromValue=0.0 targetType=Double targetValue=0.0
[IMPLICIT] fromValue=1.4E-45 targetType=Double targetValue=1.401298464324817E-45
[IMPLICIT] fromValue=3.4028235E38 targetType=Double targetValue=3.4028234663852886E38
UInt64 -> Boolean [EXPLICIT]
	fromValue=0 targetValue=false
	fromValue=1 targetValue=true
UInt64 -> SByte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=127 targetValue=127
	fromValue=128 targetValue=null
UInt64 -> Byte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=255 targetValue=255
	fromValue=256 targetValue=null
UInt64 -> Int16 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=32767 targetValue=32767
	fromValue=32768 targetValue=null
UInt64 -> UInt16 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=65535 targetValue=65535
	fromValue=65536 targetValue=null
UInt64 -> Int32 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=2147483647 targetValue=2147483647
	fromValue=2147483648 targetValue=null
UInt64 -> UInt32 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=4294967295 targetValue=4294967295
	fromValue=4294967296 targetValue=null
UInt64 -> Int64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=9223372036854775807 targetValue=9223372036854775807
	fromValue=18446744073709551615 targetValue=null
UInt64 -> Float [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=9223372036854775807 targetValue=9.223372E18
UInt64 -> Double [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=9223372036854775807 targetValue=9.223372036854776E18
UInt64 -> String [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=18446744073709551615 targetValue=18446744073709551615
UInt64 -> StatusCode [EXPLICIT]
	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
	fromValue=43981 targetValue=StatusCode{name=Good, value=0x0000ABCD, quality=good}
	fromValue=4294967295 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown}
	fromValue=18446744073709551615 targetValue=null
[IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[IMPLICIT] fromValue=9223372036854775807 targetType=Int64 targetValue=9223372036854775807
[IMPLICIT] fromValue=18446744073709551615 targetType=Int64 targetValue=null
[IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[IMPLICIT] fromValue=9223372036854775807 targetType=Float targetValue=9.223372E18
[IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[IMPLICIT] fromValue=9223372036854775807 targetType=Double targetValue=9.223372036854776E18
Int64 -> Boolean [EXPLICIT]
	fromValue=0 targetValue=false
	fromValue=1 targetValue=true
Int64 -> SByte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=-128 targetValue=-128
	fromValue=127 targetValue=127
	fromValue=-129 targetValue=null
	fromValue=128 targetValue=null
Int64 -> Byte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=255 targetValue=255
	fromValue=-1 targetValue=null
	fromValue=256 targetValue=null
Int64 -> Int16 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=-32768 targetValue=-32768
	fromValue=32767 targetValue=32767
	fromValue=-32769 targetValue=null
	fromValue=32768 targetValue=null
Int64 -> UInt16 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=65535 targetValue=65535
	fromValue=-1 targetValue=null
	fromValue=65536 targetValue=null
Int64 -> Int32 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=-2147483648 targetValue=-2147483648
	fromValue=2147483647 targetValue=2147483647
	fromValue=-2147483649 targetValue=null
	fromValue=2147483648 targetValue=null
Int64 -> UInt32 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=4294967295 targetValue=4294967295
	fromValue=-1 targetValue=null
	fromValue=4294967296 targetValue=null
Int64 -> UInt64 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=9223372036854775807 targetValue=9223372036854775807
	fromValue=-1 targetValue=null
Int64 -> Float [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=-9223372036854775808 targetValue=-9.223372E18
	fromValue=9223372036854775807 targetValue=9.223372E18
Int64 -> Double [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=-9223372036854775808 targetValue=-9.223372036854776E18
	fromValue=9223372036854775807 targetValue=9.223372036854776E18
Int64 -> String [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=1 targetValue=1
Int64 -> StatusCode [EXPLICIT]
	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
	fromValue=-9223372036854775808 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
	fromValue=9223372036854775807 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown}
[IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[IMPLICIT] fromValue=-9223372036854775808 targetType=Float targetValue=-9.223372E18
[IMPLICIT] fromValue=9223372036854775807 targetType=Float targetValue=9.223372E18
[IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[IMPLICIT] fromValue=-9223372036854775808 targetType=Double targetValue=-9.223372036854776E18
[IMPLICIT] fromValue=9223372036854775807 targetType=Double targetValue=9.223372036854776E18
Double -> Boolean [EXPLICIT]
	fromValue=0.0 targetValue=false
	fromValue=0.1 targetValue=true
	fromValue=1.0 targetValue=true
Double -> SByte [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=-128.0 targetValue=-128
	fromValue=127.0 targetValue=127
	fromValue=-129.0 targetValue=null
	fromValue=128.0 targetValue=null
Double -> Byte [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=0.0 targetValue=0
	fromValue=255.0 targetValue=255
	fromValue=-1.0 targetValue=null
	fromValue=256.0 targetValue=null
Double -> Int16 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=-32768.0 targetValue=-32768
	fromValue=32767.0 targetValue=32767
	fromValue=-32769.0 targetValue=null
	fromValue=32768.0 targetValue=null
Double -> UInt16 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=65535.0 targetValue=65535
	fromValue=-1.0 targetValue=null
	fromValue=65536.0 targetValue=null
Double -> Int32 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=-2.147483648E9 targetValue=-2147483648
	fromValue=2.147483647E9 targetValue=2147483647
	fromValue=-2.147483649E9 targetValue=null
	fromValue=2.147483648E9 targetValue=null
Double -> UInt32 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=4.294967295E9 targetValue=4294967295
	fromValue=-1.0 targetValue=null
	fromValue=4.294967296E9 targetValue=null
Double -> Int64 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=-9.223372036854776E18 targetValue=-9223372036854775808
	fromValue=9.223372036854776E18 targetValue=9223372036854775807
	fromValue=-1.7976931348623157E308 targetValue=null
	fromValue=1.7976931348623157E308 targetValue=null
Double -> UInt64 [EXPLICIT]
	fromValue=0.0 targetValue=0
	fromValue=-1.0 targetValue=null
	fromValue=1.7976931348623157E308 targetValue=9223372036854775807
Double -> Float [EXPLICIT]
	fromValue=0.0 targetValue=0.0
	fromValue=1.401298464324817E-45 targetValue=1.4E-45
	fromValue=3.4028234663852886E38 targetValue=3.4028235E38
	fromValue=-1.401298464324817E-45 targetValue=-1.4E-45
	fromValue=-3.4028234663852886E38 targetValue=-3.4028235E38
	fromValue=1.7976931348623157E308 targetValue=null
	fromValue=-1.7976931348623157E308 targetValue=null
Double -> String [EXPLICIT]
	fromValue=0.0 targetValue=0.0
	fromValue=1.5 targetValue=1.5
String -> Boolean [IMPLICIT]
	fromValue=true targetValue=true
	fromValue=1 targetValue=true
	fromValue=false targetValue=false
	fromValue=0 targetValue=false
	fromValue=foo targetValue=null
String -> SByte [IMPLICIT]
	fromValue=0 targetValue=0
String -> Byte [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=255 targetValue=255
String -> Int16 [IMPLICIT]
	fromValue=0 targetValue=0
String -> UInt16 [IMPLICIT]
	fromValue=0 targetValue=0
String -> Int32 [IMPLICIT]
	fromValue=0 targetValue=0
String -> UInt32 [IMPLICIT]
	fromValue=0 targetValue=0
String -> Int64 [IMPLICIT]
	fromValue=0 targetValue=0
String -> UInt64 [IMPLICIT]
	fromValue=0 targetValue=0
String -> Float [IMPLICIT]
	fromValue=0.0 targetValue=0.0
	fromValue=0f targetValue=0.0
	fromValue=0e0 targetValue=0.0
String -> Double [IMPLICIT]
	fromValue=0.0 targetValue=0.0
String -> DateTime [EXPLICIT]
	fromValue=2018-08-31T12:40:02Z targetValue=DateTime{utcTime=131801928020000000, javaDate=Fri Aug 31 12:40:02 UTC 2018}
String -> Guid [IMPLICIT]
	fromValue=1b2b790e-960e-4fcc-88c6-b57d9486e951 targetValue=1b2b790e-960e-4fcc-88c6-b57d9486e951
String -> NodeId [EXPLICIT]
	fromValue=ns=0;s=foo targetValue=NodeId{ns=0, id=foo}
String -> ExpandedNodeId [EXPLICIT]
	fromValue=nsu=http://opcfoundation.org/UA/;s=foo targetValue=ExpandedNodeId{ns=http://opcfoundation.org/UA/, id=foo, serverIndex=0}
String -> QualifiedName [EXPLICIT]
	fromValue=foo targetValue=QualifiedName{name=foo, namespaceIndex=0}
String -> LocalizedText [EXPLICIT]
	fromValue=foo targetValue=LocalizedText{text=foo, locale=}
[IMPLICIT] fromValue=true targetType=Boolean targetValue=true
[IMPLICIT] fromValue=1 targetType=Boolean targetValue=true
[IMPLICIT] fromValue=false targetType=Boolean targetValue=false
[IMPLICIT] fromValue=0 targetType=Boolean targetValue=false
[IMPLICIT] fromValue=foo targetType=Boolean targetValue=null
[IMPLICIT] fromValue=0 targetType=SByte targetValue=0
[IMPLICIT] fromValue=0 targetType=Byte targetValue=0
[IMPLICIT] fromValue=255 targetType=Byte targetValue=255
[IMPLICIT] fromValue=0 targetType=Int16 targetValue=0
[IMPLICIT] fromValue=0 targetType=UInt16 targetValue=0
[IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0
[IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[IMPLICIT] fromValue=0.0 targetType=Float targetValue=0.0
[IMPLICIT] fromValue=0f targetType=Float targetValue=0.0
[IMPLICIT] fromValue=0e0 targetType=Float targetValue=0.0
[IMPLICIT] fromValue=0.0 targetType=Double targetValue=0.0
[IMPLICIT] fromValue=aad7179c-2e21-4813-b7fd-632523c29c01 targetType=Guid targetValue=aad7179c-2e21-4813-b7fd-632523c29c01
UInt32 -> Boolean [EXPLICIT]
	fromValue=0 targetValue=false
	fromValue=1 targetValue=true
UInt32 -> SByte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=127 targetValue=127
	fromValue=128 targetValue=null
UInt32 -> Byte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=255 targetValue=255
	fromValue=256 targetValue=null
UInt32 -> Int16 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=32767 targetValue=32767
	fromValue=32768 targetValue=null
UInt32 -> UInt16 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=65535 targetValue=65535
	fromValue=65536 targetValue=null
UInt32 -> Int32 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=2147483647 targetValue=2147483647
	fromValue=2147483648 targetValue=null
UInt32 -> Int64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=4294967295 targetValue=4294967295
UInt32 -> UInt64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=4294967295 targetValue=4294967295
UInt32 -> Float [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=4294967295 targetValue=4.2949673E9
UInt32 -> Double [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=4294967295 targetValue=4.294967295E9
UInt32 -> String [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=4294967295 targetValue=4294967295
UInt32 -> StatusCode [EXPLICIT]
	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
	fromValue=43981 targetValue=StatusCode{name=Good, value=0x0000ABCD, quality=good}
	fromValue=3135024077 targetValue=StatusCode{value=0xBADCABCD, quality=bad}
	fromValue=4294967295 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown}
[IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[IMPLICIT] fromValue=2147483647 targetType=Int32 targetValue=2147483647
[IMPLICIT] fromValue=2147483648 targetType=Int32 targetValue=null
[IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[IMPLICIT] fromValue=4294967295 targetType=Int64 targetValue=4294967295
[IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[IMPLICIT] fromValue=4294967295 targetType=UInt64 targetValue=4294967295
[IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[IMPLICIT] fromValue=4294967295 targetType=Float targetValue=4.2949673E9
[IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[IMPLICIT] fromValue=4294967295 targetType=Double targetValue=4.294967295E9
Int32 -> Boolean [EXPLICIT]
	fromValue=0 targetValue=false
	fromValue=1 targetValue=true
Int32 -> SByte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=-128 targetValue=-128
	fromValue=127 targetValue=127
	fromValue=-129 targetValue=null
	fromValue=128 targetValue=null
Int32 -> Byte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=255 targetValue=255
	fromValue=-1 targetValue=null
	fromValue=256 targetValue=null
Int32 -> Int16 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=-32768 targetValue=-32768
	fromValue=32767 targetValue=32767
	fromValue=-32769 targetValue=null
	fromValue=32768 targetValue=null
Int32 -> UInt16 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=65535 targetValue=65535
	fromValue=-1 targetValue=null
	fromValue=65536 targetValue=null
Int32 -> UInt32 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=2147483647 targetValue=2147483647
	fromValue=-1 targetValue=null
Int32 -> Int64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=-2147483648 targetValue=-2147483648
	fromValue=2147483647 targetValue=2147483647
Int32 -> UInt64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=2147483647 targetValue=2147483647
	fromValue=-1 targetValue=null
Int32 -> Float [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=-2147483648 targetValue=-2.14748365E9
	fromValue=2147483647 targetValue=2.14748365E9
Int32 -> Double [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=-2147483648 targetValue=-2.147483648E9
	fromValue=2147483647 targetValue=2.147483647E9
Int32 -> String [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=1 targetValue=1
Int32 -> StatusCode [EXPLICIT]
	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
	fromValue=-2147483648 targetValue=StatusCode{name=Bad, value=0x80000000, quality=bad}
	fromValue=2147483647 targetValue=StatusCode{value=0x7FFFFFFF, quality=uncertain}
[IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[IMPLICIT] fromValue=-2147483648 targetType=Int64 targetValue=-2147483648
[IMPLICIT] fromValue=2147483647 targetType=Int64 targetValue=2147483647
[IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[IMPLICIT] fromValue=2147483647 targetType=UInt64 targetValue=2147483647
[IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null
[IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[IMPLICIT] fromValue=-2147483648 targetType=Float targetValue=-2.14748365E9
[IMPLICIT] fromValue=2147483647 targetType=Float targetValue=2.14748365E9
[IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[IMPLICIT] fromValue=-2147483648 targetType=Double targetValue=-2.147483648E9
[IMPLICIT] fromValue=2147483647 targetType=Double targetValue=2.147483647E9
now: DateTime{utcTime=133563677780420000, javaDate=Sun Mar 31 14:09:38 UTC 2024}
nowAsString: 2024-03-31T14:09:38Z
nowAsStringAsDateTime: DateTime{utcTime=133563677780000000, javaDate=Sun Mar 31 14:09:38 UTC 2024}
StatusCode -> Int16 [EXPLICIT]
	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
	fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=32767
StatusCode -> UInt16 [EXPLICIT]
	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
	fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=32767
	fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetValue=65535
StatusCode -> Int32 [IMPLICIT]
	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
	fromValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} targetValue=2147483647
StatusCode -> UInt32 [IMPLICIT]
	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
	fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=2147418112
	fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetValue=4294901760
	fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295
StatusCode -> Int64 [IMPLICIT]
	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
	fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295
StatusCode -> UInt64 [IMPLICIT]
	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
	fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295
[IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=Int32 targetValue=0
[IMPLICIT] fromValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} targetType=Int32 targetValue=2147483647
[IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=UInt32 targetValue=0
[IMPLICIT] fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetType=UInt32 targetValue=2147418112
[IMPLICIT] fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetType=UInt32 targetValue=4294901760
[IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=UInt32 targetValue=4294967295
[IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=Int64 targetValue=0
[IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=Int64 targetValue=4294967295
[IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=UInt64 targetValue=0
[IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=UInt64 targetValue=4294967295
Int16 -> Boolean [EXPLICIT]
	fromValue=0 targetValue=false
	fromValue=1 targetValue=true
Int16 -> SByte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=-128 targetValue=-128
	fromValue=127 targetValue=127
	fromValue=-129 targetValue=null
	fromValue=128 targetValue=null
Int16 -> Byte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=255 targetValue=255
	fromValue=-1 targetValue=null
	fromValue=256 targetValue=null
Int16 -> UInt16 [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=32767 targetValue=32767
	fromValue=-1 targetValue=null
Int16 -> Int32 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=-32768 targetValue=-32768
	fromValue=32767 targetValue=32767
Int16 -> UInt32 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=32767 targetValue=32767
	fromValue=-1 targetValue=null
Int16 -> Int64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=-32768 targetValue=-32768
	fromValue=32767 targetValue=32767
Int16 -> UInt64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=32767 targetValue=32767
	fromValue=-1 targetValue=null
Int16 -> Float [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=-32768 targetValue=-32768.0
	fromValue=32767 targetValue=32767.0
Int16 -> Double [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=-32768 targetValue=-32768.0
	fromValue=32767 targetValue=32767.0
Int16 -> String [EXPLICIT]
	fromValue=0 targetValue=0
[IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[IMPLICIT] fromValue=-32768 targetType=Int32 targetValue=-32768
[IMPLICIT] fromValue=32767 targetType=Int32 targetValue=32767
[IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0
[IMPLICIT] fromValue=32767 targetType=UInt32 targetValue=32767
[IMPLICIT] fromValue=-1 targetType=UInt32 targetValue=null
[IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[IMPLICIT] fromValue=-32768 targetType=Int64 targetValue=-32768
[IMPLICIT] fromValue=32767 targetType=Int64 targetValue=32767
[IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[IMPLICIT] fromValue=32767 targetType=UInt64 targetValue=32767
[IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null
[IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[IMPLICIT] fromValue=-32768 targetType=Float targetValue=-32768.0
[IMPLICIT] fromValue=32767 targetType=Float targetValue=32767.0
[IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[IMPLICIT] fromValue=-32768 targetType=Double targetValue=-32768.0
[IMPLICIT] fromValue=32767 targetType=Double targetValue=32767.0
SByte -> Boolean [EXPLICIT]
	fromValue=0 targetValue=false
	fromValue=1 targetValue=true
SByte -> Byte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=127 targetValue=127
	fromValue=-1 targetValue=null
SByte -> Int16 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=-128 targetValue=-128
	fromValue=127 targetValue=127
SByte -> UInt16 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=127 targetValue=127
	fromValue=-1 targetValue=null
SByte -> Int32 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=-128 targetValue=-128
	fromValue=127 targetValue=127
SByte -> UInt32 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=127 targetValue=127
	fromValue=-1 targetValue=null
SByte -> Int64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=-128 targetValue=-128
	fromValue=127 targetValue=127
SByte -> UInt64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=127 targetValue=127
	fromValue=-1 targetValue=null
SByte -> Float [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=-128 targetValue=-128.0
	fromValue=127 targetValue=127.0
SByte -> Double [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=-128 targetValue=-128.0
	fromValue=127 targetValue=127.0
SByte -> String [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=-128 targetValue=-128
	fromValue=127 targetValue=127
[IMPLICIT] fromValue=0 targetType=Int16 targetValue=0
[IMPLICIT] fromValue=-128 targetType=Int16 targetValue=-128
[IMPLICIT] fromValue=127 targetType=Int16 targetValue=127
[IMPLICIT] fromValue=0 targetType=UInt16 targetValue=0
[IMPLICIT] fromValue=127 targetType=UInt16 targetValue=127
[IMPLICIT] fromValue=-1 targetType=UInt16 targetValue=null
[IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[IMPLICIT] fromValue=-128 targetType=Int32 targetValue=-128
[IMPLICIT] fromValue=127 targetType=Int32 targetValue=127
[IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0
[IMPLICIT] fromValue=127 targetType=UInt32 targetValue=127
[IMPLICIT] fromValue=-1 targetType=UInt32 targetValue=null
[IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[IMPLICIT] fromValue=-128 targetType=Int64 targetValue=-128
[IMPLICIT] fromValue=127 targetType=Int64 targetValue=127
[IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[IMPLICIT] fromValue=127 targetType=UInt64 targetValue=127
[IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null
[IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[IMPLICIT] fromValue=-128 targetType=Float targetValue=-128.0
[IMPLICIT] fromValue=127 targetType=Float targetValue=127.0
[IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[IMPLICIT] fromValue=-128 targetType=Double targetValue=-128.0
[IMPLICIT] fromValue=127 targetType=Double targetValue=127.0
UInt16 -> Boolean [EXPLICIT]
	fromValue=0 targetValue=false
	fromValue=1 targetValue=true
UInt16 -> SByte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=127 targetValue=127
	fromValue=128 targetValue=null
UInt16 -> Byte [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=255 targetValue=255
	fromValue=256 targetValue=null
UInt16 -> Int16 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=32767 targetValue=32767
	fromValue=32768 targetValue=null
UInt16 -> Int32 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=65535 targetValue=65535
UInt16 -> UInt32 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=65535 targetValue=65535
UInt16 -> Int64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=65535 targetValue=65535
UInt16 -> UInt64 [IMPLICIT]
	fromValue=0 targetValue=0
	fromValue=65535 targetValue=65535
UInt16 -> Float [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=65535 targetValue=65535.0
UInt16 -> Double [IMPLICIT]
	fromValue=0 targetValue=0.0
	fromValue=65535 targetValue=65535.0
UInt16 -> String [EXPLICIT]
	fromValue=0 targetValue=0
	fromValue=65535 targetValue=65535
UInt16 -> StatusCode [IMPLICIT]
	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
	fromValue=43981 targetValue=StatusCode{value=0xABCD0000, quality=bad}
	fromValue=65535 targetValue=StatusCode{value=0xFFFF0000, quality=unknown}
[IMPLICIT] fromValue=0 targetType=Int16 targetValue=0
[IMPLICIT] fromValue=32767 targetType=Int16 targetValue=32767
[IMPLICIT] fromValue=32768 targetType=Int16 targetValue=null
[IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[IMPLICIT] fromValue=65535 targetType=Int32 targetValue=65535
[IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0
[IMPLICIT] fromValue=65535 targetType=UInt32 targetValue=65535
[IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[IMPLICIT] fromValue=65535 targetType=Int64 targetValue=65535
[IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[IMPLICIT] fromValue=65535 targetType=UInt64 targetValue=65535
[IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[IMPLICIT] fromValue=65535 targetType=Float targetValue=65535.0
[IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[IMPLICIT] fromValue=65535 targetType=Double targetValue=65535.0
[IMPLICIT] fromValue=0 targetType=StatusCode targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
[IMPLICIT] fromValue=43981 targetType=StatusCode targetValue=StatusCode{value=0xABCD0000, quality=bad}
[IMPLICIT] fromValue=65535 targetType=StatusCode targetValue=StatusCode{value=0xFFFF0000, quality=unknown}
onObjectAdded parent=null instance=ServerType
onMethodAdded parent=ServerType instance=SetSubscriptionDurable
onVariableAdded parent=SetSubscriptionDurable instance=InputArguments
onVariableAdded parent=SetSubscriptionDurable instance=OutputArguments
onMethodAdded parent=ServerType instance=ResendData
onVariableAdded parent=ResendData instance=InputArguments
onMethodAdded parent=ServerType instance=RequestServerStateChange
onVariableAdded parent=RequestServerStateChange instance=InputArguments
onMethodAdded parent=ServerType instance=GetMonitoredItems
onVariableAdded parent=GetMonitoredItems instance=InputArguments
onVariableAdded parent=GetMonitoredItems instance=OutputArguments
onObjectAdded parent=ServerType instance=ServerCapabilities
onVariableAdded parent=ServerCapabilities instance=ServerProfileArray
onVariableAdded parent=ServerCapabilities instance=LocaleIdArray
onVariableAdded parent=ServerCapabilities instance=MinSupportedSampleRate
onVariableAdded parent=ServerCapabilities instance=MaxBrowseContinuationPoints
onVariableAdded parent=ServerCapabilities instance=MaxQueryContinuationPoints
onVariableAdded parent=ServerCapabilities instance=MaxHistoryContinuationPoints
onVariableAdded parent=ServerCapabilities instance=SoftwareCertificates
onObjectAdded parent=ServerCapabilities instance=ModellingRules
onObjectAdded parent=ServerCapabilities instance=AggregateFunctions
onObjectAdded parent=ServerCapabilities instance=OperationLimits
onVariableAdded parent=OperationLimits instance=MaxNodesPerRead
onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryReadData
onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryReadEvents
onVariableAdded parent=OperationLimits instance=MaxNodesPerWrite
onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryUpdateData
onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryUpdateEvents
onVariableAdded parent=OperationLimits instance=MaxNodesPerMethodCall
onVariableAdded parent=OperationLimits instance=MaxNodesPerBrowse
onVariableAdded parent=OperationLimits instance=MaxNodesPerRegisterNodes
onVariableAdded parent=OperationLimits instance=MaxNodesPerTranslateBrowsePathsToNodeIds
onVariableAdded parent=OperationLimits instance=MaxNodesPerNodeManagement
onVariableAdded parent=OperationLimits instance=MaxMonitoredItemsPerCall
onVariableAdded parent=ServerCapabilities instance=MaxArrayLength
onVariableAdded parent=ServerCapabilities instance=MaxStringLength
onVariableAdded parent=ServerCapabilities instance=MaxByteStringLength
onObjectAdded parent=ServerType instance=ServerDiagnostics
onVariableAdded parent=ServerDiagnostics instance=ServerDiagnosticsSummary
onVariableAdded parent=ServerDiagnosticsSummary instance=ServerViewCount
onVariableAdded parent=ServerDiagnosticsSummary instance=CurrentSessionCount
onVariableAdded parent=ServerDiagnosticsSummary instance=CumulatedSessionCount
onVariableAdded parent=ServerDiagnosticsSummary instance=SecurityRejectedSessionCount
onVariableAdded parent=ServerDiagnosticsSummary instance=RejectedSessionCount
onVariableAdded parent=ServerDiagnosticsSummary instance=SessionTimeoutCount
onVariableAdded parent=ServerDiagnosticsSummary instance=SessionAbortCount
onVariableAdded parent=ServerDiagnosticsSummary instance=PublishingIntervalCount
onVariableAdded parent=ServerDiagnosticsSummary instance=CurrentSubscriptionCount
onVariableAdded parent=ServerDiagnosticsSummary instance=CumulatedSubscriptionCount
onVariableAdded parent=ServerDiagnosticsSummary instance=SecurityRejectedRequestsCount
onVariableAdded parent=ServerDiagnosticsSummary instance=RejectedRequestsCount
onVariableAdded parent=ServerDiagnostics instance=SubscriptionDiagnosticsArray
onObjectAdded parent=ServerDiagnostics instance=SessionsDiagnosticsSummary
onVariableAdded parent=SessionsDiagnosticsSummary instance=SessionDiagnosticsArray
onVariableAdded parent=SessionsDiagnosticsSummary instance=SessionSecurityDiagnosticsArray
onVariableAdded parent=ServerDiagnostics instance=EnabledFlag
onVariableAdded parent=ServerDiagnostics instance=SamplingIntervalDiagnosticsArray
onObjectAdded parent=ServerType instance=VendorServerInfo
onObjectAdded parent=ServerType instance=ServerRedundancy
onVariableAdded parent=ServerRedundancy instance=RedundancySupport
onObjectAdded parent=ServerType instance=Namespaces
onObjectAdded parent=Namespaces instance=AddressSpaceFile
onMethodAdded parent=AddressSpaceFile instance=Open
onVariableAdded parent=Open instance=InputArguments
onVariableAdded parent=Open instance=OutputArguments
onMethodAdded parent=AddressSpaceFile instance=Close
onVariableAdded parent=Close instance=InputArguments
onMethodAdded parent=AddressSpaceFile instance=Read
onVariableAdded parent=Read instance=InputArguments
onVariableAdded parent=Read instance=OutputArguments
onMethodAdded parent=AddressSpaceFile instance=Write
onVariableAdded parent=Write instance=InputArguments
onMethodAdded parent=AddressSpaceFile instance=GetPosition
onVariableAdded parent=GetPosition instance=InputArguments
onVariableAdded parent=GetPosition instance=OutputArguments
onMethodAdded parent=AddressSpaceFile instance=SetPosition
onVariableAdded parent=SetPosition instance=InputArguments
onVariableAdded parent=AddressSpaceFile instance=Size
onVariableAdded parent=AddressSpaceFile instance=Writable
onVariableAdded parent=AddressSpaceFile instance=UserWritable
onVariableAdded parent=AddressSpaceFile instance=OpenCount
onMethodAdded parent=AddressSpaceFile instance=ExportNamespace
onVariableAdded parent=ServerType instance=ServerArray
onVariableAdded parent=ServerType instance=NamespaceArray
onVariableAdded parent=ServerType instance=ServerStatus
onVariableAdded parent=ServerStatus instance=StartTime
onVariableAdded parent=ServerStatus instance=CurrentTime
onVariableAdded parent=ServerStatus instance=State
onVariableAdded parent=ServerStatus instance=BuildInfo
onVariableAdded parent=BuildInfo instance=ProductUri
onVariableAdded parent=BuildInfo instance=ManufacturerName
onVariableAdded parent=BuildInfo instance=ProductName
onVariableAdded parent=BuildInfo instance=SoftwareVersion
onVariableAdded parent=BuildInfo instance=BuildNumber
onVariableAdded parent=BuildInfo instance=BuildDate
onVariableAdded parent=ServerStatus instance=SecondsTillShutdown
onVariableAdded parent=ServerStatus instance=ShutdownReason
onVariableAdded parent=ServerType instance=ServiceLevel
onVariableAdded parent=ServerType instance=Auditing
onVariableAdded parent=ServerType instance=EstimatedReturnTime
org.eclipse.milo.opcua.sdk.server.nodes.factories.InstanceDeclarationHierarchy@588ab592
10.40.9.215
basic-fw7d9
[ERROR] Tests run: 147, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 16.242 s <<< FAILURE! - in TestSuite
[ERROR] org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testByteStringToUByteArray  Time elapsed: 0.016 s  <<< FAILURE!
java.lang.NullPointerException
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testWriteConversion(AttributeWriterTest.java:105)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testWriteConversion(AttributeWriterTest.java:81)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testByteStringToUByteArray(AttributeWriterTest.java:57)

[ERROR] org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testStringToDouble  Time elapsed: 0 s  <<< FAILURE!
java.lang.NullPointerException
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testWriteConversion(AttributeWriterTest.java:105)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testWriteConversion(AttributeWriterTest.java:81)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.lambda$testStringToDouble$0(AttributeWriterTest.java:52)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.expectFailure(AttributeWriterTest.java:69)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testStringToDouble(AttributeWriterTest.java:52)

[ERROR] org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testStringToString  Time elapsed: 0.001 s  <<< FAILURE!
java.lang.NullPointerException
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testWriteConversion(AttributeWriterTest.java:105)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testWriteConversion(AttributeWriterTest.java:81)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testStringToString(AttributeWriterTest.java:47)

[ERROR] org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testVariantToVariant  Time elapsed: 0 s  <<< FAILURE!
java.lang.NullPointerException
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testWriteConversion(AttributeWriterTest.java:105)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testWriteConversion(AttributeWriterTest.java:81)
	at org.eclipse.milo.opcua.sdk.server.util.AttributeWriterTest.testVariantToVariant(AttributeWriterTest.java:42)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   AttributeWriterTest.testByteStringToUByteArray:57->testWriteConversion:81->testWriteConversion:105 » NullPointer
[ERROR]   AttributeWriterTest.testStringToDouble:52->expectFailure:69->lambda$testStringToDouble$0:52->testWriteConversion:81->testWriteConversion:105 » NullPointer
[ERROR]   AttributeWriterTest.testStringToString:47->testWriteConversion:81->testWriteConversion:105 » NullPointer
[ERROR]   AttributeWriterTest.testVariantToVariant:42->testWriteConversion:81->testWriteConversion:105 » NullPointer
[INFO] 
[ERROR] Tests run: 147, Failures: 4, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 0.6.13-SNAPSHOT:
[INFO] 
[INFO] Eclipse Milo Build Tools ........................... SUCCESS [  8.896 s]
[INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [  8.751 s]
[INFO] opc-ua-stack ....................................... SUCCESS [  3.520 s]
[INFO] stack-core ......................................... SUCCESS [01:02 min]
[INFO] stack-client ....................................... SUCCESS [  2.363 s]
[INFO] opc-ua-sdk ......................................... SUCCESS [  1.536 s]
[INFO] sdk-core ........................................... SUCCESS [  7.248 s]
[INFO] sdk-client ......................................... SUCCESS [ 13.809 s]
[INFO] bsd-core ........................................... SUCCESS [  6.106 s]
[INFO] bsd-parser ......................................... SUCCESS [  4.509 s]
[INFO] dictionary-reader .................................. SUCCESS [ 29.237 s]
[INFO] stack-server ....................................... SUCCESS [  1.776 s]
[INFO] bsd-generator ...................................... SUCCESS [  0.574 s]
[INFO] sdk-server ......................................... FAILURE [ 32.507 s]
[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:  03:04 min
[INFO] Finished at: 2024-03-31T14:09:46Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project sdk-server: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :sdk-server
Build step 'Invoke top-level Maven targets' marked build as failure
Setting status of 463cd44840dae5b0e4c720a85a90f64bea556518 to FAILURE with url https://ci.eclipse.org/milo/job/Milo_Test/3188/ and message: 'Build finished. '
Finished: FAILURE