Skip to content
Failed

Console Output

Started by user Frederic Gurr
Rebuilds build #91
Running as Frederic Gurr
Agent basic-0pqzz is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-0pqzz"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.milo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-0pqzz"
    - 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-0pqzz"
    - 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-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  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-0pqzz in workspace /home/jenkins/agent/workspace/Milo_Release
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository ssh://git@github.com/eclipse/milo.git
 > git init /home/jenkins/agent/workspace/Milo_Release # timeout=10
Fetching upstream changes from ssh://git@github.com/eclipse/milo.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
using GIT_SSH to set credentials GitHub bot (SSH)
 > git fetch --tags --force --progress -- ssh://git@github.com/eclipse/milo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://git@github.com/eclipse/milo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/release/0.5.4^{commit} # timeout=10
Checking out Revision 360b6bdc0ab1a65fefc8b81711af4ba12b801413 (refs/remotes/origin/release/0.5.4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 360b6bdc0ab1a65fefc8b81711af4ba12b801413 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release/0.5.4 360b6bdc0ab1a65fefc8b81711af4ba12b801413 # timeout=10
Commit message: "Allow custom structure types to be used with AbstractMethodInvocationHandler (#774)"
 > git rev-list --no-walk 360b6bdc0ab1a65fefc8b81711af4ba12b801413 # timeout=10
[Milo_Release] $ /bin/sh -xe /tmp/jenkins6223945127640171399.sh
+ git config user.email milo-bot@eclipse.org
+ git config user.name milo-bot
[Milo_Release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DdevelopmentVersion=0.5.5-SNAPSHOT -DreleaseVersion=0.5.4 -DreleaseBranch=release/0.5.4 -DdevelopmentVersion=0.5.5-SNAPSHOT -DreleaseVersion=0.5.4 -DtagNameFormat=v@{version} -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Release/.repository release:clean release:prepare release:perform -B
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.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:milo >------------------------
[INFO] Building Eclipse Milo - OPC UA (IEC 62541) 0.5.4-SNAPSHOT         [1/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-release-plugin:3.0.0-M1:clean (default-cli) @ milo ---
[INFO] phase cleanup
[INFO] Cleaning up after release...
[INFO] 
[INFO] --- maven-release-plugin:3.0.0-M1:prepare (default-cli) @ milo ---
[INFO] phase verify-release-configuration
[INFO] starting prepare goal, composed of 17 phases: check-poms, scm-check-modifications, check-dependency-snapshots, create-backup-poms, map-release-versions, input-variables, map-development-versions, rewrite-poms-for-release, generate-release-poms, run-preparation-goals, scm-commit-release, scm-tag, rewrite-poms-for-development, remove-release-poms, run-completion-goals, scm-commit-development, end-release
[INFO] [prepare] 1/17 check-poms
[INFO] [prepare] 2/17 scm-check-modifications
[INFO] Verifying that there are no local modifications...
[INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git rev-parse --show-prefix
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[WARNING] Ignoring unrecognized line: ?? .repository/
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] [prepare] 3/17 check-dependency-snapshots
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] [prepare] 4/17 create-backup-poms
[INFO] [prepare] 5/17 map-release-versions
[INFO] [prepare] 6/17 input-variables
[INFO] [prepare] 7/17 map-development-versions
[INFO] [prepare] 8/17 rewrite-poms-for-release
[INFO] Transforming 'Eclipse Milo Build Tools'...
[INFO] Transforming 'Eclipse Milo - OPC UA (IEC 62541)'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'opc-ua-stack'...
[INFO] Transforming 'stack-core'...
[INFO] Transforming 'stack-client'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'opc-ua-sdk'...
[INFO] Transforming 'sdk-core'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'sdk-client'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'bsd-core'...
[INFO]   Updating stack-core to 0.5.4
[INFO] Transforming 'bsd-parser'...
[INFO]   Updating bsd-core to 0.5.4
[INFO] Transforming 'dictionary-reader'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'stack-server'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'bsd-generator'...
[INFO]   Updating bsd-core to 0.5.4
[INFO] Transforming 'sdk-server'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'dictionary-manager'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'milo-examples'...
[INFO] Transforming 'server-examples'...
[INFO]   Updating sdk-server to 0.5.4
[INFO]   Updating dictionary-manager to 0.5.4
[INFO] Transforming 'client-examples'...
[INFO]   Updating sdk-client to 0.5.4
[INFO]   Updating dictionary-reader to 0.5.4
[INFO]   Updating server-examples to 0.5.4
[INFO] Transforming 'bsd-parser-gson'...
[INFO]   Updating bsd-parser to 0.5.4
[INFO]   Updating bsd-parser to 0.5.4
[INFO] Transforming 'stack-tests'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'sdk-tests'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'integration-tests'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] [prepare] 9/17 generate-release-poms
[INFO] Not generating release POMs
[INFO] [prepare] 10/17 run-preparation-goals
[INFO] Executing goals 'clean verify'...
[INFO] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
[INFO] Maven home: /opt/tools/apache-maven/3.6.3
[INFO] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] Eclipse Milo Build Tools                                           [jar]
[INFO] [INFO] Eclipse Milo - OPC UA (IEC 62541)                                  [pom]
[INFO] [INFO] opc-ua-stack                                                       [pom]
[INFO] [INFO] stack-core                                                         [jar]
[INFO] [INFO] stack-client                                                       [jar]
[INFO] [INFO] opc-ua-sdk                                                         [pom]
[INFO] [INFO] sdk-core                                                           [jar]
[INFO] [INFO] sdk-client                                                         [jar]
[INFO] [INFO] bsd-core                                                           [jar]
[INFO] [INFO] bsd-parser                                                         [jar]
[INFO] [INFO] dictionary-reader                                                  [jar]
[INFO] [INFO] stack-server                                                       [jar]
[INFO] [INFO] bsd-generator                                                      [jar]
[INFO] [INFO] sdk-server                                                         [jar]
[INFO] [INFO] dictionary-manager                                                 [jar]
[INFO] [INFO] milo-examples                                                      [pom]
[INFO] [INFO] server-examples                                                    [jar]
[INFO] [INFO] client-examples                                                    [jar]
[INFO] [INFO] bsd-parser-gson                                                    [jar]
[INFO] [INFO] stack-tests                                                        [jar]
[INFO] [INFO] sdk-tests                                                          [jar]
[INFO] [INFO] integration-tests                                                  [jar]
[INFO] [INFO] 
[INFO] [INFO] --------------------< org.eclipse.milo:build-tools >--------------------
[INFO] [INFO] Building Eclipse Milo Build Tools 0.5.4                           [1/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ build-tools ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ build-tools ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ build-tools ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ build-tools ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ build-tools ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/build-tools/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ build-tools ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ build-tools ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ build-tools ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/build-tools/target/build-tools-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] -----------------------< org.eclipse.milo:milo >------------------------
[INFO] [INFO] Building Eclipse Milo - OPC UA (IEC 62541) 0.5.4                  [2/22]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ milo ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ milo ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ milo ---
[INFO] [INFO] 
[INFO] [INFO] -------------------< org.eclipse.milo:opc-ua-stack >--------------------
[INFO] [INFO] Building opc-ua-stack 0.5.4                                       [3/22]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opc-ua-stack ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ opc-ua-stack ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ opc-ua-stack ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ opc-ua-stack ---
[INFO] [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ opc-ua-stack ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --------------------< org.eclipse.milo:stack-core >---------------------
[INFO] [INFO] Building stack-core 0.5.4                                         [4/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stack-core ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ stack-core ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ stack-core ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ stack-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ stack-core ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 380 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/target/classes
[INFO] [INFO] /home/jenkins/agent/workspace/Milo_Release/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] [INFO] /home/jenkins/agent/workspace/Milo_Release/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] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ stack-core ---
[INFO] [WARNING] Manifest org.eclipse.milo:stack-core:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ stack-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ stack-core ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ stack-core ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running TestSuite
[INFO] [main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate
[INFO] [main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate
[INFO] [main] INFO org.eclipse.milo.opcua.stack.core.security.DefaultTrustListManagerTest - using /tmp/securityTest
[INFO] [NonceUtilSecureRandom] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms.
[INFO] [INFO] Tests run: 189, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.327 s - in TestSuite
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 189, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ stack-core ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/target/stack-core-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ stack-core ---
[INFO] [INFO] 
[INFO] [INFO] -------------------< org.eclipse.milo:stack-client >--------------------
[INFO] [INFO] Building stack-client 0.5.4                                       [5/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stack-client ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ stack-client ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ stack-client ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ stack-client ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ stack-client ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-client/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ stack-client ---
[INFO] [WARNING] Manifest org.eclipse.milo:stack-client:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ stack-client ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-client/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ stack-client ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ stack-client ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ stack-client ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-client/target/stack-client-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ stack-client ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --------------------< org.eclipse.milo:opc-ua-sdk >---------------------
[INFO] [INFO] Building opc-ua-sdk 0.5.4                                         [6/22]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opc-ua-sdk ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ opc-ua-sdk ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ opc-ua-sdk ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ opc-ua-sdk ---
[INFO] [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] [INFO] 
[INFO] [INFO] ---------------------< org.eclipse.milo:sdk-core >----------------------
[INFO] [INFO] Building sdk-core 0.5.4                                           [7/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sdk-core ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ sdk-core ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ sdk-core ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sdk-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-core/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sdk-core ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-core/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ sdk-core ---
[INFO] [WARNING] Manifest org.eclipse.milo:sdk-core:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sdk-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-core/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sdk-core ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-core/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ sdk-core ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.server.util.GroupMapCollateTest
[INFO] mod=1 remainder=0 group=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
[INFO] --
[INFO] mod=2 remainder=0 group=[0, 2, 4, 6, 8]
[INFO] mod=2 remainder=1 group=[1, 3, 5, 7, 9]
[INFO] --
[INFO] mod=3 remainder=0 group=[0, 3, 6, 9]
[INFO] mod=3 remainder=1 group=[1, 4, 7]
[INFO] mod=3 remainder=2 group=[2, 5, 8]
[INFO] --
[INFO] mod=4 remainder=0 group=[0, 4, 8]
[INFO] mod=4 remainder=1 group=[1, 5, 9]
[INFO] mod=4 remainder=2 group=[2, 6]
[INFO] mod=4 remainder=3 group=[3, 7]
[INFO] --
[INFO] mod=5 remainder=0 group=[0, 5]
[INFO] mod=5 remainder=1 group=[1, 6]
[INFO] mod=5 remainder=2 group=[2, 7]
[INFO] mod=5 remainder=3 group=[3, 8]
[INFO] mod=5 remainder=4 group=[4, 9]
[INFO] --
[INFO] mod=6 remainder=0 group=[0, 6]
[INFO] mod=6 remainder=1 group=[1, 7]
[INFO] mod=6 remainder=2 group=[2, 8]
[INFO] mod=6 remainder=3 group=[3, 9]
[INFO] mod=6 remainder=4 group=[4]
[INFO] mod=6 remainder=5 group=[5]
[INFO] --
[INFO] mod=7 remainder=0 group=[0, 7]
[INFO] mod=7 remainder=1 group=[1, 8]
[INFO] mod=7 remainder=2 group=[2, 9]
[INFO] mod=7 remainder=3 group=[3]
[INFO] mod=7 remainder=4 group=[4]
[INFO] mod=7 remainder=5 group=[5]
[INFO] mod=7 remainder=6 group=[6]
[INFO] --
[INFO] mod=8 remainder=0 group=[0, 8]
[INFO] mod=8 remainder=1 group=[1, 9]
[INFO] mod=8 remainder=2 group=[2]
[INFO] mod=8 remainder=3 group=[3]
[INFO] mod=8 remainder=4 group=[4]
[INFO] mod=8 remainder=5 group=[5]
[INFO] mod=8 remainder=6 group=[6]
[INFO] mod=8 remainder=7 group=[7]
[INFO] --
[INFO] mod=9 remainder=0 group=[0, 9]
[INFO] mod=9 remainder=1 group=[1]
[INFO] mod=9 remainder=2 group=[2]
[INFO] mod=9 remainder=3 group=[3]
[INFO] mod=9 remainder=4 group=[4]
[INFO] mod=9 remainder=5 group=[5]
[INFO] mod=9 remainder=6 group=[6]
[INFO] mod=9 remainder=7 group=[7]
[INFO] mod=9 remainder=8 group=[8]
[INFO] --
[INFO] mod=10 remainder=0 group=[0]
[INFO] mod=10 remainder=1 group=[1]
[INFO] mod=10 remainder=2 group=[2]
[INFO] mod=10 remainder=3 group=[3]
[INFO] mod=10 remainder=4 group=[4]
[INFO] mod=10 remainder=5 group=[5]
[INFO] mod=10 remainder=6 group=[6]
[INFO] mod=10 remainder=7 group=[7]
[INFO] mod=10 remainder=8 group=[8]
[INFO] mod=10 remainder=9 group=[9]
[INFO] --
[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.milo.opcua.sdk.server.util.GroupMapCollateTest
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sdk-core ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-core/target/sdk-core-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --------------------< org.eclipse.milo:sdk-client >---------------------
[INFO] [INFO] Building sdk-client 0.5.4                                         [8/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sdk-client ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ sdk-client ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ sdk-client ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sdk-client ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-client/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sdk-client ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 377 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-client/target/classes
[INFO] [INFO] /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java uses unchecked or unsafe operations.
[INFO] [INFO] /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ sdk-client ---
[INFO] [WARNING] Manifest org.eclipse.milo:sdk-client:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sdk-client ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-client/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sdk-client ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ sdk-client ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sdk-client ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-client/target/sdk-client-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] ---------------------< org.eclipse.milo:bsd-core >----------------------
[INFO] [INFO] Building bsd-core 0.5.4                                           [9/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bsd-core ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ bsd-core ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ bsd-core ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-jaxb2-plugin:0.14.0:generate (default) @ bsd-core ---
[INFO] [INFO] Sources are not up-to-date, XJC will be executed.
[INFO] [INFO] Episode file [/home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/META-INF/sun-jaxb.episode] was augmented with if-exists="true" attributes.
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ bsd-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ bsd-core ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-core/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ bsd-core ---
[INFO] [WARNING] Manifest org.eclipse.milo:bsd-core:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ bsd-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-core/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ bsd-core ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ bsd-core ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ bsd-core ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-core/target/bsd-core-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ bsd-core ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --------------------< org.eclipse.milo:bsd-parser >---------------------
[INFO] [INFO] Building bsd-parser 0.5.4                                        [10/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bsd-parser ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ bsd-parser ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ bsd-parser ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ bsd-parser ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ bsd-parser ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ bsd-parser ---
[INFO] [WARNING] Manifest org.eclipse.milo:bsd-parser:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ bsd-parser ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ bsd-parser ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ bsd-parser ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running TestSuite
[INFO] --- assertRoundTrip Type: ArrayContainer ---
[INFO] 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]}}}
[INFO] encodedValue:	030000000100000002000000030000008f020000000500000068656c6c6f05000000776f726c64
[INFO] 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]}}}
[INFO] --- assertRoundTrip Type: Foo ---
[INFO] originalValue:	Struct{name=Foo, members={Bar=Member{name=Bar, value=0}, Baz=Member{name=Baz, value=hello}}}
[INFO] encodedValue:	000000000500000068656c6c6f
[INFO] decodedValue:	Struct{name=Foo, members={Bar=Member{name=Bar, value=0}, Baz=Member{name=Baz, value=hello}}}
[INFO] --- assertRoundTrip Type: ProfilePointStruct ---
[INFO] 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)}}}
[INFO] encodedValue:	01000000000000000000f03f000000000000004000000000000008400000000000001040
[INFO] 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)}}}
[INFO] --- assertRoundTrip Type: Optionals ---
[INFO] 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}}}
[INFO] encodedValue:	03000000000000000500000068656c6c6f
[INFO] 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}}}
[INFO] --- assertRoundTrip Type: Optionals ---
[INFO] originalValue:	Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}}}
[INFO] encodedValue:	00000000
[INFO] decodedValue:	Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}}}
[INFO] --- assertRoundTrip Type: Optionals ---
[INFO] 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}}}
[INFO] encodedValue:	0100000000000000
[INFO] 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] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.394 s - in TestSuite
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ bsd-parser ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser/target/bsd-parser-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ bsd-parser ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser/target/bsd-parser-0.5.4-tests.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser ---
[INFO] [INFO] 
[INFO] [INFO] -----------------< org.eclipse.milo:dictionary-reader >-----------------
[INFO] [INFO] Building dictionary-reader 0.5.4                                 [11/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dictionary-reader ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ dictionary-reader ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dictionary-reader ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dictionary-reader ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/dictionary-reader/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dictionary-reader ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/dictionary-reader/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ dictionary-reader ---
[INFO] [WARNING] Manifest org.eclipse.milo:dictionary-reader:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ dictionary-reader ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/dictionary-reader/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dictionary-reader ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/dictionary-reader/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ dictionary-reader ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.DataTypeDictionaryReaderTest
[INFO] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[INFO] SLF4J: Defaulting to no-operation (NOP) logger implementation
[INFO] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] fragmentSize=1 dictionarySize=1
[INFO] fragmentSize=1 dictionarySize=2
[INFO] fragmentSize=1 dictionarySize=1024
[INFO] fragmentSize=1 dictionarySize=1025
[INFO] fragmentSize=1 dictionarySize=2048
[INFO] fragmentSize=1 dictionarySize=2049
[INFO] fragmentSize=1 dictionarySize=4096
[INFO] fragmentSize=1 dictionarySize=4097
[INFO] fragmentSize=1 dictionarySize=8192
[INFO] fragmentSize=1 dictionarySize=8193
[INFO] fragmentSize=1 dictionarySize=16384
[INFO] fragmentSize=1 dictionarySize=16385
[INFO] fragmentSize=2 dictionarySize=1
[INFO] fragmentSize=2 dictionarySize=2
[INFO] fragmentSize=2 dictionarySize=1024
[INFO] fragmentSize=2 dictionarySize=1025
[INFO] fragmentSize=2 dictionarySize=2048
[INFO] fragmentSize=2 dictionarySize=2049
[INFO] fragmentSize=2 dictionarySize=4096
[INFO] fragmentSize=2 dictionarySize=4097
[INFO] fragmentSize=2 dictionarySize=8192
[INFO] fragmentSize=2 dictionarySize=8193
[INFO] fragmentSize=2 dictionarySize=16384
[INFO] fragmentSize=2 dictionarySize=16385
[INFO] fragmentSize=1024 dictionarySize=1
[INFO] fragmentSize=1024 dictionarySize=2
[INFO] fragmentSize=1024 dictionarySize=1024
[INFO] fragmentSize=1024 dictionarySize=1025
[INFO] fragmentSize=1024 dictionarySize=2048
[INFO] fragmentSize=1024 dictionarySize=2049
[INFO] fragmentSize=1024 dictionarySize=4096
[INFO] fragmentSize=1024 dictionarySize=4097
[INFO] fragmentSize=1024 dictionarySize=8192
[INFO] fragmentSize=1024 dictionarySize=8193
[INFO] fragmentSize=1024 dictionarySize=16384
[INFO] fragmentSize=1024 dictionarySize=16385
[INFO] fragmentSize=2048 dictionarySize=1
[INFO] fragmentSize=2048 dictionarySize=2
[INFO] fragmentSize=2048 dictionarySize=1024
[INFO] fragmentSize=2048 dictionarySize=1025
[INFO] fragmentSize=2048 dictionarySize=2048
[INFO] fragmentSize=2048 dictionarySize=2049
[INFO] fragmentSize=2048 dictionarySize=4096
[INFO] fragmentSize=2048 dictionarySize=4097
[INFO] fragmentSize=2048 dictionarySize=8192
[INFO] fragmentSize=2048 dictionarySize=8193
[INFO] fragmentSize=2048 dictionarySize=16384
[INFO] fragmentSize=2048 dictionarySize=16385
[INFO] fragmentSize=4096 dictionarySize=1
[INFO] fragmentSize=4096 dictionarySize=2
[INFO] fragmentSize=4096 dictionarySize=1024
[INFO] fragmentSize=4096 dictionarySize=1025
[INFO] fragmentSize=4096 dictionarySize=2048
[INFO] fragmentSize=4096 dictionarySize=2049
[INFO] fragmentSize=4096 dictionarySize=4096
[INFO] fragmentSize=4096 dictionarySize=4097
[INFO] fragmentSize=4096 dictionarySize=8192
[INFO] fragmentSize=4096 dictionarySize=8193
[INFO] fragmentSize=4096 dictionarySize=16384
[INFO] fragmentSize=4096 dictionarySize=16385
[INFO] fragmentSize=8192 dictionarySize=1
[INFO] fragmentSize=8192 dictionarySize=2
[INFO] fragmentSize=8192 dictionarySize=1024
[INFO] fragmentSize=8192 dictionarySize=1025
[INFO] fragmentSize=8192 dictionarySize=2048
[INFO] fragmentSize=8192 dictionarySize=2049
[INFO] fragmentSize=8192 dictionarySize=4096
[INFO] fragmentSize=8192 dictionarySize=4097
[INFO] fragmentSize=8192 dictionarySize=8192
[INFO] fragmentSize=8192 dictionarySize=8193
[INFO] fragmentSize=8192 dictionarySize=16384
[INFO] fragmentSize=8192 dictionarySize=16385
[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.853 s - in org.eclipse.milo.opcua.sdk.client.DataTypeDictionaryReaderTest
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ dictionary-reader ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] -------------------< org.eclipse.milo:stack-server >--------------------
[INFO] [INFO] Building stack-server 0.5.4                                      [12/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stack-server ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ stack-server ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ stack-server ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ stack-server ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-server/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ stack-server ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-server/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ stack-server ---
[INFO] [WARNING] Manifest org.eclipse.milo:stack-server:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ stack-server ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-server/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ stack-server ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ stack-server ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ stack-server ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-server/target/stack-server-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ stack-server ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] -------------------< org.eclipse.milo:bsd-generator >-------------------
[INFO] [INFO] Building bsd-generator 0.5.4                                     [13/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bsd-generator ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ bsd-generator ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ bsd-generator ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ bsd-generator ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-generator/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ bsd-generator ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-generator/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ bsd-generator ---
[INFO] [WARNING] Manifest org.eclipse.milo:bsd-generator:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ bsd-generator ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-generator/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ bsd-generator ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ bsd-generator ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ bsd-generator ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-generator/target/bsd-generator-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ bsd-generator ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --------------------< org.eclipse.milo:sdk-server >---------------------
[INFO] [INFO] Building sdk-server 0.5.4                                        [14/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sdk-server ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ sdk-server ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ sdk-server ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sdk-server ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-server/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sdk-server ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 557 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-server/target/classes
[INFO] [INFO] /home/jenkins/agent/workspace/Milo_Release/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] [INFO] /home/jenkins/agent/workspace/Milo_Release/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] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ sdk-server ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sdk-server ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-server/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sdk-server ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-server/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ sdk-server ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running TestSuite
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.5.4
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.5.4
[INFO] Float -> Boolean [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=false
[INFO] 	fromValue=1.0 targetValue=true
[INFO] Float -> SByte [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=0.4 targetValue=0
[INFO] 	fromValue=0.5 targetValue=1
[INFO] 	fromValue=-128.0 targetValue=-128
[INFO] 	fromValue=127.0 targetValue=127
[INFO] 	fromValue=-129.0 targetValue=null
[INFO] 	fromValue=128.0 targetValue=null
[INFO] Float -> Byte [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=255.0 targetValue=255
[INFO] 	fromValue=-1.0 targetValue=null
[INFO] 	fromValue=256.0 targetValue=null
[INFO] Float -> Int16 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=0.4 targetValue=0
[INFO] 	fromValue=0.5 targetValue=1
[INFO] 	fromValue=-32768.0 targetValue=-32768
[INFO] 	fromValue=32767.0 targetValue=32767
[INFO] 	fromValue=-32769.0 targetValue=null
[INFO] 	fromValue=32768.0 targetValue=null
[INFO] Float -> UInt16 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=0.4 targetValue=0
[INFO] 	fromValue=0.5 targetValue=1
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=65535.0 targetValue=65535
[INFO] 	fromValue=-1.0 targetValue=null
[INFO] 	fromValue=65536.0 targetValue=null
[INFO] Float -> Int32 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=0.4 targetValue=0
[INFO] 	fromValue=0.5 targetValue=1
[INFO] 	fromValue=-2.14748365E9 targetValue=-2147483648
[INFO] 	fromValue=2.14748365E9 targetValue=2147483647
[INFO] Float -> UInt32 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=0.4 targetValue=0
[INFO] 	fromValue=0.5 targetValue=1
[INFO] 	fromValue=-1.0 targetValue=null
[INFO] Float -> Int64 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=0.4 targetValue=0
[INFO] 	fromValue=0.5 targetValue=1
[INFO] Float -> UInt64 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=0.4 targetValue=0
[INFO] 	fromValue=0.5 targetValue=1
[INFO] 	fromValue=-1.0 targetValue=null
[INFO] Float -> Double [IMPLICIT]
[INFO] 	fromValue=0.0 targetValue=0.0
[INFO] 	fromValue=1.4E-45 targetValue=1.401298464324817E-45
[INFO] 	fromValue=3.4028235E38 targetValue=3.4028234663852886E38
[INFO] Float -> String [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0.0
[INFO] 	fromValue=0.4 targetValue=0.4
[INFO] 	fromValue=0.5 targetValue=0.5
[INFO] 	fromValue=1.0 targetValue=1.0
[INFO] [IMPLICIT] fromValue=0.0 targetType=Double targetValue=0.0
[INFO] [IMPLICIT] fromValue=1.4E-45 targetType=Double targetValue=1.401298464324817E-45
[INFO] [IMPLICIT] fromValue=3.4028235E38 targetType=Double targetValue=3.4028234663852886E38
[INFO] StatusCode -> Int16 [EXPLICIT]
[INFO] 	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
[INFO] 	fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=32767
[INFO] StatusCode -> UInt16 [EXPLICIT]
[INFO] 	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
[INFO] 	fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=32767
[INFO] 	fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetValue=65535
[INFO] StatusCode -> Int32 [IMPLICIT]
[INFO] 	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
[INFO] 	fromValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} targetValue=2147483647
[INFO] StatusCode -> UInt32 [IMPLICIT]
[INFO] 	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
[INFO] 	fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=2147418112
[INFO] 	fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetValue=4294901760
[INFO] 	fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295
[INFO] StatusCode -> Int64 [IMPLICIT]
[INFO] 	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
[INFO] 	fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295
[INFO] StatusCode -> UInt64 [IMPLICIT]
[INFO] 	fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0
[INFO] 	fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295
[INFO] [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=Int32 targetValue=0
[INFO] [IMPLICIT] fromValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} targetType=Int32 targetValue=2147483647
[INFO] [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=UInt32 targetValue=0
[INFO] [IMPLICIT] fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetType=UInt32 targetValue=2147418112
[INFO] [IMPLICIT] fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetType=UInt32 targetValue=4294901760
[INFO] [IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=UInt32 targetValue=4294967295
[INFO] [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=Int64 targetValue=0
[INFO] [IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=Int64 targetValue=4294967295
[INFO] [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=UInt64 targetValue=0
[INFO] [IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=UInt64 targetValue=4294967295
[INFO] UInt32 -> Boolean [EXPLICIT]
[INFO] 	fromValue=0 targetValue=false
[INFO] 	fromValue=1 targetValue=true
[INFO] UInt32 -> SByte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=128 targetValue=null
[INFO] UInt32 -> Byte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=255 targetValue=255
[INFO] 	fromValue=256 targetValue=null
[INFO] UInt32 -> Int16 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=32767 targetValue=32767
[INFO] 	fromValue=32768 targetValue=null
[INFO] UInt32 -> UInt16 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=65535 targetValue=65535
[INFO] 	fromValue=65536 targetValue=null
[INFO] UInt32 -> Int32 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=2147483647 targetValue=2147483647
[INFO] 	fromValue=2147483648 targetValue=null
[INFO] UInt32 -> Int64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=4294967295 targetValue=4294967295
[INFO] UInt32 -> UInt64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=4294967295 targetValue=4294967295
[INFO] UInt32 -> Float [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=4294967295 targetValue=4.2949673E9
[INFO] UInt32 -> Double [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=4294967295 targetValue=4.294967295E9
[INFO] UInt32 -> String [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=4294967295 targetValue=4294967295
[INFO] UInt32 -> StatusCode [EXPLICIT]
[INFO] 	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
[INFO] 	fromValue=43981 targetValue=StatusCode{name=Good, value=0x0000ABCD, quality=good}
[INFO] 	fromValue=3135024077 targetValue=StatusCode{value=0xBADCABCD, quality=bad}
[INFO] 	fromValue=4294967295 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown}
[INFO] [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[INFO] [IMPLICIT] fromValue=2147483647 targetType=Int32 targetValue=2147483647
[INFO] [IMPLICIT] fromValue=2147483648 targetType=Int32 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[INFO] [IMPLICIT] fromValue=4294967295 targetType=Int64 targetValue=4294967295
[INFO] [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[INFO] [IMPLICIT] fromValue=4294967295 targetType=UInt64 targetValue=4294967295
[INFO] [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=4294967295 targetType=Float targetValue=4.2949673E9
[INFO] [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[INFO] [IMPLICIT] fromValue=4294967295 targetType=Double targetValue=4.294967295E9
[INFO] Int16 -> Boolean [EXPLICIT]
[INFO] 	fromValue=0 targetValue=false
[INFO] 	fromValue=1 targetValue=true
[INFO] Int16 -> SByte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-128 targetValue=-128
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=-129 targetValue=null
[INFO] 	fromValue=128 targetValue=null
[INFO] Int16 -> Byte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=255 targetValue=255
[INFO] 	fromValue=-1 targetValue=null
[INFO] 	fromValue=256 targetValue=null
[INFO] Int16 -> UInt16 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=32767 targetValue=32767
[INFO] 	fromValue=-1 targetValue=null
[INFO] Int16 -> Int32 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-32768 targetValue=-32768
[INFO] 	fromValue=32767 targetValue=32767
[INFO] Int16 -> UInt32 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=32767 targetValue=32767
[INFO] 	fromValue=-1 targetValue=null
[INFO] Int16 -> Int64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-32768 targetValue=-32768
[INFO] 	fromValue=32767 targetValue=32767
[INFO] Int16 -> UInt64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=32767 targetValue=32767
[INFO] 	fromValue=-1 targetValue=null
[INFO] Int16 -> Float [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=-32768 targetValue=-32768.0
[INFO] 	fromValue=32767 targetValue=32767.0
[INFO] Int16 -> Double [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=-32768 targetValue=-32768.0
[INFO] 	fromValue=32767 targetValue=32767.0
[INFO] Int16 -> String [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[INFO] [IMPLICIT] fromValue=-32768 targetType=Int32 targetValue=-32768
[INFO] [IMPLICIT] fromValue=32767 targetType=Int32 targetValue=32767
[INFO] [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0
[INFO] [IMPLICIT] fromValue=32767 targetType=UInt32 targetValue=32767
[INFO] [IMPLICIT] fromValue=-1 targetType=UInt32 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[INFO] [IMPLICIT] fromValue=-32768 targetType=Int64 targetValue=-32768
[INFO] [IMPLICIT] fromValue=32767 targetType=Int64 targetValue=32767
[INFO] [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[INFO] [IMPLICIT] fromValue=32767 targetType=UInt64 targetValue=32767
[INFO] [IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=-32768 targetType=Float targetValue=-32768.0
[INFO] [IMPLICIT] fromValue=32767 targetType=Float targetValue=32767.0
[INFO] [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[INFO] [IMPLICIT] fromValue=-32768 targetType=Double targetValue=-32768.0
[INFO] [IMPLICIT] fromValue=32767 targetType=Double targetValue=32767.0
[INFO] UInt64 -> Boolean [EXPLICIT]
[INFO] 	fromValue=0 targetValue=false
[INFO] 	fromValue=1 targetValue=true
[INFO] UInt64 -> SByte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=128 targetValue=null
[INFO] UInt64 -> Byte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=255 targetValue=255
[INFO] 	fromValue=256 targetValue=null
[INFO] UInt64 -> Int16 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=32767 targetValue=32767
[INFO] 	fromValue=32768 targetValue=null
[INFO] UInt64 -> UInt16 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=65535 targetValue=65535
[INFO] 	fromValue=65536 targetValue=null
[INFO] UInt64 -> Int32 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=2147483647 targetValue=2147483647
[INFO] 	fromValue=2147483648 targetValue=null
[INFO] UInt64 -> UInt32 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=4294967295 targetValue=4294967295
[INFO] 	fromValue=4294967296 targetValue=null
[INFO] UInt64 -> Int64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=9223372036854775807 targetValue=9223372036854775807
[INFO] 	fromValue=18446744073709551615 targetValue=null
[INFO] UInt64 -> Float [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=9223372036854775807 targetValue=9.223372E18
[INFO] UInt64 -> Double [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=9223372036854775807 targetValue=9.223372036854776E18
[INFO] UInt64 -> String [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=18446744073709551615 targetValue=18446744073709551615
[INFO] UInt64 -> StatusCode [EXPLICIT]
[INFO] 	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
[INFO] 	fromValue=43981 targetValue=StatusCode{name=Good, value=0x0000ABCD, quality=good}
[INFO] 	fromValue=4294967295 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown}
[INFO] 	fromValue=18446744073709551615 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[INFO] [IMPLICIT] fromValue=9223372036854775807 targetType=Int64 targetValue=9223372036854775807
[INFO] [IMPLICIT] fromValue=18446744073709551615 targetType=Int64 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=9223372036854775807 targetType=Float targetValue=9.223372E18
[INFO] [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[INFO] [IMPLICIT] fromValue=9223372036854775807 targetType=Double targetValue=9.223372036854776E18
[INFO] now: DateTime{utcTime=132581519328890000, javaDate=Thu Feb 18 19:58:52 GMT 2021}
[INFO] nowAsString: 2021-02-18T19:58:52Z
[INFO] nowAsStringAsDateTime: DateTime{utcTime=132581519320000000, javaDate=Thu Feb 18 19:58:52 GMT 2021}
[INFO] SByte -> Boolean [EXPLICIT]
[INFO] 	fromValue=0 targetValue=false
[INFO] 	fromValue=1 targetValue=true
[INFO] SByte -> Byte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=-1 targetValue=null
[INFO] SByte -> Int16 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-128 targetValue=-128
[INFO] 	fromValue=127 targetValue=127
[INFO] SByte -> UInt16 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=-1 targetValue=null
[INFO] SByte -> Int32 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-128 targetValue=-128
[INFO] 	fromValue=127 targetValue=127
[INFO] SByte -> UInt32 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=-1 targetValue=null
[INFO] SByte -> Int64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-128 targetValue=-128
[INFO] 	fromValue=127 targetValue=127
[INFO] SByte -> UInt64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=-1 targetValue=null
[INFO] SByte -> Float [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=-128 targetValue=-128.0
[INFO] 	fromValue=127 targetValue=127.0
[INFO] SByte -> Double [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=-128 targetValue=-128.0
[INFO] 	fromValue=127 targetValue=127.0
[INFO] SByte -> String [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-128 targetValue=-128
[INFO] 	fromValue=127 targetValue=127
[INFO] [IMPLICIT] fromValue=0 targetType=Int16 targetValue=0
[INFO] [IMPLICIT] fromValue=-128 targetType=Int16 targetValue=-128
[INFO] [IMPLICIT] fromValue=127 targetType=Int16 targetValue=127
[INFO] [IMPLICIT] fromValue=0 targetType=UInt16 targetValue=0
[INFO] [IMPLICIT] fromValue=127 targetType=UInt16 targetValue=127
[INFO] [IMPLICIT] fromValue=-1 targetType=UInt16 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[INFO] [IMPLICIT] fromValue=-128 targetType=Int32 targetValue=-128
[INFO] [IMPLICIT] fromValue=127 targetType=Int32 targetValue=127
[INFO] [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0
[INFO] [IMPLICIT] fromValue=127 targetType=UInt32 targetValue=127
[INFO] [IMPLICIT] fromValue=-1 targetType=UInt32 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[INFO] [IMPLICIT] fromValue=-128 targetType=Int64 targetValue=-128
[INFO] [IMPLICIT] fromValue=127 targetType=Int64 targetValue=127
[INFO] [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[INFO] [IMPLICIT] fromValue=127 targetType=UInt64 targetValue=127
[INFO] [IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=-128 targetType=Float targetValue=-128.0
[INFO] [IMPLICIT] fromValue=127 targetType=Float targetValue=127.0
[INFO] [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[INFO] [IMPLICIT] fromValue=-128 targetType=Double targetValue=-128.0
[INFO] [IMPLICIT] fromValue=127 targetType=Double targetValue=127.0
[INFO] Double -> Boolean [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=false
[INFO] 	fromValue=0.1 targetValue=true
[INFO] 	fromValue=1.0 targetValue=true
[INFO] Double -> SByte [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=-128.0 targetValue=-128
[INFO] 	fromValue=127.0 targetValue=127
[INFO] 	fromValue=-129.0 targetValue=null
[INFO] 	fromValue=128.0 targetValue=null
[INFO] Double -> Byte [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=255.0 targetValue=255
[INFO] 	fromValue=-1.0 targetValue=null
[INFO] 	fromValue=256.0 targetValue=null
[INFO] Double -> Int16 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=-32768.0 targetValue=-32768
[INFO] 	fromValue=32767.0 targetValue=32767
[INFO] 	fromValue=-32769.0 targetValue=null
[INFO] 	fromValue=32768.0 targetValue=null
[INFO] Double -> UInt16 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=65535.0 targetValue=65535
[INFO] 	fromValue=-1.0 targetValue=null
[INFO] 	fromValue=65536.0 targetValue=null
[INFO] Double -> Int32 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=-2.147483648E9 targetValue=-2147483648
[INFO] 	fromValue=2.147483647E9 targetValue=2147483647
[INFO] 	fromValue=-2.147483649E9 targetValue=null
[INFO] 	fromValue=2.147483648E9 targetValue=null
[INFO] Double -> UInt32 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=4.294967295E9 targetValue=4294967295
[INFO] 	fromValue=-1.0 targetValue=null
[INFO] 	fromValue=4.294967296E9 targetValue=null
[INFO] Double -> Int64 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=-9.223372036854776E18 targetValue=-9223372036854775808
[INFO] 	fromValue=9.223372036854776E18 targetValue=9223372036854775807
[INFO] 	fromValue=-1.7976931348623157E308 targetValue=null
[INFO] 	fromValue=1.7976931348623157E308 targetValue=null
[INFO] Double -> UInt64 [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0
[INFO] 	fromValue=-1.0 targetValue=null
[INFO] 	fromValue=1.7976931348623157E308 targetValue=9223372036854775807
[INFO] Double -> Float [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0.0
[INFO] 	fromValue=1.401298464324817E-45 targetValue=1.4E-45
[INFO] 	fromValue=3.4028234663852886E38 targetValue=3.4028235E38
[INFO] 	fromValue=-1.401298464324817E-45 targetValue=-1.4E-45
[INFO] 	fromValue=-3.4028234663852886E38 targetValue=-3.4028235E38
[INFO] 	fromValue=1.7976931348623157E308 targetValue=null
[INFO] 	fromValue=-1.7976931348623157E308 targetValue=null
[INFO] Double -> String [EXPLICIT]
[INFO] 	fromValue=0.0 targetValue=0.0
[INFO] 	fromValue=1.5 targetValue=1.5
[INFO] String -> Boolean [IMPLICIT]
[INFO] 	fromValue=true targetValue=true
[INFO] 	fromValue=1 targetValue=true
[INFO] 	fromValue=false targetValue=false
[INFO] 	fromValue=0 targetValue=false
[INFO] 	fromValue=foo targetValue=null
[INFO] String -> SByte [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] String -> Byte [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=255 targetValue=255
[INFO] String -> Int16 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] String -> UInt16 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] String -> Int32 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] String -> UInt32 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] String -> Int64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] String -> UInt64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] String -> Float [IMPLICIT]
[INFO] 	fromValue=0.0 targetValue=0.0
[INFO] 	fromValue=0f targetValue=0.0
[INFO] 	fromValue=0e0 targetValue=0.0
[INFO] String -> Double [IMPLICIT]
[INFO] 	fromValue=0.0 targetValue=0.0
[INFO] String -> DateTime [EXPLICIT]
[INFO] 	fromValue=2018-08-31T12:40:02Z targetValue=DateTime{utcTime=131801928020000000, javaDate=Fri Aug 31 12:40:02 GMT 2018}
[INFO] String -> Guid [IMPLICIT]
[INFO] 	fromValue=650fed4a-4960-4d94-a0eb-91c4653293ea targetValue=650fed4a-4960-4d94-a0eb-91c4653293ea
[INFO] String -> NodeId [EXPLICIT]
[INFO] 	fromValue=ns=0;s=foo targetValue=NodeId{ns=0, id=foo}
[INFO] String -> ExpandedNodeId [EXPLICIT]
[INFO] 	fromValue=nsu=http://opcfoundation.org/UA/;s=foo targetValue=ExpandedNodeId{ns=http://opcfoundation.org/UA/, id=foo, serverIndex=0}
[INFO] String -> QualifiedName [EXPLICIT]
[INFO] 	fromValue=foo targetValue=QualifiedName{name=foo, namespaceIndex=0}
[INFO] String -> LocalizedText [EXPLICIT]
[INFO] 	fromValue=foo targetValue=LocalizedText{text=foo, locale=}
[INFO] [IMPLICIT] fromValue=true targetType=Boolean targetValue=true
[INFO] [IMPLICIT] fromValue=1 targetType=Boolean targetValue=true
[INFO] [IMPLICIT] fromValue=false targetType=Boolean targetValue=false
[INFO] [IMPLICIT] fromValue=0 targetType=Boolean targetValue=false
[INFO] [IMPLICIT] fromValue=foo targetType=Boolean targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=SByte targetValue=0
[INFO] [IMPLICIT] fromValue=0 targetType=Byte targetValue=0
[INFO] [IMPLICIT] fromValue=255 targetType=Byte targetValue=255
[INFO] [IMPLICIT] fromValue=0 targetType=Int16 targetValue=0
[INFO] [IMPLICIT] fromValue=0 targetType=UInt16 targetValue=0
[INFO] [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[INFO] [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0
[INFO] [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[INFO] [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[INFO] [IMPLICIT] fromValue=0.0 targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=0f targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=0e0 targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=0.0 targetType=Double targetValue=0.0
[INFO] [IMPLICIT] fromValue=42012553-ab51-4058-ae85-073137615b15 targetType=Guid targetValue=42012553-ab51-4058-ae85-073137615b15
[INFO] UInt16 -> Boolean [EXPLICIT]
[INFO] 	fromValue=0 targetValue=false
[INFO] 	fromValue=1 targetValue=true
[INFO] UInt16 -> SByte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=128 targetValue=null
[INFO] UInt16 -> Byte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=255 targetValue=255
[INFO] 	fromValue=256 targetValue=null
[INFO] UInt16 -> Int16 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=32767 targetValue=32767
[INFO] 	fromValue=32768 targetValue=null
[INFO] UInt16 -> Int32 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=65535 targetValue=65535
[INFO] UInt16 -> UInt32 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=65535 targetValue=65535
[INFO] UInt16 -> Int64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=65535 targetValue=65535
[INFO] UInt16 -> UInt64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=65535 targetValue=65535
[INFO] UInt16 -> Float [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=65535 targetValue=65535.0
[INFO] UInt16 -> Double [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=65535 targetValue=65535.0
[INFO] UInt16 -> String [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=65535 targetValue=65535
[INFO] UInt16 -> StatusCode [IMPLICIT]
[INFO] 	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
[INFO] 	fromValue=43981 targetValue=StatusCode{value=0xABCD0000, quality=bad}
[INFO] 	fromValue=65535 targetValue=StatusCode{value=0xFFFF0000, quality=unknown}
[INFO] [IMPLICIT] fromValue=0 targetType=Int16 targetValue=0
[INFO] [IMPLICIT] fromValue=32767 targetType=Int16 targetValue=32767
[INFO] [IMPLICIT] fromValue=32768 targetType=Int16 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0
[INFO] [IMPLICIT] fromValue=65535 targetType=Int32 targetValue=65535
[INFO] [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0
[INFO] [IMPLICIT] fromValue=65535 targetType=UInt32 targetValue=65535
[INFO] [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[INFO] [IMPLICIT] fromValue=65535 targetType=Int64 targetValue=65535
[INFO] [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[INFO] [IMPLICIT] fromValue=65535 targetType=UInt64 targetValue=65535
[INFO] [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=65535 targetType=Float targetValue=65535.0
[INFO] [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[INFO] [IMPLICIT] fromValue=65535 targetType=Double targetValue=65535.0
[INFO] [IMPLICIT] fromValue=0 targetType=StatusCode targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
[INFO] [IMPLICIT] fromValue=43981 targetType=StatusCode targetValue=StatusCode{value=0xABCD0000, quality=bad}
[INFO] [IMPLICIT] fromValue=65535 targetType=StatusCode targetValue=StatusCode{value=0xFFFF0000, quality=unknown}
[INFO] Int32 -> Boolean [EXPLICIT]
[INFO] 	fromValue=0 targetValue=false
[INFO] 	fromValue=1 targetValue=true
[INFO] Int32 -> SByte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-128 targetValue=-128
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=-129 targetValue=null
[INFO] 	fromValue=128 targetValue=null
[INFO] Int32 -> Byte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=255 targetValue=255
[INFO] 	fromValue=-1 targetValue=null
[INFO] 	fromValue=256 targetValue=null
[INFO] Int32 -> Int16 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-32768 targetValue=-32768
[INFO] 	fromValue=32767 targetValue=32767
[INFO] 	fromValue=-32769 targetValue=null
[INFO] 	fromValue=32768 targetValue=null
[INFO] Int32 -> UInt16 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=65535 targetValue=65535
[INFO] 	fromValue=-1 targetValue=null
[INFO] 	fromValue=65536 targetValue=null
[INFO] Int32 -> UInt32 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=2147483647 targetValue=2147483647
[INFO] 	fromValue=-1 targetValue=null
[INFO] Int32 -> Int64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-2147483648 targetValue=-2147483648
[INFO] 	fromValue=2147483647 targetValue=2147483647
[INFO] Int32 -> UInt64 [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=2147483647 targetValue=2147483647
[INFO] 	fromValue=-1 targetValue=null
[INFO] Int32 -> Float [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=-2147483648 targetValue=-2.14748365E9
[INFO] 	fromValue=2147483647 targetValue=2.14748365E9
[INFO] Int32 -> Double [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=-2147483648 targetValue=-2.147483648E9
[INFO] 	fromValue=2147483647 targetValue=2.147483647E9
[INFO] Int32 -> String [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=1 targetValue=1
[INFO] Int32 -> StatusCode [EXPLICIT]
[INFO] 	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
[INFO] 	fromValue=-2147483648 targetValue=StatusCode{name=Bad, value=0x80000000, quality=bad}
[INFO] 	fromValue=2147483647 targetValue=StatusCode{value=0x7FFFFFFF, quality=uncertain}
[INFO] [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0
[INFO] [IMPLICIT] fromValue=-2147483648 targetType=Int64 targetValue=-2147483648
[INFO] [IMPLICIT] fromValue=2147483647 targetType=Int64 targetValue=2147483647
[INFO] [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0
[INFO] [IMPLICIT] fromValue=2147483647 targetType=UInt64 targetValue=2147483647
[INFO] [IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null
[INFO] [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=-2147483648 targetType=Float targetValue=-2.14748365E9
[INFO] [IMPLICIT] fromValue=2147483647 targetType=Float targetValue=2.14748365E9
[INFO] [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[INFO] [IMPLICIT] fromValue=-2147483648 targetType=Double targetValue=-2.147483648E9
[INFO] [IMPLICIT] fromValue=2147483647 targetType=Double targetValue=2.147483647E9
[INFO] Int64 -> Boolean [EXPLICIT]
[INFO] 	fromValue=0 targetValue=false
[INFO] 	fromValue=1 targetValue=true
[INFO] Int64 -> SByte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-128 targetValue=-128
[INFO] 	fromValue=127 targetValue=127
[INFO] 	fromValue=-129 targetValue=null
[INFO] 	fromValue=128 targetValue=null
[INFO] Int64 -> Byte [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=255 targetValue=255
[INFO] 	fromValue=-1 targetValue=null
[INFO] 	fromValue=256 targetValue=null
[INFO] Int64 -> Int16 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-32768 targetValue=-32768
[INFO] 	fromValue=32767 targetValue=32767
[INFO] 	fromValue=-32769 targetValue=null
[INFO] 	fromValue=32768 targetValue=null
[INFO] Int64 -> UInt16 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=65535 targetValue=65535
[INFO] 	fromValue=-1 targetValue=null
[INFO] 	fromValue=65536 targetValue=null
[INFO] Int64 -> Int32 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=-2147483648 targetValue=-2147483648
[INFO] 	fromValue=2147483647 targetValue=2147483647
[INFO] 	fromValue=-2147483649 targetValue=null
[INFO] 	fromValue=2147483648 targetValue=null
[INFO] Int64 -> UInt32 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=4294967295 targetValue=4294967295
[INFO] 	fromValue=-1 targetValue=null
[INFO] 	fromValue=4294967296 targetValue=null
[INFO] Int64 -> UInt64 [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=9223372036854775807 targetValue=9223372036854775807
[INFO] 	fromValue=-1 targetValue=null
[INFO] Int64 -> Float [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=-9223372036854775808 targetValue=-9.223372E18
[INFO] 	fromValue=9223372036854775807 targetValue=9.223372E18
[INFO] Int64 -> Double [IMPLICIT]
[INFO] 	fromValue=0 targetValue=0.0
[INFO] 	fromValue=-9223372036854775808 targetValue=-9.223372036854776E18
[INFO] 	fromValue=9223372036854775807 targetValue=9.223372036854776E18
[INFO] Int64 -> String [EXPLICIT]
[INFO] 	fromValue=0 targetValue=0
[INFO] 	fromValue=1 targetValue=1
[INFO] Int64 -> StatusCode [EXPLICIT]
[INFO] 	fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
[INFO] 	fromValue=-9223372036854775808 targetValue=StatusCode{name=Good, value=0x00000000, quality=good}
[INFO] 	fromValue=9223372036854775807 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown}
[INFO] [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0
[INFO] [IMPLICIT] fromValue=-9223372036854775808 targetType=Float targetValue=-9.223372E18
[INFO] [IMPLICIT] fromValue=9223372036854775807 targetType=Float targetValue=9.223372E18
[INFO] [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0
[INFO] [IMPLICIT] fromValue=-9223372036854775808 targetType=Double targetValue=-9.223372036854776E18
[INFO] [IMPLICIT] fromValue=9223372036854775807 targetType=Double targetValue=9.223372036854776E18
[INFO] onObjectAdded parent=null instance=ServerType
[INFO] onMethodAdded parent=ServerType instance=SetSubscriptionDurable
[INFO] onVariableAdded parent=SetSubscriptionDurable instance=InputArguments
[INFO] onVariableAdded parent=SetSubscriptionDurable instance=OutputArguments
[INFO] onMethodAdded parent=ServerType instance=ResendData
[INFO] onVariableAdded parent=ResendData instance=InputArguments
[INFO] onMethodAdded parent=ServerType instance=RequestServerStateChange
[INFO] onVariableAdded parent=RequestServerStateChange instance=InputArguments
[INFO] onMethodAdded parent=ServerType instance=GetMonitoredItems
[INFO] onVariableAdded parent=GetMonitoredItems instance=InputArguments
[INFO] onVariableAdded parent=GetMonitoredItems instance=OutputArguments
[INFO] onObjectAdded parent=ServerType instance=ServerCapabilities
[INFO] onVariableAdded parent=ServerCapabilities instance=ServerProfileArray
[INFO] onVariableAdded parent=ServerCapabilities instance=LocaleIdArray
[INFO] onVariableAdded parent=ServerCapabilities instance=MinSupportedSampleRate
[INFO] onVariableAdded parent=ServerCapabilities instance=MaxBrowseContinuationPoints
[INFO] onVariableAdded parent=ServerCapabilities instance=MaxQueryContinuationPoints
[INFO] onVariableAdded parent=ServerCapabilities instance=MaxHistoryContinuationPoints
[INFO] onVariableAdded parent=ServerCapabilities instance=SoftwareCertificates
[INFO] onObjectAdded parent=ServerCapabilities instance=ModellingRules
[INFO] onObjectAdded parent=ServerCapabilities instance=AggregateFunctions
[INFO] onObjectAdded parent=ServerType instance=ServerDiagnostics
[INFO] onVariableAdded parent=ServerDiagnostics instance=ServerDiagnosticsSummary
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=ServerViewCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=CurrentSessionCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=CumulatedSessionCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=SecurityRejectedSessionCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=RejectedSessionCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=SessionTimeoutCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=SessionAbortCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=PublishingIntervalCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=CurrentSubscriptionCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=CumulatedSubscriptionCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=SecurityRejectedRequestsCount
[INFO] onVariableAdded parent=ServerDiagnosticsSummary instance=RejectedRequestsCount
[INFO] onVariableAdded parent=ServerDiagnostics instance=SubscriptionDiagnosticsArray
[INFO] onObjectAdded parent=ServerDiagnostics instance=SessionsDiagnosticsSummary
[INFO] onVariableAdded parent=SessionsDiagnosticsSummary instance=SessionDiagnosticsArray
[INFO] onVariableAdded parent=SessionsDiagnosticsSummary instance=SessionSecurityDiagnosticsArray
[INFO] onVariableAdded parent=ServerDiagnostics instance=EnabledFlag
[INFO] onObjectAdded parent=ServerType instance=VendorServerInfo
[INFO] onObjectAdded parent=ServerType instance=ServerRedundancy
[INFO] onVariableAdded parent=ServerRedundancy instance=RedundancySupport
[INFO] onObjectAdded parent=ServerType instance=Namespaces
[INFO] onVariableAdded parent=ServerType instance=ServerArray
[INFO] onVariableAdded parent=ServerType instance=NamespaceArray
[INFO] onVariableAdded parent=ServerType instance=ServerStatus
[INFO] onVariableAdded parent=ServerStatus instance=StartTime
[INFO] onVariableAdded parent=ServerStatus instance=CurrentTime
[INFO] onVariableAdded parent=ServerStatus instance=State
[INFO] onVariableAdded parent=ServerStatus instance=BuildInfo
[INFO] onVariableAdded parent=BuildInfo instance=ProductUri
[INFO] onVariableAdded parent=BuildInfo instance=ManufacturerName
[INFO] onVariableAdded parent=BuildInfo instance=ProductName
[INFO] onVariableAdded parent=BuildInfo instance=SoftwareVersion
[INFO] onVariableAdded parent=BuildInfo instance=BuildNumber
[INFO] onVariableAdded parent=BuildInfo instance=BuildDate
[INFO] onVariableAdded parent=ServerStatus instance=SecondsTillShutdown
[INFO] onVariableAdded parent=ServerStatus instance=ShutdownReason
[INFO] onVariableAdded parent=ServerType instance=ServiceLevel
[INFO] onVariableAdded parent=ServerType instance=Auditing
[INFO] onVariableAdded parent=ServerType instance=EstimatedReturnTime
[INFO] org.eclipse.milo.opcua.sdk.server.nodes.factories.InstanceDeclarationHierarchy@39c11e6c
[INFO] basic-0pqzz
[INFO] 10.40.20.144
[INFO] [INFO] Tests run: 144, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.783 s - in TestSuite
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 144, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sdk-server ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-server/target/sdk-server-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] ----------------< org.eclipse.milo:dictionary-manager >-----------------
[INFO] [INFO] Building dictionary-manager 0.5.4                                [15/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dictionary-manager ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ dictionary-manager ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dictionary-manager ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dictionary-manager ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/dictionary-manager/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ dictionary-manager ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/dictionary-manager/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ dictionary-manager ---
[INFO] [WARNING] Manifest org.eclipse.milo:dictionary-manager:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ dictionary-manager ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/dictionary-manager/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dictionary-manager ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ dictionary-manager ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ dictionary-manager ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] -------------------< org.eclipse.milo:milo-examples >-------------------
[INFO] [INFO] Building milo-examples 0.5.4                                     [16/22]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ milo-examples ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ milo-examples ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ milo-examples ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ milo-examples ---
[INFO] [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] [INFO] 
[INFO] [INFO] ------------------< org.eclipse.milo:server-examples >------------------
[INFO] [INFO] Building server-examples 0.5.4                                   [17/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ server-examples ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ server-examples ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ server-examples ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ server-examples ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ server-examples ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Milo_Release/milo-examples/server-examples/target/classes
[INFO] [INFO] /home/jenkins/agent/workspace/Milo_Release/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java: /home/jenkins/agent/workspace/Milo_Release/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java uses unchecked or unsafe operations.
[INFO] [INFO] /home/jenkins/agent/workspace/Milo_Release/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ server-examples ---
[INFO] [WARNING] Manifest org.eclipse.milo:server-examples:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ server-examples ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/milo-examples/server-examples/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ server-examples ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ server-examples ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ server-examples ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/milo-examples/server-examples/target/server-examples-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ server-examples ---
[INFO] [INFO] Including org.eclipse.milo:sdk-server:jar:0.5.4 in the shaded jar.
[INFO] [INFO] Including org.eclipse.milo:stack-core:jar:0.5.4 in the shaded jar.
[INFO] [INFO] Including org.bouncycastle:bcprov-jdk15on:jar:1.61 in the shaded jar.
[INFO] [INFO] Including org.bouncycastle:bcpkix-jdk15on:jar:1.61 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:26.0-jre in the shaded jar.
[INFO] [INFO] Including io.netty:netty-codec:jar:4.1.45.Final in the shaded jar.
[INFO] [INFO] Including io.netty:netty-common:jar:4.1.45.Final in the shaded jar.
[INFO] [INFO] Including io.netty:netty-buffer:jar:4.1.45.Final in the shaded jar.
[INFO] [INFO] Including io.netty:netty-transport:jar:4.1.45.Final in the shaded jar.
[INFO] [INFO] Including io.netty:netty-resolver:jar:4.1.45.Final in the shaded jar.
[INFO] [INFO] Including io.netty:netty-handler:jar:4.1.45.Final in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.3 in the shaded jar.
[INFO] [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar.
[INFO] [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.3 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar.
[INFO] [INFO] Including org.eclipse.milo:stack-server:jar:0.5.4 in the shaded jar.
[INFO] [INFO] Including io.netty:netty-codec-http:jar:4.1.45.Final in the shaded jar.
[INFO] [INFO] Including org.eclipse.milo:bsd-generator:jar:0.5.4 in the shaded jar.
[INFO] [INFO] Including org.eclipse.milo:bsd-core:jar:0.5.4 in the shaded jar.
[INFO] [INFO] Including org.eclipse.milo:sdk-core:jar:0.5.4 in the shaded jar.
[INFO] [INFO] Including org.eclipse.milo:dictionary-manager:jar:0.5.4 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO] [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO] [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO] [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO] [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO] [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO] [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[INFO] [WARNING] istack-commons-runtime-3.0.11.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.3.jar, txw2-2.3.3.jar define 2 overlapping resources: 
[INFO] [WARNING]   - META-INF/LICENSE.md
[INFO] [WARNING]   - META-INF/NOTICE.md
[INFO] [WARNING] bcpkix-jdk15on-1.61.jar, bcprov-jdk15on-1.61.jar, bsd-core-0.5.4.jar, bsd-generator-0.5.4.jar, dictionary-manager-0.5.4.jar, guava-26.0-jre.jar, istack-commons-runtime-3.0.11.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.3.jar, logback-classic-1.1.7.jar, logback-core-1.1.7.jar, netty-buffer-4.1.45.Final.jar, netty-codec-4.1.45.Final.jar, netty-codec-http-4.1.45.Final.jar, netty-common-4.1.45.Final.jar, netty-handler-4.1.45.Final.jar, netty-resolver-4.1.45.Final.jar, netty-transport-4.1.45.Final.jar, sdk-core-0.5.4.jar, sdk-server-0.5.4.jar, server-examples-0.5.4.jar, slf4j-api-1.7.25.jar, stack-core-0.5.4.jar, stack-server-0.5.4.jar, txw2-2.3.3.jar define 1 overlapping resources: 
[INFO] [WARNING]   - META-INF/MANIFEST.MF
[INFO] [WARNING] netty-buffer-4.1.45.Final.jar, netty-codec-4.1.45.Final.jar, netty-codec-http-4.1.45.Final.jar, netty-common-4.1.45.Final.jar, netty-handler-4.1.45.Final.jar, netty-resolver-4.1.45.Final.jar, netty-transport-4.1.45.Final.jar define 1 overlapping resources: 
[INFO] [WARNING]   - META-INF/io.netty.versions.properties
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO] Replacing original artifact with shaded artifact.
[INFO] [INFO] Replacing /home/jenkins/agent/workspace/Milo_Release/milo-examples/server-examples/target/server-examples-0.5.4.jar with /home/jenkins/agent/workspace/Milo_Release/milo-examples/server-examples/target/server-examples-0.5.4-shaded.jar
[INFO] [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/Milo_Release/milo-examples/server-examples/dependency-reduced-pom.xml
[INFO] [INFO] 
[INFO] [INFO] ------------------< org.eclipse.milo:client-examples >------------------
[INFO] [INFO] Building client-examples 0.5.4                                   [18/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ client-examples ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ client-examples ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ client-examples ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-examples ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ client-examples ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Milo_Release/milo-examples/client-examples/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ client-examples ---
[INFO] [WARNING] Manifest org.eclipse.milo:client-examples:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ client-examples ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/milo-examples/client-examples/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-examples ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ client-examples ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ client-examples ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/milo-examples/client-examples/target/client-examples-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] ------------------< org.eclipse.milo:bsd-parser-gson >------------------
[INFO] [INFO] Building bsd-parser-gson 0.5.4                                   [19/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bsd-parser-gson ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ bsd-parser-gson ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ bsd-parser-gson ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ bsd-parser-gson ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser-gson/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ bsd-parser-gson ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser-gson/target/classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ bsd-parser-gson ---
[INFO] [WARNING] Manifest org.eclipse.milo:bsd-parser-gson:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ bsd-parser-gson ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser-gson/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ bsd-parser-gson ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser-gson/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ bsd-parser-gson ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running org.eclipse.milo.opcua.binaryschema.gson.JsonBsdParserTest
[INFO] --- assertRoundTrip Type: ArrayContainer ---
[INFO] originalValue:	{"IntArray":[1,2,3],"BitField":143,"StringArray":["hello","world"]}
[INFO] encodedValue:	030000000100000002000000030000008f020000000500000068656c6c6f05000000776f726c64
[INFO] decodedValue:	{"IntArray":[1,2,3],"BitField":143,"StringArray":["hello","world"]}
[INFO] --- assertRoundTrip Type: Bar ---
[INFO] originalValue:	{"Foo":{"Bar":0,"Baz":"hello"},"Int":1,"Str":"goodbye"}
[INFO] encodedValue:	000000000500000068656c6c6f0100000007000000676f6f64627965
[INFO] decodedValue:	{"Foo":{"Bar":0,"Baz":"hello"},"Int":1,"Str":"goodbye"}
[INFO] --- assertRoundTrip Type: Foo ---
[INFO] originalValue:	{"Bar":0,"Baz":"hello"}
[INFO] encodedValue:	000000000500000068656c6c6f
[INFO] decodedValue:	{"Bar":0,"Baz":"hello"}
[INFO] --- assertRoundTrip Type: Optionals ---
[INFO] originalValue:	{"OptionalInt32Specified":1,"OptionalStringSpecified":1,"Reserved1":0,"OptionalInt32":0,"OptionalString":"hello"}
[INFO] encodedValue:	03000000000000000500000068656c6c6f
[INFO] decodedValue:	{"OptionalInt32Specified":1,"OptionalStringSpecified":1,"Reserved1":0,"OptionalInt32":0,"OptionalString":"hello"}
[INFO] --- assertRoundTrip Type: Optionals ---
[INFO] originalValue:	{"OptionalInt32Specified":0,"OptionalStringSpecified":0,"Reserved1":0}
[INFO] encodedValue:	00000000
[INFO] decodedValue:	{"OptionalInt32Specified":0,"OptionalStringSpecified":0,"Reserved1":0}
[INFO] --- assertRoundTrip Type: Optionals ---
[INFO] originalValue:	{"OptionalInt32Specified":1,"OptionalStringSpecified":0,"Reserved1":0,"OptionalInt32":0}
[INFO] encodedValue:	0100000000000000
[INFO] decodedValue:	{"OptionalInt32Specified":1,"OptionalStringSpecified":0,"Reserved1":0,"OptionalInt32":0}
[INFO] --- assertRoundTrip Type: ScanSettings ---
[INFO] originalValue:	{"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0}
[INFO] encodedValue:	010000000000000000000000000000000000000000
[INFO] decodedValue:	{"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0}
[INFO] --- assertRoundTrip Type: ScanSettings ---
[INFO] originalValue:	{"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0}
[INFO] encodedValue:	010000000000000000000000000000000000000000
[INFO] decodedValue:	{"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0}
[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.633 s - in org.eclipse.milo.opcua.binaryschema.gson.JsonBsdParserTest
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ bsd-parser-gson ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser-gson ---
[INFO] [INFO] 
[INFO] [INFO] --------------------< org.eclipse.milo:stack-tests >--------------------
[INFO] [INFO] Building stack-tests 0.5.4                                       [20/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stack-tests ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ stack-tests ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ stack-tests ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ stack-tests ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-tests/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ stack-tests ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ stack-tests ---
[INFO] [WARNING] Manifest org.eclipse.milo:stack-tests:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ stack-tests ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ stack-tests ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-tests/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ stack-tests ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running TestSuite
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:18360/test to localhost:18360 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:18360/test to localhost:18360 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:51664/test to localhost:51664 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:51664/test to localhost:51664 [Basic256Sha256/SignAndEncrypt]
[INFO] [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.StackIntegrationTest$TestHttpStackIntegrationTest - discovered endpoint: https://localhost:51664/test
[INFO] [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.StackIntegrationTest$TestHttpStackIntegrationTest - discovered endpoint: https://localhost:51664/test
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic128Rsa15/Sign]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic128Rsa15/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256/Sign]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256Sha256/Sign]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/example/discovery to localhost:12685 [None/None]
[INFO] [NonceUtilSecureRandom] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=None, messageSecurityMode=None, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=Sign, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=SignAndEncrypt, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=Sign, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=SignAndEncrypt, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=Sign, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=SignAndEncrypt, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=Sign, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=SignAndEncrypt, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=Sign, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=SignAndEncrypt, messageSize=128
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=None, messageSecurityMode=None, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=Sign, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=SignAndEncrypt, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=Sign, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=SignAndEncrypt, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=Sign, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=SignAndEncrypt, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=Sign, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=SignAndEncrypt, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=Sign, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=SignAndEncrypt, messageSize=65535
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=None, messageSecurityMode=None
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=Sign
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=SignAndEncrypt
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=Sign
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=SignAndEncrypt
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=Sign
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=SignAndEncrypt
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=Sign
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=SignAndEncrypt
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=Sign
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=SignAndEncrypt
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - sending request: ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=132581520472450000, javaDate=Thu Feb 18 20:00:47 GMT 2021}, requestHandle=0, returnDiagnostics=0, auditEntryId=null, timeoutHint=60000, additionalHeader=null), maxAge=0.0, timestampsToReturn=Neither, nodesToRead=[ReadValueId(nodeId=NodeId{ns=0, id=0}, attributeId=13, indexRange=null, dataEncoding=null)])
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - got response: ReadResponse(responseHeader=ResponseHeader(timestamp=DateTime{utcTime=132581520472530000, javaDate=Thu Feb 18 20:00:47 GMT 2021}, requestHandle=0, serviceResult=StatusCode{name=Good, value=0x00000000, quality=good}, serviceDiagnostics=null, stringTable=null, additionalHeader=ExtensionObject{encoded=ByteString{bytes=null}, encodingId=NodeId{ns=0, id=0}}), results=[DataValue{value=Variant{value=42}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=132581520472540000, javaDate=Thu Feb 18 20:00:47 GMT 2021}, serverTime=DateTime{utcTime=132581520472540000, javaDate=Thu Feb 18 20:00:47 GMT 2021}}], diagnosticInfos=null)
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - sending request: ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=132581520473120000, javaDate=Thu Feb 18 20:00:47 GMT 2021}, requestHandle=0, returnDiagnostics=0, auditEntryId=null, timeoutHint=60000, additionalHeader=null), maxAge=0.0, timestampsToReturn=Neither, nodesToRead=[ReadValueId(nodeId=NodeId{ns=0, id=0}, attributeId=13, indexRange=null, dataEncoding=null)])
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - got response: ReadResponse(responseHeader=ResponseHeader(timestamp=DateTime{utcTime=132581520473140000, javaDate=Thu Feb 18 20:00:47 GMT 2021}, requestHandle=0, serviceResult=StatusCode{name=Good, value=0x00000000, quality=good}, serviceDiagnostics=null, stringTable=null, additionalHeader=ExtensionObject{encoded=ByteString{bytes=null}, encodingId=NodeId{ns=0, id=0}}), results=[DataValue{value=Variant{value=42}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=132581520473140000, javaDate=Thu Feb 18 20:00:47 GMT 2021}, serverTime=DateTime{utcTime=132581520473140000, javaDate=Thu Feb 18 20:00:47 GMT 2021}}], diagnosticInfos=null)
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - initiating a reconnect by closing channel in server...
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - sending request: ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=132581520473120000, javaDate=Thu Feb 18 20:00:47 GMT 2021}, requestHandle=0, returnDiagnostics=0, auditEntryId=null, timeoutHint=60000, additionalHeader=null), maxAge=0.0, timestampsToReturn=Neither, nodesToRead=[ReadValueId(nodeId=NodeId{ns=0, id=0}, attributeId=13, indexRange=null, dataEncoding=null)])
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - got response: ReadResponse(responseHeader=ResponseHeader(timestamp=DateTime{utcTime=132581520483260000, javaDate=Thu Feb 18 20:00:48 GMT 2021}, requestHandle=0, serviceResult=StatusCode{name=Good, value=0x00000000, quality=good}, serviceDiagnostics=null, stringTable=null, additionalHeader=ExtensionObject{encoded=ByteString{bytes=null}, encodingId=NodeId{ns=0, id=0}}), results=[DataValue{value=Variant{value=42}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=132581520483260000, javaDate=Thu Feb 18 20:00:48 GMT 2021}, serverTime=DateTime{utcTime=132581520483260000, javaDate=Thu Feb 18 20:00:48 GMT 2021}}], diagnosticInfos=null)
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=true}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=3.14}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=6.12}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=hello, world}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=DateTime{utcTime=132581520483290000, javaDate=Thu Feb 18 20:00:48 GMT 2021}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=494e52a8-6fde-4cdd-b871-63de7378c70a}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=XmlElement{fragment=<tag>hello</tag>}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=NodeId{ns=0, id=42}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=true}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3.14}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=6.12}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=hello, world}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=DateTime{utcTime=132581520503550000, javaDate=Thu Feb 18 20:00:50 GMT 2021}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=e0693324-a93a-499e-b20a-bfb80ad0adc3}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=XmlElement{fragment=<tag>hello</tag>}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=NodeId{ns=0, id=42}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=true}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=3.14}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=6.12}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=hello, world}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=DateTime{utcTime=132581520518530000, javaDate=Thu Feb 18 20:00:51 GMT 2021}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=5071fb2f-505a-47ca-9144-0772edf3e99b}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=XmlElement{fragment=<tag>hello</tag>}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=NodeId{ns=0, id=42}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=true}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3.14}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=6.12}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=hello, world}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=DateTime{utcTime=132581520531470000, javaDate=Thu Feb 18 20:00:53 GMT 2021}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=cd651ea1-d8b2-4aae-8e4e-cead3bf47997}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=XmlElement{fragment=<tag>hello</tag>}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=NodeId{ns=0, id=42}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=true}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3.14}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=6.12}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=hello, world}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=DateTime{utcTime=132581520545180000, javaDate=Thu Feb 18 20:00:54 GMT 2021}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=a102938e-aeb8-4f39-9436-3ad37d24a16f}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=XmlElement{fragment=<tag>hello</tag>}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=NodeId{ns=0, id=42}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=true}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=3.14}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=6.12}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=hello, world}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=DateTime{utcTime=132581520557510000, javaDate=Thu Feb 18 20:00:55 GMT 2021}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=9dd317df-b194-4ad5-8ba2-549d36015418}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=XmlElement{fragment=<tag>hello</tag>}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=NodeId{ns=0, id=42}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}}
[INFO] [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}}
[INFO] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.client.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=true}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=3.14}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=6.12}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=hello, world}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=DateTime{utcTime=132581520570420000, javaDate=Thu Feb 18 20:00:57 GMT 2021}}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=7fba0b57-381e-48ce-a1f8-face18e7fe74}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=XmlElement{fragment=<tag>hello</tag>}}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=NodeId{ns=0, id=42}}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 0, 1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 12, 0, 0, 0, 68, 97, 116, 97, 69, 110, 99, 111, 100, 105, 110, 103]}, encodingId=NodeId{ns=0, id=628}}}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42}
[INFO] [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None
[INFO] [milo-shared-thread-pool-4] INFO org.eclipse.milo.opcua.stack.ClientServerTest - received ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=132581520600570000, javaDate=Thu Feb 18 20:01:00 GMT 2021}, requestHandle=0, returnDiagnostics=0, auditEntryId=null, timeoutHint=1000, additionalHeader=ExtensionObject{encoded=ByteString{bytes=null}, encodingId=NodeId{ns=0, id=0}}), maxAge=0.0, timestampsToReturn=Neither, nodesToRead=[ReadValueId(nodeId=NodeId{ns=0, id=0}, attributeId=13, indexRange=null, dataEncoding=QualifiedName{name=null, namespaceIndex=0})]); ignoring...
[INFO] [INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 108.719 s - in TestSuite
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ stack-tests ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-tests/target/stack-tests-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ stack-tests ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12381/test to localhost:12381 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12381/test to localhost:12381 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:64606/test to localhost:64606 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:64606/test to localhost:64606 [Basic256Sha256/SignAndEncrypt]
[INFO] [NonceUtilSecureRandom] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms.
[INFO] [milo-shared-thread-pool-1] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - discovered endpoint: opc.tcp://localhost:12381/test
[INFO] [milo-shared-thread-pool-1] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - discovered endpoint: opc.tcp://localhost:12381/test
[INFO] [milo-netty-event-loop-0] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - verifyTrustChain: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com
[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.203 s - in org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] ---------------------< org.eclipse.milo:sdk-tests >---------------------
[INFO] [INFO] Building sdk-tests 0.5.4                                         [21/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sdk-tests ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ sdk-tests ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ sdk-tests ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ sdk-tests ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-tests/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sdk-tests ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ sdk-tests ---
[INFO] [WARNING] Manifest org.eclipse.milo:sdk-tests:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sdk-tests ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 3 resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sdk-tests ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-tests/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ sdk-tests ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running TestSuite
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Stack version: 0.5.4
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.5.4
[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.68 s - in TestSuite
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ sdk-tests ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/sdk-tests/target/sdk-tests-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default) @ sdk-tests ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (default) @ sdk-tests ---
[INFO] [INFO] 
[INFO] [INFO] -----------------< org.eclipse.milo:integration-tests >-----------------
[INFO] [INFO] Building integration-tests 0.5.4                                 [22/22]
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ integration-tests ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ integration-tests ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ integration-tests ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ integration-tests ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/integration-tests/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ integration-tests ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- maven-bundle-plugin:4.0.0:manifest (generate-manifest) @ integration-tests ---
[INFO] [WARNING] Manifest org.eclipse.milo:integration-tests:jar:0.5.4 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ integration-tests ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ integration-tests ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/integration-tests/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ integration-tests ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.methods.UaMethodTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.5.4
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.5.4
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 1717ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:16580/test to localhost:16580 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:16580/test to localhost:16580 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:16580/test/discovery to localhost:16580 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:16580/test to localhost:16580 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:16580/test to localhost:16580 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:16580/test/discovery to localhost:16580 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Stack version: 0.5.4
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.5.4
[INFO] [NonceUtilSecureRandom] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms.
[INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.98 s - in org.eclipse.milo.opcua.sdk.client.methods.UaMethodTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.BatchModifyMonitoredItemsTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 272ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:62091/test to localhost:62091 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:62091/test to localhost:62091 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:62091/test/discovery to localhost:62091 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:62091/test to localhost:62091 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:62091/test to localhost:62091 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:62091/test/discovery to localhost:62091 [None/None]
[INFO] created ManagedSubscription id=3
[INFO] deleting ManagedSubscription id=3
[INFO] created ManagedSubscription id=4
[INFO] deleting ManagedSubscription id=4
[INFO] created ManagedSubscription id=5
[INFO] deleting ManagedSubscription id=5
[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.993 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.BatchModifyMonitoredItemsTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedSubscriptionTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 198ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:22680/test to localhost:22680 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:22680/test to localhost:22680 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:22680/test/discovery to localhost:22680 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:22680/test to localhost:22680 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:22680/test to localhost:22680 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:22680/test/discovery to localhost:22680 [None/None]
[INFO] created ManagedSubscription id=6
[INFO] deleting ManagedSubscription id=6
[INFO] created ManagedSubscription id=7
[INFO] deleting ManagedSubscription id=7
[INFO] created ManagedSubscription id=8
[INFO] deleting ManagedSubscription id=8
[INFO] created ManagedSubscription id=9
[INFO] deleting ManagedSubscription id=9
[INFO] created ManagedSubscription id=10
[INFO] deleting ManagedSubscription id=10
[INFO] created ManagedSubscription id=11
[INFO] deleting ManagedSubscription id=11
[INFO] created ManagedSubscription id=12
[INFO] deleting ManagedSubscription id=12
[INFO] created ManagedSubscription id=13
[INFO] deleting ManagedSubscription id=13
[INFO] created ManagedSubscription id=14
[INFO] deleting ManagedSubscription id=14
[INFO] created ManagedSubscription id=15
[INFO] deleting ManagedSubscription id=15
[INFO] created ManagedSubscription id=16
[INFO] deleting ManagedSubscription id=16
[INFO] created ManagedSubscription id=17
[INFO] deleting ManagedSubscription id=17
[INFO] created ManagedSubscription id=18
[INFO] deleting ManagedSubscription id=18
[INFO] created ManagedSubscription id=19
[INFO] deleting ManagedSubscription id=19
[INFO] created ManagedSubscription id=20
[INFO] deleting ManagedSubscription id=20
[INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.834 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedSubscriptionTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedEventItemTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 210ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:33663/test to localhost:33663 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:33663/test to localhost:33663 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:33663/test/discovery to localhost:33663 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:33663/test to localhost:33663 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:33663/test to localhost:33663 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:33663/test/discovery to localhost:33663 [None/None]
[INFO] created ManagedSubscription id=21
[INFO] deleting ManagedSubscription id=21
[INFO] created ManagedSubscription id=22
[INFO] deleting ManagedSubscription id=22
[INFO] created ManagedSubscription id=23
[INFO] deleting ManagedSubscription id=23
[INFO] created ManagedSubscription id=24
[INFO] deleting ManagedSubscription id=24
[INFO] created ManagedSubscription id=25
[INFO] deleting ManagedSubscription id=25
[INFO] created ManagedSubscription id=26
[INFO] deleting ManagedSubscription id=26
[INFO] created ManagedSubscription id=27
[INFO] deleting ManagedSubscription id=27
[INFO] created ManagedSubscription id=28
[INFO] deleting ManagedSubscription id=28
[INFO] created ManagedSubscription id=29
[INFO] deleting ManagedSubscription id=29
[INFO] created ManagedSubscription id=30
[INFO] deleting ManagedSubscription id=30
[INFO] created ManagedSubscription id=31
[INFO] deleting ManagedSubscription id=31
[INFO] created ManagedSubscription id=32
[INFO] deleting ManagedSubscription id=32
[INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.956 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedEventItemTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedDataItemTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 178ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10366/test to localhost:10366 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10366/test to localhost:10366 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10366/test/discovery to localhost:10366 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:10366/test to localhost:10366 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:10366/test to localhost:10366 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:10366/test/discovery to localhost:10366 [None/None]
[INFO] created ManagedSubscription id=33
[INFO] deleting ManagedSubscription id=33
[INFO] created ManagedSubscription id=34
[INFO] deleting ManagedSubscription id=34
[INFO] created ManagedSubscription id=35
[INFO] deleting ManagedSubscription id=35
[INFO] created ManagedSubscription id=36
[INFO] deleting ManagedSubscription id=36
[INFO] created ManagedSubscription id=37
[INFO] deleting ManagedSubscription id=37
[INFO] created ManagedSubscription id=38
[INFO] deleting ManagedSubscription id=38
[INFO] created ManagedSubscription id=39
[INFO] deleting ManagedSubscription id=39
[INFO] created ManagedSubscription id=40
[INFO] deleting ManagedSubscription id=40
[INFO] created ManagedSubscription id=41
[INFO] deleting ManagedSubscription id=41
[INFO] created ManagedSubscription id=42
[INFO] deleting ManagedSubscription id=42
[INFO] created ManagedSubscription id=43
[INFO] deleting ManagedSubscription id=43
[INFO] created ManagedSubscription id=44
[INFO] deleting ManagedSubscription id=44
[INFO] created ManagedSubscription id=45
[INFO] deleting ManagedSubscription id=45
[INFO] created ManagedSubscription id=46
[INFO] deleting ManagedSubscription id=46
[INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.817 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedDataItemTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.BatchSetMonitoringModeTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 158ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:23650/test to localhost:23650 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:23650/test to localhost:23650 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:23650/test/discovery to localhost:23650 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:23650/test to localhost:23650 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:23650/test to localhost:23650 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:23650/test/discovery to localhost:23650 [None/None]
[INFO] created ManagedSubscription id=47
[INFO] deleting ManagedSubscription id=47
[INFO] created ManagedSubscription id=48
[INFO] deleting ManagedSubscription id=48
[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.BatchSetMonitoringModeTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.UaObjectNodeTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 134ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:17854/test to localhost:17854 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:17854/test to localhost:17854 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:17854/test/discovery to localhost:17854 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:17854/test to localhost:17854 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:17854/test to localhost:17854 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:17854/test/discovery to localhost:17854 [None/None]
[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 s - in org.eclipse.milo.opcua.sdk.client.UaObjectNodeTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.UaVariableNodeTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 127ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:51542/test to localhost:51542 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:51542/test to localhost:51542 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:51542/test/discovery to localhost:51542 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:51542/test to localhost:51542 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:51542/test to localhost:51542 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:51542/test/discovery to localhost:51542 [None/None]
[INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.eclipse.milo.opcua.sdk.client.UaVariableNodeTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.AddressSpaceTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 124ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:39955/test to localhost:39955 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:39955/test to localhost:39955 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:39955/test/discovery to localhost:39955 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:39955/test to localhost:39955 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:39955/test to localhost:39955 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:39955/test/discovery to localhost:39955 [None/None]
[INFO] 0:SetSubscriptionDurable (ns=0;i=12749) [Method]
[INFO] 0:ResendData (ns=0;i=12873) [Method]
[INFO] 0:RequestServerStateChange (ns=0;i=12886) [Method]
[INFO] 0:GetMonitoredItems (ns=0;i=11492) [Method]
[INFO] 0:ServerConfiguration (ns=0;i=12637) [Object]
[INFO] 0:ServerArray (ns=0;i=2254) [Variable]
[INFO] └─ value = Variant{value=[urn:eclipse:milo:examples:server:34d82311-5915-46ef-86a0-66a928497d89]}
[INFO] 0:NamespaceArray (ns=0;i=2255) [Variable]
[INFO] └─ value = Variant{value=[http://opcfoundation.org/UA/, urn:eclipse:milo:examples:server:34d82311-5915-46ef-86a0-66a928497d89, urn:eclipse:milo:test]}
[INFO] 0:ServerStatus (ns=0;i=2256) [Variable]
[INFO] └─ value = Variant{value=ExtensionObject{encoded=ByteString{bytes=[-32, -47, -34, -41, 48, 6, -41, 1, -96, 106, -22, -41, 48, 6, -41, 1, 0, 0, 0, 0, 31, 0, 0, 0, 117, 114, 110, 58, 101, 99, 108, 105, 112, 115, 101, 58, 109, 105, 108, 111, 58, 101, 120, 97, 109, 112, 108, 101, 45, 115, 101, 114, 118, 101, 114, 7, 0, 0, 0, 101, 99, 108, 105, 112, 115, 101, 27, 0, 0, 0, 101, 99, 108, 105, 112, 115, 101, 32, 109, 105, 108, 111, 32, 101, 120, 97, 109, 112, 108, 101, 32, 115, 101, 114, 118, 101, 114, 5, 0, 0, 0, 48, 46, 53, 46, 52, 0, 0, 0, 0, -48, 34, -53, -41, 48, 6, -41, 1, 0, 0, 0, 0, 0]}, encodingId=NodeId{ns=0, id=864}}}
[INFO] 0:ServiceLevel (ns=0;i=2267) [Variable]
[INFO] └─ value = Variant{value=255}
[INFO] 0:Auditing (ns=0;i=2994) [Variable]
[INFO] └─ value = Variant{value=false}
[INFO] 0:EstimatedReturnTime (ns=0;i=12885) [Variable]
[INFO] └─ value = Variant{value=null}
[INFO] 0:ServerCapabilities (ns=0;i=2268) [Object]
[INFO] 0:ServerDiagnostics (ns=0;i=2274) [Object]
[INFO] 0:VendorServerInfo (ns=0;i=2295) [Object]
[INFO] 0:ServerRedundancy (ns=0;i=2296) [Object]
[INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 s - in org.eclipse.milo.opcua.sdk.client.AddressSpaceTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.client.UaNodeTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 165ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:30072/test to localhost:30072 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:30072/test to localhost:30072 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:30072/test/discovery to localhost:30072 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:30072/test to localhost:30072 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:30072/test to localhost:30072 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:30072/test/discovery to localhost:30072 [None/None]
[INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 s - in org.eclipse.milo.opcua.sdk.client.UaNodeTest
[INFO] [INFO] Running org.eclipse.milo.opcua.sdk.core.DataTypeTreeTest
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki
[INFO] [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 120ms.
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:47847/test to localhost:47847 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:47847/test to localhost:47847 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:47847/test/discovery to localhost:47847 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:47847/test to localhost:47847 [None/None]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:47847/test to localhost:47847 [Basic256Sha256/SignAndEncrypt]
[INFO] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:47847/test/discovery to localhost:47847 [None/None]
[INFO] 0:BaseDataType
[INFO] 	0:Boolean
[INFO] 	0:String
[INFO] 		0:NumericRange
[INFO] 		0:Time
[INFO] 		0:LocaleId
[INFO] 		0:NormalizedString
[INFO] 		0:DecimalString
[INFO] 		0:DurationString
[INFO] 		0:TimeString
[INFO] 		0:DateString
[INFO] 	0:DateTime
[INFO] 		0:Date
[INFO] 		0:UtcTime
[INFO] 	0:Guid
[INFO] 	0:ByteString
[INFO] 		0:Image
[INFO] 			0:ImageBMP
[INFO] 			0:ImageGIF
[INFO] 			0:ImageJPG
[INFO] 			0:ImagePNG
[INFO] 		0:ApplicationInstanceCertificate
[INFO] 		0:ContinuationPoint
[INFO] 	0:XmlElement
[INFO] 	0:NodeId
[INFO] 		0:SessionAuthenticationToken
[INFO] 	0:ExpandedNodeId
[INFO] 	0:StatusCode
[INFO] 	0:QualifiedName
[INFO] 	0:LocalizedText
[INFO] 	0:Structure
[INFO] 		0:TrustListDataType
[INFO] 		0:Argument
[INFO] 		0:StatusResult
[INFO] 		0:UserTokenPolicy
[INFO] 		0:ApplicationDescription
[INFO] 		0:EndpointDescription
[INFO] 		0:UserIdentityToken
[INFO] 			0:AnonymousIdentityToken
[INFO] 			0:UserNameIdentityToken
[INFO] 			0:X509IdentityToken
[INFO] 			0:IssuedIdentityToken
[INFO] 		0:EndpointConfiguration
[INFO] 		0:BuildInfo
[INFO] 		0:SignedSoftwareCertificate
[INFO] 		0:AddNodesItem
[INFO] 		0:AddReferencesItem
[INFO] 		0:DeleteNodesItem
[INFO] 		0:DeleteReferencesItem
[INFO] 		0:RegisteredServer
[INFO] 		0:OptionSet
[INFO] 		0:Union
[INFO] 		0:RelativePathElement
[INFO] 		0:RelativePath
[INFO] 		0:ContentFilterElement
[INFO] 		0:ContentFilter
[INFO] 		0:FilterOperand
[INFO] 			0:ElementOperand
[INFO] 			0:LiteralOperand
[INFO] 			0:AttributeOperand
[INFO] 			0:SimpleAttributeOperand
[INFO] 		0:DiscoveryConfiguration
[INFO] 			0:MdnsDiscoveryConfiguration
[INFO] 		0:HistoryEvent
[INFO] 		0:MonitoringFilter
[INFO] 			0:EventFilter
[INFO] 		0:TimeZoneDataType
[INFO] 		0:RedundantServerDataType
[INFO] 		0:SamplingIntervalDiagnosticsDataType
[INFO] 		0:ServerDiagnosticsSummaryDataType
[INFO] 		0:ServerStatusDataType
[INFO] 		0:SessionDiagnosticsDataType
[INFO] 		0:SessionSecurityDiagnosticsDataType
[INFO] 		0:ServiceCounterDataType
[INFO] 		0:SubscriptionDiagnosticsDataType
[INFO] 		0:ModelChangeStructureDataType
[INFO] 		0:Range
[INFO] 		0:EUInformation
[INFO] 		0:Annotation
[INFO] 		0:ProgramDiagnosticDataType
[INFO] 		0:SemanticChangeStructureDataType
[INFO] 		0:HistoryEventFieldList
[INFO] 		0:AggregateConfiguration
[INFO] 		0:EnumValueType
[INFO] 		0:EndpointUrlListDataType
[INFO] 		0:NetworkGroupDataType
[INFO] 		0:AxisInformation
[INFO] 		0:XVType
[INFO] 		0:ComplexNumberType
[INFO] 		0:DoubleComplexNumberType
[INFO] 		0:ServerOnNetwork
[INFO] 	0:DataValue
[INFO] 	0:DiagnosticInfo
[INFO] 	0:Number
[INFO] 		0:Float
[INFO] 		0:Double
[INFO] 			0:Duration
[INFO] 		0:Integer
[INFO] 			0:SByte
[INFO] 			0:Int16
[INFO] 			0:Int32
[INFO] 			0:Int64
[INFO] 		0:UInteger
[INFO] 			0:Byte
[INFO] 			0:UInt16
[INFO] 			0:UInt32
[INFO] 				0:IntegerId
[INFO] 				0:Counter
[INFO] 			0:UInt64
[INFO] 				0:BitFieldMaskDataType
[INFO] 		0:Decimal128
[INFO] 	0:Enumeration
[INFO] 		0:NamingRuleType
[INFO] 		0:IdType
[INFO] 		0:NodeClass
[INFO] 		0:TrustListMasks
[INFO] 		0:MessageSecurityMode
[INFO] 		0:UserTokenType
[INFO] 		0:ApplicationType
[INFO] 		0:SecurityTokenRequestType
[INFO] 		0:AttributeWriteMask
[INFO] 		0:NodeAttributesMask
[INFO] 		0:FilterOperator
[INFO] 		0:RedundancySupport
[INFO] 		0:ServerState
[INFO] 		0:ExceptionDeviationFormat
[INFO] 		0:HistoryUpdateType
[INFO] 		0:PerformUpdateType
[INFO] 		0:OpenFileMode
[INFO] 		0:AxisScaleEnumeration
[INFO] 0:String : class java.lang.String
[INFO] 0:NumericRange : class java.lang.String
[INFO] 0:Time : class java.lang.String
[INFO] 0:LocaleId : class java.lang.String
[INFO] 0:NormalizedString : class java.lang.String
[INFO] 0:DecimalString : class java.lang.String
[INFO] 0:DurationString : class java.lang.String
[INFO] 0:TimeString : class java.lang.String
[INFO] 0:DateString : class java.lang.String
[INFO] 0:DateTime : class org.eclipse.milo.opcua.stack.core.types.builtin.DateTime
[INFO] 0:Date : class org.eclipse.milo.opcua.stack.core.types.builtin.DateTime
[INFO] 0:UtcTime : class org.eclipse.milo.opcua.stack.core.types.builtin.DateTime
[INFO] 0:ByteString : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString
[INFO] 0:Image : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString
[INFO] 0:ImageBMP : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString
[INFO] 0:ImageGIF : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString
[INFO] 0:ImageJPG : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString
[INFO] 0:ImagePNG : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString
[INFO] 0:ApplicationInstanceCertificate : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString
[INFO] 0:ContinuationPoint : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString
[INFO] 0:NodeId : class org.eclipse.milo.opcua.stack.core.types.builtin.NodeId
[INFO] 0:SessionAuthenticationToken : class org.eclipse.milo.opcua.stack.core.types.builtin.NodeId
[INFO] 0:Structure : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:TrustListDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:Argument : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:StatusResult : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:UserTokenPolicy : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ApplicationDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:EndpointDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:UserIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:AnonymousIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:UserNameIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:X509IdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:IssuedIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:EndpointConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:BuildInfo : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:SignedSoftwareCertificate : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:AddNodesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:AddReferencesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:DeleteNodesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:DeleteReferencesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:RegisteredServer : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:OptionSet : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:Union : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:RelativePathElement : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:RelativePath : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ContentFilterElement : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ContentFilter : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:FilterOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ElementOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:LiteralOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:AttributeOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:SimpleAttributeOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:DiscoveryConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:MdnsDiscoveryConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:HistoryEvent : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:MonitoringFilter : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:EventFilter : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:TimeZoneDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:RedundantServerDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:SamplingIntervalDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ServerDiagnosticsSummaryDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ServerStatusDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:SessionDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:SessionSecurityDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ServiceCounterDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:SubscriptionDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ModelChangeStructureDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:Range : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:EUInformation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:Annotation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ProgramDiagnosticDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:SemanticChangeStructureDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:HistoryEventFieldList : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:AggregateConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:EnumValueType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:EndpointUrlListDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:NetworkGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:AxisInformation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:XVType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ComplexNumberType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:DoubleComplexNumberType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:ServerOnNetwork : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject
[INFO] 0:Double : class java.lang.Double
[INFO] 0:Duration : class java.lang.Double
[INFO] 0:UInt32 : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger
[INFO] 0:IntegerId : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger
[INFO] 0:Counter : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger
[INFO] 0:UInt64 : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong
[INFO] 0:BitFieldMaskDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong
[INFO] 0:Enumeration : class java.lang.Integer
[INFO] 0:NamingRuleType : class java.lang.Integer
[INFO] 0:IdType : class java.lang.Integer
[INFO] 0:NodeClass : class java.lang.Integer
[INFO] 0:TrustListMasks : class java.lang.Integer
[INFO] 0:MessageSecurityMode : class java.lang.Integer
[INFO] 0:UserTokenType : class java.lang.Integer
[INFO] 0:ApplicationType : class java.lang.Integer
[INFO] 0:SecurityTokenRequestType : class java.lang.Integer
[INFO] 0:AttributeWriteMask : class java.lang.Integer
[INFO] 0:NodeAttributesMask : class java.lang.Integer
[INFO] 0:FilterOperator : class java.lang.Integer
[INFO] 0:RedundancySupport : class java.lang.Integer
[INFO] 0:ServerState : class java.lang.Integer
[INFO] 0:ExceptionDeviationFormat : class java.lang.Integer
[INFO] 0:HistoryUpdateType : class java.lang.Integer
[INFO] 0:PerformUpdateType : class java.lang.Integer
[INFO] 0:OpenFileMode : class java.lang.Integer
[INFO] 0:AxisScaleEnumeration : class java.lang.Integer
[INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in org.eclipse.milo.opcua.sdk.core.DataTypeTreeTest
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ integration-tests ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-sdk/integration-tests/target/integration-tests-0.5.4.jar
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default) @ integration-tests ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (default) @ integration-tests ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 0.5.4:
[INFO] [INFO] 
[INFO] [INFO] Eclipse Milo Build Tools ........................... SUCCESS [  5.904 s]
[INFO] [INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [ 11.346 s]
[INFO] [INFO] opc-ua-stack ....................................... SUCCESS [  7.100 s]
[INFO] [INFO] stack-core ......................................... SUCCESS [ 47.335 s]
[INFO] [INFO] stack-client ....................................... SUCCESS [  1.500 s]
[INFO] [INFO] opc-ua-sdk ......................................... SUCCESS [  1.146 s]
[INFO] [INFO] sdk-core ........................................... SUCCESS [  5.571 s]
[INFO] [INFO] sdk-client ......................................... SUCCESS [  9.418 s]
[INFO] [INFO] bsd-core ........................................... SUCCESS [  4.362 s]
[INFO] [INFO] bsd-parser ......................................... SUCCESS [  3.759 s]
[INFO] [INFO] dictionary-reader .................................. SUCCESS [ 25.416 s]
[INFO] [INFO] stack-server ....................................... SUCCESS [  1.262 s]
[INFO] [INFO] bsd-generator ...................................... SUCCESS [  0.425 s]
[INFO] [INFO] sdk-server ......................................... SUCCESS [ 20.446 s]
[INFO] [INFO] dictionary-manager ................................. SUCCESS [  0.443 s]
[INFO] [INFO] milo-examples ...................................... SUCCESS [  0.079 s]
[INFO] [INFO] server-examples .................................... SUCCESS [ 10.561 s]
[INFO] [INFO] client-examples .................................... SUCCESS [  0.728 s]
[INFO] [INFO] bsd-parser-gson .................................... SUCCESS [  2.723 s]
[INFO] [INFO] stack-tests ........................................ SUCCESS [01:53 min]
[INFO] [INFO] sdk-tests .......................................... SUCCESS [  3.746 s]
[INFO] [INFO] integration-tests .................................. SUCCESS [ 20.860 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  04:58 min
[INFO] [INFO] Finished at: 2021-02-18T20:01:30Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [prepare] 11/17 scm-commit-release
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git add -- build-tools/pom.xml pom.xml opc-ua-stack/pom.xml opc-ua-stack/stack-core/pom.xml opc-ua-stack/stack-client/pom.xml opc-ua-sdk/pom.xml opc-ua-sdk/sdk-core/pom.xml opc-ua-sdk/sdk-client/pom.xml opc-ua-stack/bsd-core/pom.xml opc-ua-stack/bsd-parser/pom.xml opc-ua-sdk/dictionary-reader/pom.xml opc-ua-stack/stack-server/pom.xml opc-ua-stack/bsd-generator/pom.xml opc-ua-sdk/sdk-server/pom.xml opc-ua-sdk/dictionary-manager/pom.xml milo-examples/pom.xml milo-examples/server-examples/pom.xml milo-examples/client-examples/pom.xml opc-ua-stack/bsd-parser-gson/pom.xml opc-ua-stack/stack-tests/pom.xml opc-ua-sdk/sdk-tests/pom.xml opc-ua-sdk/integration-tests/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git rev-parse --show-prefix
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[WARNING] Ignoring unrecognized line: ?? .repository/
[WARNING] Ignoring unrecognized line: ?? build-tools/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? milo-examples/client-examples/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? milo-examples/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? milo-examples/server-examples/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-sdk/dictionary-manager/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-sdk/dictionary-reader/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-sdk/integration-tests/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-sdk/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-sdk/sdk-client/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-sdk/sdk-core/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-sdk/sdk-server/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-sdk/sdk-tests/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-stack/bsd-core/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-stack/bsd-generator/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-stack/bsd-parser-gson/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-stack/bsd-parser/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-stack/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-stack/stack-client/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-stack/stack-core/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-stack/stack-server/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? opc-ua-stack/stack-tests/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git commit --verbose -F /tmp/maven-scm-2064760596.commit
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git push git@github.com:eclipse/milo.git refs/heads/release/0.5.4:refs/heads/release/0.5.4
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 0.5.4-SNAPSHOT:
[INFO] 
[INFO] Eclipse Milo Build Tools ........................... SKIPPED
[INFO] Eclipse Milo - OPC UA (IEC 62541) .................. FAILURE [06:04 min]
[INFO] opc-ua-stack ....................................... SKIPPED
[INFO] stack-core ......................................... SKIPPED
[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:  06:24 min
[INFO] Finished at: 2021-02-18T20:01:30Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) on project milo: Unable to commit files
[ERROR] Provider message:
[ERROR] The git-push command failed.
[ERROR] Command output:
[ERROR] git@github.com: Permission denied (publickey).
[ERROR] fatal: Could not read from remote repository.
[ERROR] 
[ERROR] Please make sure you have the correct access rights
[ERROR] and the repository exists.
[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 :milo
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE