GitHub pull request #1260 of commit 81508b464b506d56e668f41ed816f7b8be75fbcf, no merge conflicts. Running as SYSTEM Setting status of 81508b464b506d56e668f41ed816f7b8be75fbcf to PENDING with url https://ci.eclipse.org/milo/job/Milo_Test/3191/ and message: 'Build started for merge commit.' Agent basic-61d4p is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-61d4p" namespace: "milo" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.milo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-61d4p" - 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-61d4p" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.milo.svc.cluster.local/milo/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-milo" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-61d4p (basic) in workspace /home/jenkins/agent/workspace/Milo_Test The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/milo/ > git init /home/jenkins/agent/workspace/Milo_Test # timeout=10 Fetching upstream changes from https://github.com/eclipse/milo/ > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/milo/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/milo/ # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/milo/ # timeout=10 Fetching upstream changes from https://github.com/eclipse/milo/ > git fetch --tags --force --progress -- https://github.com/eclipse/milo/ +refs/pull/1260/*:refs/remotes/origin/pr/1260/* # timeout=10 > git rev-parse 81508b464b506d56e668f41ed816f7b8be75fbcf^{commit} # timeout=10 Checking out Revision 81508b464b506d56e668f41ed816f7b8be75fbcf (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 81508b464b506d56e668f41ed816f7b8be75fbcf # timeout=10 Commit message: "~ oops, space snuck into version number" > git rev-list --no-walk fbee92b692348f7dc507f9eaf2fa198a421c9265 # timeout=10 [Milo_Test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DghprbActualCommitAuthorEmail=kevinherron@gmail.com -DghprbTriggerAuthorLogin= -DghprbGhRepository=eclipse/milo -DghprbTargetBranch=master -DghprbPullId=1260 -DghprbCredentialsId=github-bot -DghprbAuthorRepoGitUrl=https://github.com/eclipse/milo.git -DghprbTriggerAuthor= -DghprbPullAuthorEmail=kevinherron@gmail.com -DghprbPullLink=https://github.com/eclipse/milo/pull/1260 -Dsha1=origin/pr/1260/merge -DghprbPullAuthorLoginMention=@kevinherron "-DghprbPullDescription=GitHub pull request #1260 of commit 81508b464b506d56e668f41ed816f7b8be75fbcf, no merge conflicts." -DghprbActualCommit=81508b464b506d56e668f41ed816f7b8be75fbcf -DghprbPullAuthorLogin=kevinherron -DghprbSourceBranch=issues/gh1259 "-DghprbActualCommitAuthor=Kevin Herron" -DghprbTriggerAuthorLoginMention= "-DghprbPullLongDescription=fixes #1259" -DghprbTriggerAuthorEmail= -DGIT_BRANCH=issues/gh1259 "-DghprbPullTitle=Upgrade Netty to 4.1.108.Final" -DghprbCommentBody=null -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Test/.repository clean verify -B Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Milo Build Tools [jar] [INFO] Eclipse Milo - OPC UA (IEC 62541) [pom] [INFO] opc-ua-stack [pom] [INFO] stack-core [jar] [INFO] stack-client [jar] [INFO] opc-ua-sdk [pom] [INFO] sdk-core [jar] [INFO] sdk-client [jar] [INFO] bsd-core [jar] [INFO] bsd-parser [jar] [INFO] dictionary-reader [jar] [INFO] stack-server [jar] [INFO] bsd-generator [jar] [INFO] sdk-server [jar] [INFO] dictionary-manager [jar] [INFO] milo-examples [pom] [INFO] server-examples [jar] [INFO] client-examples [jar] [INFO] bsd-parser-gson [jar] [INFO] stack-tests [jar] [INFO] sdk-tests [jar] [INFO] integration-tests [jar] [INFO] [INFO] --------------------< org.eclipse.milo:build-tools >-------------------- [INFO] Building Eclipse Milo Build Tools 0.6.13-SNAPSHOT [1/22] [INFO] from build-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ build-tools --- [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ build-tools --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ build-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ build-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/build-tools/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ build-tools --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ build-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/build-tools/target/build-tools-0.6.13-SNAPSHOT.jar [INFO] [INFO] -----------------------< org.eclipse.milo:milo >------------------------ [INFO] Building Eclipse Milo - OPC UA (IEC 62541) 0.6.13-SNAPSHOT [2/22] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ milo --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ milo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo --- [INFO] [INFO] -------------------< org.eclipse.milo:opc-ua-stack >-------------------- [INFO] Building opc-ua-stack 0.6.13-SNAPSHOT [3/22] [INFO] from opc-ua-stack/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ opc-ua-stack --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ opc-ua-stack --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ opc-ua-stack --- [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ opc-ua-stack --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ opc-ua-stack --- [INFO] No tests to run. [INFO] [INFO] --------------------< org.eclipse.milo:stack-core >--------------------- [INFO] Building stack-core 0.6.13-SNAPSHOT [4/22] [INFO] from opc-ua-stack/stack-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-core --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 381 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-core --- [WARNING] Manifest org.eclipse.milo:stack-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate [main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. [main] INFO org.eclipse.milo.opcua.stack.core.security.DefaultTrustListManagerTest - using /tmp/securityTest [INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.727 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/target/stack-core-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-core --- [INFO] [INFO] -------------------< org.eclipse.milo:stack-client >-------------------- [INFO] Building stack-client 0.6.13-SNAPSHOT [5/22] [INFO] from opc-ua-stack/stack-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-client --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-client --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-client/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-client --- [WARNING] Manifest org.eclipse.milo:stack-client:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-client/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-client/target/stack-client-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-client --- [INFO] No tests to run. [INFO] [INFO] --------------------< org.eclipse.milo:opc-ua-sdk >--------------------- [INFO] Building opc-ua-sdk 0.6.13-SNAPSHOT [6/22] [INFO] from opc-ua-sdk/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ opc-ua-sdk --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ opc-ua-sdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ opc-ua-sdk --- [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ opc-ua-sdk --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] ---------------------< org.eclipse.milo:sdk-core >---------------------- [INFO] Building sdk-core 0.6.13-SNAPSHOT [7/22] [INFO] from opc-ua-sdk/sdk-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ sdk-core --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-core --- [WARNING] Manifest org.eclipse.milo:sdk-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-core --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.server.util.GroupMapCollateTest mod=1 remainder=0 group=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9] -- mod=2 remainder=0 group=[0, 2, 4, 6, 8] mod=2 remainder=1 group=[1, 3, 5, 7, 9] -- mod=3 remainder=0 group=[0, 3, 6, 9] mod=3 remainder=1 group=[1, 4, 7] mod=3 remainder=2 group=[2, 5, 8] -- mod=4 remainder=0 group=[0, 4, 8] mod=4 remainder=1 group=[1, 5, 9] mod=4 remainder=2 group=[2, 6] mod=4 remainder=3 group=[3, 7] -- mod=5 remainder=0 group=[0, 5] mod=5 remainder=1 group=[1, 6] mod=5 remainder=2 group=[2, 7] mod=5 remainder=3 group=[3, 8] mod=5 remainder=4 group=[4, 9] -- mod=6 remainder=0 group=[0, 6] mod=6 remainder=1 group=[1, 7] mod=6 remainder=2 group=[2, 8] mod=6 remainder=3 group=[3, 9] mod=6 remainder=4 group=[4] mod=6 remainder=5 group=[5] -- mod=7 remainder=0 group=[0, 7] mod=7 remainder=1 group=[1, 8] mod=7 remainder=2 group=[2, 9] mod=7 remainder=3 group=[3] mod=7 remainder=4 group=[4] mod=7 remainder=5 group=[5] mod=7 remainder=6 group=[6] -- mod=8 remainder=0 group=[0, 8] mod=8 remainder=1 group=[1, 9] mod=8 remainder=2 group=[2] mod=8 remainder=3 group=[3] mod=8 remainder=4 group=[4] mod=8 remainder=5 group=[5] mod=8 remainder=6 group=[6] mod=8 remainder=7 group=[7] -- mod=9 remainder=0 group=[0, 9] mod=9 remainder=1 group=[1] mod=9 remainder=2 group=[2] mod=9 remainder=3 group=[3] mod=9 remainder=4 group=[4] mod=9 remainder=5 group=[5] mod=9 remainder=6 group=[6] mod=9 remainder=7 group=[7] mod=9 remainder=8 group=[8] -- mod=10 remainder=0 group=[0] mod=10 remainder=1 group=[1] mod=10 remainder=2 group=[2] mod=10 remainder=3 group=[3] mod=10 remainder=4 group=[4] mod=10 remainder=5 group=[5] mod=10 remainder=6 group=[6] mod=10 remainder=7 group=[7] mod=10 remainder=8 group=[8] mod=10 remainder=9 group=[9] -- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.milo.opcua.sdk.server.util.GroupMapCollateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-core/target/sdk-core-0.6.13-SNAPSHOT.jar [INFO] [INFO] --------------------< org.eclipse.milo:sdk-client >--------------------- [INFO] Building sdk-client 0.6.13-SNAPSHOT [8/22] [INFO] from opc-ua-sdk/sdk-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ sdk-client --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-client --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 377 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/main/java/org/eclipse/milo/opcua/sdk/client/OpcUaClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-client --- [WARNING] Manifest org.eclipse.milo:sdk-client:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-client/target/sdk-client-0.6.13-SNAPSHOT.jar [INFO] [INFO] ---------------------< org.eclipse.milo:bsd-core >---------------------- [INFO] Building bsd-core 0.6.13-SNAPSHOT [9/22] [INFO] from opc-ua-stack/bsd-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ bsd-core --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-core --- [INFO] [INFO] --- jaxb2:0.14.0:generate (default) @ bsd-core --- [INFO] Sources are not up-to-date, XJC will be executed. [INFO] Episode file [/home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-core/target/generated-sources/jaxb2/META-INF/sun-jaxb.episode] was augmented with if-exists="true" attributes. [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-core/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-core --- [WARNING] Manifest org.eclipse.milo:bsd-core:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-core/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-core --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-core/target/bsd-core-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-core --- [INFO] No tests to run. [INFO] [INFO] --------------------< org.eclipse.milo:bsd-parser >--------------------- [INFO] Building bsd-parser 0.6.13-SNAPSHOT [10/22] [INFO] from opc-ua-stack/bsd-parser/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ bsd-parser --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-parser --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-parser --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-parser --- [WARNING] Manifest org.eclipse.milo:bsd-parser:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-parser --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-parser --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite --- assertRoundTrip Type: ArrayContainer --- originalValue: Struct{name=ArrayContainer, members={IntArray=Member{name=IntArray, value=[1, 2, 3]}, BitField=Member{name=BitField, value=143}, StringArray=Member{name=StringArray, value=[hello, world]}}} encodedValue: 030000000100000002000000030000008f020000000500000068656c6c6f05000000776f726c64 decodedValue: Struct{name=ArrayContainer, members={IntArray=Member{name=IntArray, value=[1, 2, 3]}, BitField=Member{name=BitField, value=143}, StringArray=Member{name=StringArray, value=[hello, world]}}} --- assertRoundTrip Type: Foo --- originalValue: Struct{name=Foo, members={Bar=Member{name=Bar, value=0}, Baz=Member{name=Baz, value=hello}}} encodedValue: 000000000500000068656c6c6f decodedValue: Struct{name=Foo, members={Bar=Member{name=Bar, value=0}, Baz=Member{name=Baz, value=hello}}} --- assertRoundTrip Type: ProfilePointStruct --- originalValue: Struct{name=ProfilePointStruct, members={rangeXSpecified=Member{name=rangeXSpecified, value=1}, rangeYSpecified=Member{name=rangeYSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, x=Member{name=x, value=1.0}, y=Member{name=y, value=2.0}, rangeX=Member{name=rangeX, value=Range(low=3.0, high=4.0)}}} encodedValue: 01000000000000000000f03f000000000000004000000000000008400000000000001040 decodedValue: Struct{name=ProfilePointStruct, members={rangeXSpecified=Member{name=rangeXSpecified, value=1}, rangeYSpecified=Member{name=rangeYSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, x=Member{name=x, value=1.0}, y=Member{name=y, value=2.0}, rangeX=Member{name=rangeX, value=Range(low=3.0, high=4.0)}}} --- assertRoundTrip Type: Optionals --- originalValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=1}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}, OptionalString=Member{name=OptionalString, value=hello}}} encodedValue: 03000000000000000500000068656c6c6f decodedValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=1}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}, OptionalString=Member{name=OptionalString, value=hello}}} --- assertRoundTrip Type: Optionals --- originalValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}}} encodedValue: 00000000 decodedValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}}} --- assertRoundTrip Type: Optionals --- originalValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}}} encodedValue: 0100000000000000 decodedValue: Struct{name=Optionals, members={OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32=Member{name=OptionalInt32, value=0}}} [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.055 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-parser --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default) @ bsd-parser --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser/target/bsd-parser-0.6.13-SNAPSHOT-tests.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser --- [INFO] [INFO] -----------------< org.eclipse.milo:dictionary-reader >----------------- [INFO] Building dictionary-reader 0.6.13-SNAPSHOT [11/22] [INFO] from opc-ua-sdk/dictionary-reader/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ dictionary-reader --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ dictionary-reader --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ dictionary-reader --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ dictionary-reader --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ dictionary-reader --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-reader/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ dictionary-reader --- [WARNING] Manifest org.eclipse.milo:dictionary-reader:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ dictionary-reader --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-reader/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ dictionary-reader --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-reader/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ dictionary-reader --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.client.dtd.DataTypeDictionaryReaderTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. fragmentSize=1 dictionarySize=1 fragmentSize=1 dictionarySize=2 fragmentSize=1 dictionarySize=1024 fragmentSize=1 dictionarySize=1025 fragmentSize=1 dictionarySize=2048 fragmentSize=1 dictionarySize=2049 fragmentSize=1 dictionarySize=4096 fragmentSize=1 dictionarySize=4097 fragmentSize=1 dictionarySize=8192 fragmentSize=1 dictionarySize=8193 fragmentSize=2 dictionarySize=1 fragmentSize=2 dictionarySize=2 fragmentSize=2 dictionarySize=1024 fragmentSize=2 dictionarySize=1025 fragmentSize=2 dictionarySize=2048 fragmentSize=2 dictionarySize=2049 fragmentSize=2 dictionarySize=4096 fragmentSize=2 dictionarySize=4097 fragmentSize=2 dictionarySize=8192 fragmentSize=2 dictionarySize=8193 fragmentSize=1024 dictionarySize=1 fragmentSize=1024 dictionarySize=2 fragmentSize=1024 dictionarySize=1024 fragmentSize=1024 dictionarySize=1025 fragmentSize=1024 dictionarySize=2048 fragmentSize=1024 dictionarySize=2049 fragmentSize=1024 dictionarySize=4096 fragmentSize=1024 dictionarySize=4097 fragmentSize=1024 dictionarySize=8192 fragmentSize=1024 dictionarySize=8193 fragmentSize=2048 dictionarySize=1 fragmentSize=2048 dictionarySize=2 fragmentSize=2048 dictionarySize=1024 fragmentSize=2048 dictionarySize=1025 fragmentSize=2048 dictionarySize=2048 fragmentSize=2048 dictionarySize=2049 fragmentSize=2048 dictionarySize=4096 fragmentSize=2048 dictionarySize=4097 fragmentSize=2048 dictionarySize=8192 fragmentSize=2048 dictionarySize=8193 fragmentSize=4096 dictionarySize=1 fragmentSize=4096 dictionarySize=2 fragmentSize=4096 dictionarySize=1024 fragmentSize=4096 dictionarySize=1025 fragmentSize=4096 dictionarySize=2048 fragmentSize=4096 dictionarySize=2049 fragmentSize=4096 dictionarySize=4096 fragmentSize=4096 dictionarySize=4097 fragmentSize=4096 dictionarySize=8192 fragmentSize=4096 dictionarySize=8193 fragmentSize=8192 dictionarySize=1 fragmentSize=8192 dictionarySize=2 fragmentSize=8192 dictionarySize=1024 fragmentSize=8192 dictionarySize=1025 fragmentSize=8192 dictionarySize=2048 fragmentSize=8192 dictionarySize=2049 fragmentSize=8192 dictionarySize=4096 fragmentSize=8192 dictionarySize=4097 fragmentSize=8192 dictionarySize=8192 fragmentSize=8192 dictionarySize=8193 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.103 s - in org.eclipse.milo.opcua.sdk.client.dtd.DataTypeDictionaryReaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ dictionary-reader --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-reader/target/dictionary-reader-0.6.13-SNAPSHOT.jar [INFO] [INFO] -------------------< org.eclipse.milo:stack-server >-------------------- [INFO] Building stack-server 0.6.13-SNAPSHOT [12/22] [INFO] from opc-ua-stack/stack-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-server --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-server --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-server/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-server/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-server --- [WARNING] Manifest org.eclipse.milo:stack-server:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-server/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-server --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-server/target/stack-server-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-server --- [INFO] No tests to run. [INFO] [INFO] -------------------< org.eclipse.milo:bsd-generator >------------------- [INFO] Building bsd-generator 0.6.13-SNAPSHOT [13/22] [INFO] from opc-ua-stack/bsd-generator/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ bsd-generator --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-generator --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-generator --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-generator/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-generator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-generator/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-generator --- [WARNING] Manifest org.eclipse.milo:bsd-generator:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-generator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-generator/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-generator --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-generator --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-generator --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-generator/target/bsd-generator-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-generator --- [INFO] No tests to run. [INFO] [INFO] --------------------< org.eclipse.milo:sdk-server >--------------------- [INFO] Building sdk-server 0.6.13-SNAPSHOT [14/22] [INFO] from opc-ua-sdk/sdk-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ sdk-server --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-server --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 558 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/namespaces/VendorServerInfoNodes.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-server --- [WARNING] Manifest org.eclipse.milo:sdk-server:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/nodes/UaNodeTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/nodes/UaNodeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-server --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Java version: 1.8.0_202 [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.6.13-SNAPSHOT Float -> Boolean [EXPLICIT] fromValue=0.0 targetValue=false fromValue=1.0 targetValue=true Float -> SByte [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-128.0 targetValue=-128 fromValue=127.0 targetValue=127 fromValue=-129.0 targetValue=null fromValue=128.0 targetValue=null Float -> Byte [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.0 targetValue=0 fromValue=255.0 targetValue=255 fromValue=-1.0 targetValue=null fromValue=256.0 targetValue=null Float -> Int16 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-32768.0 targetValue=-32768 fromValue=32767.0 targetValue=32767 fromValue=-32769.0 targetValue=null fromValue=32768.0 targetValue=null Float -> UInt16 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=0.0 targetValue=0 fromValue=65535.0 targetValue=65535 fromValue=-1.0 targetValue=null fromValue=65536.0 targetValue=null Float -> Int32 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-2.14748365E9 targetValue=-2147483648 fromValue=2.14748365E9 targetValue=2147483647 Float -> UInt32 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-1.0 targetValue=null Float -> Int64 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 Float -> UInt64 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.4 targetValue=0 fromValue=0.5 targetValue=1 fromValue=-1.0 targetValue=null Float -> Double [IMPLICIT] fromValue=0.0 targetValue=0.0 fromValue=1.4E-45 targetValue=1.401298464324817E-45 fromValue=3.4028235E38 targetValue=3.4028234663852886E38 Float -> String [EXPLICIT] fromValue=0.0 targetValue=0.0 fromValue=0.4 targetValue=0.4 fromValue=0.5 targetValue=0.5 fromValue=1.0 targetValue=1.0 [IMPLICIT] fromValue=0.0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=1.4E-45 targetType=Double targetValue=1.401298464324817E-45 [IMPLICIT] fromValue=3.4028235E38 targetType=Double targetValue=3.4028234663852886E38 UInt64 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true UInt64 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=128 targetValue=null UInt64 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=256 targetValue=null UInt64 -> Int16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=32768 targetValue=null UInt64 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 fromValue=65536 targetValue=null UInt64 -> Int32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=2147483647 targetValue=2147483647 fromValue=2147483648 targetValue=null UInt64 -> UInt32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 fromValue=4294967296 targetValue=null UInt64 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=9223372036854775807 targetValue=9223372036854775807 fromValue=18446744073709551615 targetValue=null UInt64 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=9223372036854775807 targetValue=9.223372E18 UInt64 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=9223372036854775807 targetValue=9.223372036854776E18 UInt64 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=18446744073709551615 targetValue=18446744073709551615 UInt64 -> StatusCode [EXPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=43981 targetValue=StatusCode{name=Good, value=0x0000ABCD, quality=good} fromValue=4294967295 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown} fromValue=18446744073709551615 targetValue=null [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=9223372036854775807 targetType=Int64 targetValue=9223372036854775807 [IMPLICIT] fromValue=18446744073709551615 targetType=Int64 targetValue=null [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=9223372036854775807 targetType=Float targetValue=9.223372E18 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=9223372036854775807 targetType=Double targetValue=9.223372036854776E18 Int64 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true Int64 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 fromValue=-129 targetValue=null fromValue=128 targetValue=null Int64 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=-1 targetValue=null fromValue=256 targetValue=null Int64 -> Int16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=-32768 targetValue=-32768 fromValue=32767 targetValue=32767 fromValue=-32769 targetValue=null fromValue=32768 targetValue=null Int64 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 fromValue=-1 targetValue=null fromValue=65536 targetValue=null Int64 -> Int32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=-2147483648 targetValue=-2147483648 fromValue=2147483647 targetValue=2147483647 fromValue=-2147483649 targetValue=null fromValue=2147483648 targetValue=null Int64 -> UInt32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 fromValue=-1 targetValue=null fromValue=4294967296 targetValue=null Int64 -> UInt64 [EXPLICIT] fromValue=0 targetValue=0 fromValue=9223372036854775807 targetValue=9223372036854775807 fromValue=-1 targetValue=null Int64 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-9223372036854775808 targetValue=-9.223372E18 fromValue=9223372036854775807 targetValue=9.223372E18 Int64 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-9223372036854775808 targetValue=-9.223372036854776E18 fromValue=9223372036854775807 targetValue=9.223372036854776E18 Int64 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=1 targetValue=1 Int64 -> StatusCode [EXPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=-9223372036854775808 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=9223372036854775807 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown} [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=-9223372036854775808 targetType=Float targetValue=-9.223372E18 [IMPLICIT] fromValue=9223372036854775807 targetType=Float targetValue=9.223372E18 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=-9223372036854775808 targetType=Double targetValue=-9.223372036854776E18 [IMPLICIT] fromValue=9223372036854775807 targetType=Double targetValue=9.223372036854776E18 Double -> Boolean [EXPLICIT] fromValue=0.0 targetValue=false fromValue=0.1 targetValue=true fromValue=1.0 targetValue=true Double -> SByte [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-128.0 targetValue=-128 fromValue=127.0 targetValue=127 fromValue=-129.0 targetValue=null fromValue=128.0 targetValue=null Double -> Byte [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=0.0 targetValue=0 fromValue=255.0 targetValue=255 fromValue=-1.0 targetValue=null fromValue=256.0 targetValue=null Double -> Int16 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-32768.0 targetValue=-32768 fromValue=32767.0 targetValue=32767 fromValue=-32769.0 targetValue=null fromValue=32768.0 targetValue=null Double -> UInt16 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=65535.0 targetValue=65535 fromValue=-1.0 targetValue=null fromValue=65536.0 targetValue=null Double -> Int32 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-2.147483648E9 targetValue=-2147483648 fromValue=2.147483647E9 targetValue=2147483647 fromValue=-2.147483649E9 targetValue=null fromValue=2.147483648E9 targetValue=null Double -> UInt32 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=4.294967295E9 targetValue=4294967295 fromValue=-1.0 targetValue=null fromValue=4.294967296E9 targetValue=null Double -> Int64 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-9.223372036854776E18 targetValue=-9223372036854775808 fromValue=9.223372036854776E18 targetValue=9223372036854775807 fromValue=-1.7976931348623157E308 targetValue=null fromValue=1.7976931348623157E308 targetValue=null Double -> UInt64 [EXPLICIT] fromValue=0.0 targetValue=0 fromValue=-1.0 targetValue=null fromValue=1.7976931348623157E308 targetValue=9223372036854775807 Double -> Float [EXPLICIT] fromValue=0.0 targetValue=0.0 fromValue=1.401298464324817E-45 targetValue=1.4E-45 fromValue=3.4028234663852886E38 targetValue=3.4028235E38 fromValue=-1.401298464324817E-45 targetValue=-1.4E-45 fromValue=-3.4028234663852886E38 targetValue=-3.4028235E38 fromValue=1.7976931348623157E308 targetValue=null fromValue=-1.7976931348623157E308 targetValue=null Double -> String [EXPLICIT] fromValue=0.0 targetValue=0.0 fromValue=1.5 targetValue=1.5 String -> Boolean [IMPLICIT] fromValue=true targetValue=true fromValue=1 targetValue=true fromValue=false targetValue=false fromValue=0 targetValue=false fromValue=foo targetValue=null String -> SByte [IMPLICIT] fromValue=0 targetValue=0 String -> Byte [IMPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 String -> Int16 [IMPLICIT] fromValue=0 targetValue=0 String -> UInt16 [IMPLICIT] fromValue=0 targetValue=0 String -> Int32 [IMPLICIT] fromValue=0 targetValue=0 String -> UInt32 [IMPLICIT] fromValue=0 targetValue=0 String -> Int64 [IMPLICIT] fromValue=0 targetValue=0 String -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 String -> Float [IMPLICIT] fromValue=0.0 targetValue=0.0 fromValue=0f targetValue=0.0 fromValue=0e0 targetValue=0.0 String -> Double [IMPLICIT] fromValue=0.0 targetValue=0.0 String -> DateTime [EXPLICIT] fromValue=2018-08-31T12:40:02Z targetValue=DateTime{utcTime=131801928020000000, javaDate=Fri Aug 31 12:40:02 UTC 2018} String -> Guid [IMPLICIT] fromValue=9d8bba2f-25df-4612-8a0a-2e07f79c2892 targetValue=9d8bba2f-25df-4612-8a0a-2e07f79c2892 String -> NodeId [EXPLICIT] fromValue=ns=0;s=foo targetValue=NodeId{ns=0, id=foo} String -> ExpandedNodeId [EXPLICIT] fromValue=nsu=http://opcfoundation.org/UA/;s=foo targetValue=ExpandedNodeId{ns=http://opcfoundation.org/UA/, id=foo, serverIndex=0} String -> QualifiedName [EXPLICIT] fromValue=foo targetValue=QualifiedName{name=foo, namespaceIndex=0} String -> LocalizedText [EXPLICIT] fromValue=foo targetValue=LocalizedText{text=foo, locale=} [IMPLICIT] fromValue=true targetType=Boolean targetValue=true [IMPLICIT] fromValue=1 targetType=Boolean targetValue=true [IMPLICIT] fromValue=false targetType=Boolean targetValue=false [IMPLICIT] fromValue=0 targetType=Boolean targetValue=false [IMPLICIT] fromValue=foo targetType=Boolean targetValue=null [IMPLICIT] fromValue=0 targetType=SByte targetValue=0 [IMPLICIT] fromValue=0 targetType=Byte targetValue=0 [IMPLICIT] fromValue=255 targetType=Byte targetValue=255 [IMPLICIT] fromValue=0 targetType=Int16 targetValue=0 [IMPLICIT] fromValue=0 targetType=UInt16 targetValue=0 [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=0.0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=0f targetType=Float targetValue=0.0 [IMPLICIT] fromValue=0e0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=0.0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=8d2eb1a5-ca4d-4277-91ee-c75c80d2eeab targetType=Guid targetValue=8d2eb1a5-ca4d-4277-91ee-c75c80d2eeab UInt32 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true UInt32 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=128 targetValue=null UInt32 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=256 targetValue=null UInt32 -> Int16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=32768 targetValue=null UInt32 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 fromValue=65536 targetValue=null UInt32 -> Int32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=2147483647 targetValue=2147483647 fromValue=2147483648 targetValue=null UInt32 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 UInt32 -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 UInt32 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=4294967295 targetValue=4.2949673E9 UInt32 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=4294967295 targetValue=4.294967295E9 UInt32 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=4294967295 targetValue=4294967295 UInt32 -> StatusCode [EXPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=43981 targetValue=StatusCode{name=Good, value=0x0000ABCD, quality=good} fromValue=3135024077 targetValue=StatusCode{value=0xBADCABCD, quality=bad} fromValue=4294967295 targetValue=StatusCode{value=0xFFFFFFFF, quality=unknown} [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=2147483647 targetType=Int32 targetValue=2147483647 [IMPLICIT] fromValue=2147483648 targetType=Int32 targetValue=null [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=4294967295 targetType=Int64 targetValue=4294967295 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=4294967295 targetType=UInt64 targetValue=4294967295 [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=4294967295 targetType=Float targetValue=4.2949673E9 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=4294967295 targetType=Double targetValue=4.294967295E9 Int32 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true Int32 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 fromValue=-129 targetValue=null fromValue=128 targetValue=null Int32 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=-1 targetValue=null fromValue=256 targetValue=null Int32 -> Int16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=-32768 targetValue=-32768 fromValue=32767 targetValue=32767 fromValue=-32769 targetValue=null fromValue=32768 targetValue=null Int32 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 fromValue=-1 targetValue=null fromValue=65536 targetValue=null Int32 -> UInt32 [EXPLICIT] fromValue=0 targetValue=0 fromValue=2147483647 targetValue=2147483647 fromValue=-1 targetValue=null Int32 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-2147483648 targetValue=-2147483648 fromValue=2147483647 targetValue=2147483647 Int32 -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=2147483647 targetValue=2147483647 fromValue=-1 targetValue=null Int32 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-2147483648 targetValue=-2.14748365E9 fromValue=2147483647 targetValue=2.14748365E9 Int32 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-2147483648 targetValue=-2.147483648E9 fromValue=2147483647 targetValue=2.147483647E9 Int32 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=1 targetValue=1 Int32 -> StatusCode [EXPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=-2147483648 targetValue=StatusCode{name=Bad, value=0x80000000, quality=bad} fromValue=2147483647 targetValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=-2147483648 targetType=Int64 targetValue=-2147483648 [IMPLICIT] fromValue=2147483647 targetType=Int64 targetValue=2147483647 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=2147483647 targetType=UInt64 targetValue=2147483647 [IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=-2147483648 targetType=Float targetValue=-2.14748365E9 [IMPLICIT] fromValue=2147483647 targetType=Float targetValue=2.14748365E9 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=-2147483648 targetType=Double targetValue=-2.147483648E9 [IMPLICIT] fromValue=2147483647 targetType=Double targetValue=2.147483647E9 now: DateTime{utcTime=133578465208820000, javaDate=Wed Apr 17 16:55:20 UTC 2024} nowAsString: 2024-04-17T16:55:20Z nowAsStringAsDateTime: DateTime{utcTime=133578465200000000, javaDate=Wed Apr 17 16:55:20 UTC 2024} StatusCode -> Int16 [EXPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=32767 StatusCode -> UInt16 [EXPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=32767 fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetValue=65535 StatusCode -> Int32 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} targetValue=2147483647 StatusCode -> UInt32 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetValue=2147418112 fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetValue=4294901760 fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295 StatusCode -> Int64 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295 StatusCode -> UInt64 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetValue=0 fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetValue=4294967295 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=Int32 targetValue=0 [IMPLICIT] fromValue=StatusCode{value=0x7FFFFFFF, quality=uncertain} targetType=Int32 targetValue=2147483647 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=StatusCode{value=0x7FFF0000, quality=uncertain} targetType=UInt32 targetValue=2147418112 [IMPLICIT] fromValue=StatusCode{value=0xFFFF0000, quality=unknown} targetType=UInt32 targetValue=4294901760 [IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=UInt32 targetValue=4294967295 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=Int64 targetValue=0 [IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=Int64 targetValue=4294967295 [IMPLICIT] fromValue=StatusCode{name=Good, value=0x00000000, quality=good} targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=StatusCode{value=0xFFFFFFFF, quality=unknown} targetType=UInt64 targetValue=4294967295 Int16 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true Int16 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 fromValue=-129 targetValue=null fromValue=128 targetValue=null Int16 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=-1 targetValue=null fromValue=256 targetValue=null Int16 -> UInt16 [EXPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=-1 targetValue=null Int16 -> Int32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-32768 targetValue=-32768 fromValue=32767 targetValue=32767 Int16 -> UInt32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=-1 targetValue=null Int16 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-32768 targetValue=-32768 fromValue=32767 targetValue=32767 Int16 -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=-1 targetValue=null Int16 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-32768 targetValue=-32768.0 fromValue=32767 targetValue=32767.0 Int16 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-32768 targetValue=-32768.0 fromValue=32767 targetValue=32767.0 Int16 -> String [EXPLICIT] fromValue=0 targetValue=0 [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=-32768 targetType=Int32 targetValue=-32768 [IMPLICIT] fromValue=32767 targetType=Int32 targetValue=32767 [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=32767 targetType=UInt32 targetValue=32767 [IMPLICIT] fromValue=-1 targetType=UInt32 targetValue=null [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=-32768 targetType=Int64 targetValue=-32768 [IMPLICIT] fromValue=32767 targetType=Int64 targetValue=32767 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=32767 targetType=UInt64 targetValue=32767 [IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=-32768 targetType=Float targetValue=-32768.0 [IMPLICIT] fromValue=32767 targetType=Float targetValue=32767.0 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=-32768 targetType=Double targetValue=-32768.0 [IMPLICIT] fromValue=32767 targetType=Double targetValue=32767.0 SByte -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true SByte -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=-1 targetValue=null SByte -> Int16 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 SByte -> UInt16 [IMPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=-1 targetValue=null SByte -> Int32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 SByte -> UInt32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=-1 targetValue=null SByte -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 SByte -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=-1 targetValue=null SByte -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-128 targetValue=-128.0 fromValue=127 targetValue=127.0 SByte -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=-128 targetValue=-128.0 fromValue=127 targetValue=127.0 SByte -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=-128 targetValue=-128 fromValue=127 targetValue=127 [IMPLICIT] fromValue=0 targetType=Int16 targetValue=0 [IMPLICIT] fromValue=-128 targetType=Int16 targetValue=-128 [IMPLICIT] fromValue=127 targetType=Int16 targetValue=127 [IMPLICIT] fromValue=0 targetType=UInt16 targetValue=0 [IMPLICIT] fromValue=127 targetType=UInt16 targetValue=127 [IMPLICIT] fromValue=-1 targetType=UInt16 targetValue=null [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=-128 targetType=Int32 targetValue=-128 [IMPLICIT] fromValue=127 targetType=Int32 targetValue=127 [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=127 targetType=UInt32 targetValue=127 [IMPLICIT] fromValue=-1 targetType=UInt32 targetValue=null [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=-128 targetType=Int64 targetValue=-128 [IMPLICIT] fromValue=127 targetType=Int64 targetValue=127 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=127 targetType=UInt64 targetValue=127 [IMPLICIT] fromValue=-1 targetType=UInt64 targetValue=null [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=-128 targetType=Float targetValue=-128.0 [IMPLICIT] fromValue=127 targetType=Float targetValue=127.0 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=-128 targetType=Double targetValue=-128.0 [IMPLICIT] fromValue=127 targetType=Double targetValue=127.0 UInt16 -> Boolean [EXPLICIT] fromValue=0 targetValue=false fromValue=1 targetValue=true UInt16 -> SByte [EXPLICIT] fromValue=0 targetValue=0 fromValue=127 targetValue=127 fromValue=128 targetValue=null UInt16 -> Byte [EXPLICIT] fromValue=0 targetValue=0 fromValue=255 targetValue=255 fromValue=256 targetValue=null UInt16 -> Int16 [IMPLICIT] fromValue=0 targetValue=0 fromValue=32767 targetValue=32767 fromValue=32768 targetValue=null UInt16 -> Int32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> UInt32 [IMPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> Int64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> UInt64 [IMPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> Float [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=65535 targetValue=65535.0 UInt16 -> Double [IMPLICIT] fromValue=0 targetValue=0.0 fromValue=65535 targetValue=65535.0 UInt16 -> String [EXPLICIT] fromValue=0 targetValue=0 fromValue=65535 targetValue=65535 UInt16 -> StatusCode [IMPLICIT] fromValue=0 targetValue=StatusCode{name=Good, value=0x00000000, quality=good} fromValue=43981 targetValue=StatusCode{value=0xABCD0000, quality=bad} fromValue=65535 targetValue=StatusCode{value=0xFFFF0000, quality=unknown} [IMPLICIT] fromValue=0 targetType=Int16 targetValue=0 [IMPLICIT] fromValue=32767 targetType=Int16 targetValue=32767 [IMPLICIT] fromValue=32768 targetType=Int16 targetValue=null [IMPLICIT] fromValue=0 targetType=Int32 targetValue=0 [IMPLICIT] fromValue=65535 targetType=Int32 targetValue=65535 [IMPLICIT] fromValue=0 targetType=UInt32 targetValue=0 [IMPLICIT] fromValue=65535 targetType=UInt32 targetValue=65535 [IMPLICIT] fromValue=0 targetType=Int64 targetValue=0 [IMPLICIT] fromValue=65535 targetType=Int64 targetValue=65535 [IMPLICIT] fromValue=0 targetType=UInt64 targetValue=0 [IMPLICIT] fromValue=65535 targetType=UInt64 targetValue=65535 [IMPLICIT] fromValue=0 targetType=Float targetValue=0.0 [IMPLICIT] fromValue=65535 targetType=Float targetValue=65535.0 [IMPLICIT] fromValue=0 targetType=Double targetValue=0.0 [IMPLICIT] fromValue=65535 targetType=Double targetValue=65535.0 [IMPLICIT] fromValue=0 targetType=StatusCode targetValue=StatusCode{name=Good, value=0x00000000, quality=good} [IMPLICIT] fromValue=43981 targetType=StatusCode targetValue=StatusCode{value=0xABCD0000, quality=bad} [IMPLICIT] fromValue=65535 targetType=StatusCode targetValue=StatusCode{value=0xFFFF0000, quality=unknown} onObjectAdded parent=null instance=ServerType onMethodAdded parent=ServerType instance=SetSubscriptionDurable onVariableAdded parent=SetSubscriptionDurable instance=InputArguments onVariableAdded parent=SetSubscriptionDurable instance=OutputArguments onMethodAdded parent=ServerType instance=ResendData onVariableAdded parent=ResendData instance=InputArguments onMethodAdded parent=ServerType instance=RequestServerStateChange onVariableAdded parent=RequestServerStateChange instance=InputArguments onMethodAdded parent=ServerType instance=GetMonitoredItems onVariableAdded parent=GetMonitoredItems instance=InputArguments onVariableAdded parent=GetMonitoredItems instance=OutputArguments onObjectAdded parent=ServerType instance=ServerCapabilities onVariableAdded parent=ServerCapabilities instance=ServerProfileArray onVariableAdded parent=ServerCapabilities instance=LocaleIdArray onVariableAdded parent=ServerCapabilities instance=MinSupportedSampleRate onVariableAdded parent=ServerCapabilities instance=MaxBrowseContinuationPoints onVariableAdded parent=ServerCapabilities instance=MaxQueryContinuationPoints onVariableAdded parent=ServerCapabilities instance=MaxHistoryContinuationPoints onVariableAdded parent=ServerCapabilities instance=SoftwareCertificates onObjectAdded parent=ServerCapabilities instance=ModellingRules onObjectAdded parent=ServerCapabilities instance=AggregateFunctions onObjectAdded parent=ServerCapabilities instance=OperationLimits onVariableAdded parent=OperationLimits instance=MaxNodesPerRead onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryReadData onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryReadEvents onVariableAdded parent=OperationLimits instance=MaxNodesPerWrite onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryUpdateData onVariableAdded parent=OperationLimits instance=MaxNodesPerHistoryUpdateEvents onVariableAdded parent=OperationLimits instance=MaxNodesPerMethodCall onVariableAdded parent=OperationLimits instance=MaxNodesPerBrowse onVariableAdded parent=OperationLimits instance=MaxNodesPerRegisterNodes onVariableAdded parent=OperationLimits instance=MaxNodesPerTranslateBrowsePathsToNodeIds onVariableAdded parent=OperationLimits instance=MaxNodesPerNodeManagement onVariableAdded parent=OperationLimits instance=MaxMonitoredItemsPerCall onVariableAdded parent=ServerCapabilities instance=MaxArrayLength onVariableAdded parent=ServerCapabilities instance=MaxStringLength onVariableAdded parent=ServerCapabilities instance=MaxByteStringLength onObjectAdded parent=ServerType instance=ServerDiagnostics onVariableAdded parent=ServerDiagnostics instance=ServerDiagnosticsSummary onVariableAdded parent=ServerDiagnosticsSummary instance=ServerViewCount onVariableAdded parent=ServerDiagnosticsSummary instance=CurrentSessionCount onVariableAdded parent=ServerDiagnosticsSummary instance=CumulatedSessionCount onVariableAdded parent=ServerDiagnosticsSummary instance=SecurityRejectedSessionCount onVariableAdded parent=ServerDiagnosticsSummary instance=RejectedSessionCount onVariableAdded parent=ServerDiagnosticsSummary instance=SessionTimeoutCount onVariableAdded parent=ServerDiagnosticsSummary instance=SessionAbortCount onVariableAdded parent=ServerDiagnosticsSummary instance=PublishingIntervalCount onVariableAdded parent=ServerDiagnosticsSummary instance=CurrentSubscriptionCount onVariableAdded parent=ServerDiagnosticsSummary instance=CumulatedSubscriptionCount onVariableAdded parent=ServerDiagnosticsSummary instance=SecurityRejectedRequestsCount onVariableAdded parent=ServerDiagnosticsSummary instance=RejectedRequestsCount onVariableAdded parent=ServerDiagnostics instance=SubscriptionDiagnosticsArray onObjectAdded parent=ServerDiagnostics instance=SessionsDiagnosticsSummary onVariableAdded parent=SessionsDiagnosticsSummary instance=SessionDiagnosticsArray onVariableAdded parent=SessionsDiagnosticsSummary instance=SessionSecurityDiagnosticsArray onVariableAdded parent=ServerDiagnostics instance=EnabledFlag onVariableAdded parent=ServerDiagnostics instance=SamplingIntervalDiagnosticsArray onObjectAdded parent=ServerType instance=VendorServerInfo onObjectAdded parent=ServerType instance=ServerRedundancy onVariableAdded parent=ServerRedundancy instance=RedundancySupport onObjectAdded parent=ServerType instance=Namespaces onObjectAdded parent=Namespaces instance=AddressSpaceFile onMethodAdded parent=AddressSpaceFile instance=Open onVariableAdded parent=Open instance=InputArguments onVariableAdded parent=Open instance=OutputArguments onMethodAdded parent=AddressSpaceFile instance=Close onVariableAdded parent=Close instance=InputArguments onMethodAdded parent=AddressSpaceFile instance=Read onVariableAdded parent=Read instance=InputArguments onVariableAdded parent=Read instance=OutputArguments onMethodAdded parent=AddressSpaceFile instance=Write onVariableAdded parent=Write instance=InputArguments onMethodAdded parent=AddressSpaceFile instance=GetPosition onVariableAdded parent=GetPosition instance=InputArguments onVariableAdded parent=GetPosition instance=OutputArguments onMethodAdded parent=AddressSpaceFile instance=SetPosition onVariableAdded parent=SetPosition instance=InputArguments onVariableAdded parent=AddressSpaceFile instance=Size onVariableAdded parent=AddressSpaceFile instance=Writable onVariableAdded parent=AddressSpaceFile instance=UserWritable onVariableAdded parent=AddressSpaceFile instance=OpenCount onMethodAdded parent=AddressSpaceFile instance=ExportNamespace onVariableAdded parent=ServerType instance=ServerArray onVariableAdded parent=ServerType instance=NamespaceArray onVariableAdded parent=ServerType instance=ServerStatus onVariableAdded parent=ServerStatus instance=StartTime onVariableAdded parent=ServerStatus instance=CurrentTime onVariableAdded parent=ServerStatus instance=State onVariableAdded parent=ServerStatus instance=BuildInfo onVariableAdded parent=BuildInfo instance=ProductUri onVariableAdded parent=BuildInfo instance=ManufacturerName onVariableAdded parent=BuildInfo instance=ProductName onVariableAdded parent=BuildInfo instance=SoftwareVersion onVariableAdded parent=BuildInfo instance=BuildNumber onVariableAdded parent=BuildInfo instance=BuildDate onVariableAdded parent=ServerStatus instance=SecondsTillShutdown onVariableAdded parent=ServerStatus instance=ShutdownReason onVariableAdded parent=ServerType instance=ServiceLevel onVariableAdded parent=ServerType instance=Auditing onVariableAdded parent=ServerType instance=EstimatedReturnTime org.eclipse.milo.opcua.sdk.server.nodes.factories.InstanceDeclarationHierarchy@1b39fd82 10.40.61.85 basic-61d4p [INFO] Tests run: 143, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.243 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 143, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/target/sdk-server-0.6.13-SNAPSHOT.jar [INFO] [INFO] ----------------< org.eclipse.milo:dictionary-manager >----------------- [INFO] Building dictionary-manager 0.6.13-SNAPSHOT [15/22] [INFO] from opc-ua-sdk/dictionary-manager/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ dictionary-manager --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ dictionary-manager --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ dictionary-manager --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ dictionary-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-manager/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ dictionary-manager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-manager/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ dictionary-manager --- [WARNING] Manifest org.eclipse.milo:dictionary-manager:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ dictionary-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-manager/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ dictionary-manager --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ dictionary-manager --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ dictionary-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/dictionary-manager/target/dictionary-manager-0.6.13-SNAPSHOT.jar [INFO] [INFO] -------------------< org.eclipse.milo:milo-examples >------------------- [INFO] Building milo-examples 0.6.13-SNAPSHOT [16/22] [INFO] from milo-examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ milo-examples --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ milo-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo-examples --- [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ milo-examples --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] ------------------< org.eclipse.milo:server-examples >------------------ [INFO] Building server-examples 0.6.13-SNAPSHOT [17/22] [INFO] from milo-examples/server-examples/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ server-examples --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ server-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ server-examples --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ server-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ server-examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/target/classes [INFO] /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleNamespace.java: /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleNamespace.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleNamespace.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java: /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/src/main/java/org/eclipse/milo/examples/server/ExampleServer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ server-examples --- [WARNING] Manifest org.eclipse.milo:server-examples:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ server-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ server-examples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ server-examples --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ server-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- shade:3.2.2:shade (default) @ server-examples --- [INFO] Including org.eclipse.milo:sdk-server:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:stack-core:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.bouncycastle:bcprov-jdk18on:jar:1.75 in the shaded jar. [INFO] Including org.bouncycastle:bcpkix-jdk18on:jar:1.75 in the shaded jar. [INFO] Including org.bouncycastle:bcutil-jdk18on:jar:1.75 in the shaded jar. [INFO] Including com.google.guava:guava:jar:33.0.0-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.2 in the shaded jar. [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.108.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.108.Final in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.32 in the shaded jar. [INFO] Including org.glassfish.jaxb:jaxb-runtime:jar:2.3.6 in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar. [INFO] Including org.glassfish.jaxb:txw2:jar:2.3.6 in the shaded jar. [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.12 in the shaded jar. [INFO] Including com.sun.activation:jakarta.activation:jar:1.2.2 in the shaded jar. [INFO] Including org.eclipse.milo:stack-server:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including io.netty:netty-codec-http:jar:4.1.108.Final in the shaded jar. [INFO] Including org.eclipse.milo:bsd-generator:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:bsd-core:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:sdk-core:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:dictionary-manager:jar:0.6.13-SNAPSHOT in the shaded jar. [INFO] Including ch.qos.logback:logback-classic:jar:1.2.12 in the shaded jar. [INFO] Including ch.qos.logback:logback-core:jar:1.2.12 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] bcpkix-jdk18on-1.75.jar, bcprov-jdk18on-1.75.jar, bcutil-jdk18on-1.75.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] bcpkix-jdk18on-1.75.jar, bcprov-jdk18on-1.75.jar, bcutil-jdk18on-1.75.jar, bsd-core-0.6.13-SNAPSHOT.jar, bsd-generator-0.6.13-SNAPSHOT.jar, dictionary-manager-0.6.13-SNAPSHOT.jar, failureaccess-1.0.2.jar, guava-33.0.0-jre.jar, istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.6.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, logback-classic-1.2.12.jar, logback-core-1.2.12.jar, netty-buffer-4.1.108.Final.jar, netty-codec-4.1.108.Final.jar, netty-codec-http-4.1.108.Final.jar, netty-common-4.1.108.Final.jar, netty-handler-4.1.108.Final.jar, netty-resolver-4.1.108.Final.jar, netty-transport-4.1.108.Final.jar, netty-transport-native-unix-common-4.1.108.Final.jar, sdk-core-0.6.13-SNAPSHOT.jar, sdk-server-0.6.13-SNAPSHOT.jar, server-examples-0.6.13-SNAPSHOT.jar, slf4j-api-1.7.32.jar, stack-core-0.6.13-SNAPSHOT.jar, stack-server-0.6.13-SNAPSHOT.jar, txw2-2.3.6.jar define 1 overlapping resources: [WARNING] - META-INF/MANIFEST.MF [WARNING] netty-buffer-4.1.108.Final.jar, netty-codec-4.1.108.Final.jar, netty-codec-http-4.1.108.Final.jar, netty-common-4.1.108.Final.jar, netty-handler-4.1.108.Final.jar, netty-resolver-4.1.108.Final.jar, netty-transport-4.1.108.Final.jar, netty-transport-native-unix-common-4.1.108.Final.jar define 1 overlapping resources: [WARNING] - META-INF/io.netty.versions.properties [WARNING] istack-commons-runtime-3.0.12.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.6.jar, txw2-2.3.6.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/target/server-examples-0.6.13-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/dependency-reduced-pom.xml [INFO] [INFO] ------------------< org.eclipse.milo:client-examples >------------------ [INFO] Building client-examples 0.6.13-SNAPSHOT [18/22] [INFO] from milo-examples/client-examples/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ client-examples --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ client-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ client-examples --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ client-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ client-examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Milo_Test/milo-examples/client-examples/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ client-examples --- [WARNING] Manifest org.eclipse.milo:client-examples:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ client-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/milo-examples/client-examples/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ client-examples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ client-examples --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ client-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/milo-examples/client-examples/target/client-examples-0.6.13-SNAPSHOT.jar [INFO] [INFO] ------------------< org.eclipse.milo:bsd-parser-gson >------------------ [INFO] Building bsd-parser-gson 0.6.13-SNAPSHOT [19/22] [INFO] from opc-ua-stack/bsd-parser-gson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ bsd-parser-gson --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ bsd-parser-gson --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ bsd-parser-gson --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ bsd-parser-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser-gson/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ bsd-parser-gson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser-gson/target/classes [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ bsd-parser-gson --- [WARNING] Manifest org.eclipse.milo:bsd-parser-gson:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ bsd-parser-gson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser-gson/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ bsd-parser-gson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser-gson/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser-gson/src/test/java/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParserTest.java: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser-gson/src/test/java/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParserTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser-gson/src/test/java/org/eclipse/milo/opcua/binaryschema/gson/JsonBsdParserTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ bsd-parser-gson --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.binaryschema.gson.JsonBsdParserTest --- assertRoundTrip Type: ArrayContainer --- originalValue: {"IntArray":[1,2,3],"BitField":143,"StringArray":["hello","world"]} encodedValue: 030000000100000002000000030000008f020000000500000068656c6c6f05000000776f726c64 decodedValue: {"IntArray":[1,2,3],"BitField":143,"StringArray":["hello","world"]} --- assertRoundTrip Type: Bar --- originalValue: {"Foo":{"Bar":0,"Baz":"hello"},"Int":1,"Str":"goodbye"} encodedValue: 000000000500000068656c6c6f0100000007000000676f6f64627965 decodedValue: {"Foo":{"Bar":0,"Baz":"hello"},"Int":1,"Str":"goodbye"} --- assertRoundTrip Type: Foo --- originalValue: {"Bar":0,"Baz":"hello"} encodedValue: 000000000500000068656c6c6f decodedValue: {"Bar":0,"Baz":"hello"} --- assertRoundTrip Type: Optionals --- originalValue: {"OptionalInt32Specified":1,"OptionalStringSpecified":1,"Reserved1":0,"OptionalInt32":0,"OptionalString":"hello"} encodedValue: 03000000000000000500000068656c6c6f decodedValue: {"OptionalInt32Specified":1,"OptionalStringSpecified":1,"Reserved1":0,"OptionalInt32":0,"OptionalString":"hello"} --- assertRoundTrip Type: Optionals --- originalValue: {"OptionalInt32Specified":0,"OptionalStringSpecified":0,"Reserved1":0} encodedValue: 00000000 decodedValue: {"OptionalInt32Specified":0,"OptionalStringSpecified":0,"Reserved1":0} --- assertRoundTrip Type: Optionals --- originalValue: {"OptionalInt32Specified":1,"OptionalStringSpecified":0,"Reserved1":0,"OptionalInt32":0} encodedValue: 0100000000000000 decodedValue: {"OptionalInt32Specified":1,"OptionalStringSpecified":0,"Reserved1":0,"OptionalInt32":0} --- assertRoundTrip Type: ScanSettings --- originalValue: {"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0} encodedValue: 010000000000000000000000000000000000000000 decodedValue: {"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0} --- assertRoundTrip Type: ScanSettings --- originalValue: {"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0} encodedValue: 010000000000000000000000000000000000000000 decodedValue: {"LocationTypeSpecified":1,"Reserved1":0,"Duration":0.0,"Cycles":0,"DataAvailable":false,"LocationType":0} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s - in org.eclipse.milo.opcua.binaryschema.gson.JsonBsdParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ bsd-parser-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/bsd-parser-gson/target/bsd-parser-gson-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser-gson --- [INFO] [INFO] --------------------< org.eclipse.milo:stack-tests >-------------------- [INFO] Building stack-tests 0.6.13-SNAPSHOT [20/22] [INFO] from opc-ua-stack/stack-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-tests --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-tests --- [WARNING] Manifest org.eclipse.milo:stack-tests:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-tests/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-tests/src/test/java/org/eclipse/milo/opcua/stack/StackIntegrationTest.java: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-tests/src/test/java/org/eclipse/milo/opcua/stack/StackIntegrationTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-tests/src/test/java/org/eclipse/milo/opcua/stack/StackIntegrationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:24296/test to localhost:24296 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:24296/test to localhost:24296 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:18856/test to localhost:18856 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:18856/test to localhost:18856 [Basic256Sha256/SignAndEncrypt] [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.StackIntegrationTest$TestHttpStackIntegrationTest - discovered endpoint: https://localhost:18856/test [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.StackIntegrationTest$TestHttpStackIntegrationTest - discovered endpoint: https://localhost:18856/test [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic128Rsa15/Sign] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic128Rsa15/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256/Sign] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256Sha256/Sign] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/test to localhost:12685 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:12685/example/discovery to localhost:12685 [None/None] [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=None, messageSecurityMode=None, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=Sign, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=SignAndEncrypt, messageSize=128 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=None, messageSecurityMode=None, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=Sign, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Asymmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=SignAndEncrypt, messageSize=65535 [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=None, messageSecurityMode=None [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic128Rsa15, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Basic256Sha256, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes128_Sha256_RsaOaep, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=Sign [main] INFO org.eclipse.milo.opcua.stack.ChunkSerializationTest - Symmetric chunk serialization, securityPolicy=Aes256_Sha256_RsaPss, messageSecurityMode=SignAndEncrypt [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - sending request: ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=133578465886240000, javaDate=Wed Apr 17 16:56:28 UTC 2024}, 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)]) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - got response: ReadResponse(responseHeader=ResponseHeader(timestamp=DateTime{utcTime=133578465886300000, javaDate=Wed Apr 17 16:56:28 UTC 2024}, 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=133578465886300000, javaDate=Wed Apr 17 16:56:28 UTC 2024}, serverTime=DateTime{utcTime=133578465886300000, javaDate=Wed Apr 17 16:56:28 UTC 2024}}], diagnosticInfos=null) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - sending request: ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=133578465886590000, javaDate=Wed Apr 17 16:56:28 UTC 2024}, 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)]) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - got response: ReadResponse(responseHeader=ResponseHeader(timestamp=DateTime{utcTime=133578465886600000, javaDate=Wed Apr 17 16:56:28 UTC 2024}, 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=133578465886600000, javaDate=Wed Apr 17 16:56:28 UTC 2024}, serverTime=DateTime{utcTime=133578465886600000, javaDate=Wed Apr 17 16:56:28 UTC 2024}}], diagnosticInfos=null) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - initiating a reconnect by closing channel in server... [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - sending request: ReadRequest(requestHeader=RequestHeader(authenticationToken=NodeId{ns=0, id=0}, timestamp=DateTime{utcTime=133578465886590000, javaDate=Wed Apr 17 16:56:28 UTC 2024}, 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)]) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - got response: ReadResponse(responseHeader=ResponseHeader(timestamp=DateTime{utcTime=133578465896670000, javaDate=Wed Apr 17 16:56:29 UTC 2024}, 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=133578465896670000, javaDate=Wed Apr 17 16:56:29 UTC 2024}, serverTime=DateTime{utcTime=133578465896670000, javaDate=Wed Apr 17 16:56:29 UTC 2024}}], diagnosticInfos=null) [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=true} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=3.14} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=6.12} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=hello, world} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=DateTime{utcTime=133578465896690000, javaDate=Wed Apr 17 16:56:29 UTC 2024}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=21cb3144-0cd2-4984-b762-affd3919bda7} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=XmlElement{fragment=hello}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=NodeId{ns=0, id=42}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=Sign, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [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 [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}}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=true} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3.14} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=6.12} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=hello, world} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=DateTime{utcTime=133578465906730000, javaDate=Wed Apr 17 16:56:30 UTC 2024}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=bed31d20-371c-4371-a7ad-47922eb12c30} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=XmlElement{fragment=hello}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=NodeId{ns=0, id=42}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [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 [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}}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=true} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=3.14} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=6.12} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=hello, world} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=DateTime{utcTime=133578465914390000, javaDate=Wed Apr 17 16:56:31 UTC 2024}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=2ca7a8ac-ebf0-4f0a-8c50-79dd7ff21727} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=XmlElement{fragment=hello}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=NodeId{ns=0, id=42}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256, MessageSecurityMode=Sign, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [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 [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}}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=true} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3.14} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=6.12} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=hello, world} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=DateTime{utcTime=133578465921570000, javaDate=Wed Apr 17 16:56:32 UTC 2024}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3f0e4312-e3fe-4d23-8156-8ed849493b7c} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=XmlElement{fragment=hello}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=NodeId{ns=0, id=42}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=SignAndEncrypt, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [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 [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}}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=true} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=3.14} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=6.12} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=hello, world} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=DateTime{utcTime=133578465927490000, javaDate=Wed Apr 17 16:56:32 UTC 2024}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=cc659fcd-2a04-44cb-b021-10e3b5e3aac3} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=XmlElement{fragment=hello}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=NodeId{ns=0, id=42}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic128Rsa15, MessageSecurityMode=SignAndEncrypt, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [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 [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}}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=true} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=1} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=3.14} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=6.12} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=hello, world} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=DateTime{utcTime=133578465933440000, javaDate=Wed Apr 17 16:56:33 UTC 2024}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=4726b0e6-ce63-48fd-a58d-0dfee191f657} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=XmlElement{fragment=hello}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=NodeId{ns=0, id=42}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=Basic256Sha256, MessageSecurityMode=Sign, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [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 [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}}} [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 [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=true} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=1} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=3.14} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=6.12} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=hello, world} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=DateTime{utcTime=133578465939090000, javaDate=Wed Apr 17 16:56:33 UTC 2024}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=e8550a9d-7eeb-44a8-ba6e-2ed39db01ca7} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=ByteString{bytes=[1, 2, 3, 4]}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=XmlElement{fragment=hello}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=NodeId{ns=0, id=42}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=ExpandedNodeId{ns=uri, id=42, serverIndex=1}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=StatusCode{name=Good, value=0x00000000, quality=good}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=QualifiedName{name=QualifiedName, namespaceIndex=0}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=LocalizedText{text=LocalizedText, locale=en}} [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}}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None [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=133578465954080000, javaDate=Wed Apr 17 16:56:35 UTC 2024}, 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] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.853 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-tests/target/stack-tests-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:37940/test to localhost:37940 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:37940/test to localhost:37940 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:11791/test to localhost:11791 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:11791/test to localhost:11791 [Basic256Sha256/SignAndEncrypt] [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - discovered endpoint: opc.tcp://localhost:37940/test [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - discovered endpoint: opc.tcp://localhost:37940/test [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. [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] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.189 s - in org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] ---------------------< org.eclipse.milo:sdk-tests >--------------------- [INFO] Building sdk-tests 0.6.13-SNAPSHOT [21/22] [INFO] from opc-ua-sdk/sdk-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ sdk-tests --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ sdk-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ sdk-tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ sdk-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ sdk-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ sdk-tests --- [WARNING] Manifest org.eclipse.milo:sdk-tests:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ sdk-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ sdk-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-tests/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ sdk-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Java version: 1.8.0_202 [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Stack version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.6.13-SNAPSHOT [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ sdk-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-tests/target/sdk-tests-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default) @ sdk-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (default) @ sdk-tests --- [INFO] [INFO] -----------------< org.eclipse.milo:integration-tests >----------------- [INFO] Building integration-tests 0.6.13-SNAPSHOT [22/22] [INFO] from opc-ua-sdk/integration-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ integration-tests --- [INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ integration-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ integration-tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/integration-tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ integration-tests --- [WARNING] Manifest org.eclipse.milo:integration-tests:jar:0.6.13-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*, sun.security.*] [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ integration-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/integration-tests/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/test/TestServer.java: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/test/TestServer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/integration-tests/src/test/java/org/eclipse/milo/opcua/sdk/test/TestServer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ integration-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Java version: 1.8.0_202 [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Stack version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 1053ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:33268/test to localhost:33268 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:33268/test to localhost:33268 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:33268/test/discovery to localhost:33268 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:33268/test to localhost:33268 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:33268/test to localhost:33268 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:33268/test/discovery to localhost:33268 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Java version: 1.8.0_202 [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Stack version: 0.6.13-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.6.13-SNAPSHOT [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. result: StatusCode{name=Bad_InvalidArgument, value=0x80AB0000, quality=bad} inputArgumentResults: [StatusCode{name=Bad_OutOfRange, value=0x803C0000, quality=bad}] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.294 s - in org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerTest [INFO] Running org.eclipse.milo.opcua.sdk.server.api.util.AttributeWriterTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 140ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:48964/test to localhost:48964 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:48964/test to localhost:48964 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:48964/test/discovery to localhost:48964 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:48964/test to localhost:48964 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:48964/test to localhost:48964 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:48964/test/discovery to localhost:48964 [None/None] [milo-shared-thread-pool-1] ERROR org.eclipse.milo.opcua.sdk.test.TestNamespace - Unable to write value=DataValue{value=Variant{value=null}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=0, javaDate=Mon Jan 01 00:00:00 UTC 1601}, serverTime=DateTime{utcTime=0, javaDate=Mon Jan 01 00:00:00 UTC 1601}} UaException: status=Bad_TypeMismatch, message=The value supplied for the attribute is not of the same type as the attribute's value. at org.eclipse.milo.opcua.sdk.server.util.AttributeWriter.validateDataType(AttributeWriter.java:227) at org.eclipse.milo.opcua.sdk.server.util.AttributeWriter.writeAttribute(AttributeWriter.java:136) at org.eclipse.milo.opcua.sdk.server.nodes.UaServerNode.writeAttribute(UaServerNode.java:156) at org.eclipse.milo.opcua.sdk.server.nodes.UaServerNode.writeAttribute(UaServerNode.java:135) at org.eclipse.milo.opcua.sdk.server.api.ManagedAddressSpace.write(ManagedAddressSpace.java:187) at org.eclipse.milo.opcua.sdk.server.api.AddressSpaceComposite.lambda$null$20(AddressSpaceComposite.java:359) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.lambda$groupMapCollate$3(GroupMapCollate.java:47) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1699) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545) at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.allOf(GroupMapCollate.java:77) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.groupMapCollate(GroupMapCollate.java:68) at org.eclipse.milo.opcua.sdk.server.api.AddressSpaceComposite.write(AddressSpaceComposite.java:345) at org.eclipse.milo.opcua.sdk.server.services.DefaultAttributeServiceSet.onWrite(DefaultAttributeServiceSet.java:121) at org.eclipse.milo.opcua.sdk.server.SessionManager.onWrite(SessionManager.java:881) at org.eclipse.milo.opcua.stack.server.UaStackServer.handleServiceRequest(UaStackServer.java:313) at org.eclipse.milo.opcua.stack.server.UaStackServer.lambda$onServiceRequest$10(UaStackServer.java:276) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [milo-shared-thread-pool-1] ERROR org.eclipse.milo.opcua.sdk.test.TestNamespace - Unable to write value=DataValue{value=Variant{value=null}, status=StatusCode{name=Good, value=0x00000000, quality=good}, sourceTime=DateTime{utcTime=0, javaDate=Mon Jan 01 00:00:00 UTC 1601}, serverTime=DateTime{utcTime=0, javaDate=Mon Jan 01 00:00:00 UTC 1601}} UaException: status=Bad_TypeMismatch, message=The value supplied for the attribute is not of the same type as the attribute's value. at org.eclipse.milo.opcua.sdk.server.util.AttributeWriter.validateDataType(AttributeWriter.java:227) at org.eclipse.milo.opcua.sdk.server.util.AttributeWriter.writeAttribute(AttributeWriter.java:136) at org.eclipse.milo.opcua.sdk.server.nodes.UaServerNode.writeAttribute(UaServerNode.java:156) at org.eclipse.milo.opcua.sdk.server.nodes.UaServerNode.writeAttribute(UaServerNode.java:135) at org.eclipse.milo.opcua.sdk.server.api.ManagedAddressSpace.write(ManagedAddressSpace.java:187) at org.eclipse.milo.opcua.sdk.server.api.AddressSpaceComposite.lambda$null$20(AddressSpaceComposite.java:359) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.lambda$groupMapCollate$3(GroupMapCollate.java:47) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1699) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545) at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.allOf(GroupMapCollate.java:77) at org.eclipse.milo.opcua.sdk.core.util.GroupMapCollate.groupMapCollate(GroupMapCollate.java:68) at org.eclipse.milo.opcua.sdk.server.api.AddressSpaceComposite.write(AddressSpaceComposite.java:345) at org.eclipse.milo.opcua.sdk.server.services.DefaultAttributeServiceSet.onWrite(DefaultAttributeServiceSet.java:121) at org.eclipse.milo.opcua.sdk.server.SessionManager.onWrite(SessionManager.java:881) at org.eclipse.milo.opcua.stack.server.UaStackServer.handleServiceRequest(UaStackServer.java:313) at org.eclipse.milo.opcua.stack.server.UaStackServer.lambda$onServiceRequest$10(UaStackServer.java:276) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s - in org.eclipse.milo.opcua.sdk.server.api.util.AttributeWriterTest [INFO] Running org.eclipse.milo.opcua.sdk.client.UaNodeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 90ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:62154/test to localhost:62154 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:62154/test to localhost:62154 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:62154/test/discovery to localhost:62154 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:62154/test to localhost:62154 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:62154/test to localhost:62154 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:62154/test/discovery to localhost:62154 [None/None] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s - in org.eclipse.milo.opcua.sdk.client.UaNodeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.methods.UaMethodTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 73ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:16079/test to localhost:16079 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:16079/test to localhost:16079 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:16079/test/discovery to localhost:16079 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:16079/test to localhost:16079 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:16079/test to localhost:16079 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:16079/test/discovery to localhost:16079 [None/None] result: StatusCode{name=Bad_InvalidArgument, value=0x80AB0000, quality=bad} inputArgumentResults: [StatusCode{name=Bad_OutOfRange, value=0x803C0000, quality=bad}] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s - in org.eclipse.milo.opcua.sdk.client.methods.UaMethodTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedEventItemTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 78ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:28722/test to localhost:28722 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:28722/test to localhost:28722 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:28722/test/discovery to localhost:28722 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:28722/test to localhost:28722 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:28722/test to localhost:28722 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:28722/test/discovery to localhost:28722 [None/None] created ManagedSubscription id=3 deleting ManagedSubscription id=3 created ManagedSubscription id=4 deleting ManagedSubscription id=4 created ManagedSubscription id=5 deleting ManagedSubscription id=5 created ManagedSubscription id=6 deleting ManagedSubscription id=6 created ManagedSubscription id=7 deleting ManagedSubscription id=7 created ManagedSubscription id=8 deleting ManagedSubscription id=8 created ManagedSubscription id=9 deleting ManagedSubscription id=9 created ManagedSubscription id=10 deleting ManagedSubscription id=10 created ManagedSubscription id=11 deleting ManagedSubscription id=11 created ManagedSubscription id=12 deleting ManagedSubscription id=12 created ManagedSubscription id=13 deleting ManagedSubscription id=13 created ManagedSubscription id=14 deleting ManagedSubscription id=14 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.563 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedEventItemTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedSubscriptionTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 45ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:27935/test to localhost:27935 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:27935/test to localhost:27935 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:27935/test/discovery to localhost:27935 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:27935/test to localhost:27935 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:27935/test to localhost:27935 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:27935/test/discovery to localhost:27935 [None/None] created ManagedSubscription id=15 deleting ManagedSubscription id=15 created ManagedSubscription id=16 deleting ManagedSubscription id=16 created ManagedSubscription id=17 deleting ManagedSubscription id=17 created ManagedSubscription id=18 deleting ManagedSubscription id=18 created ManagedSubscription id=19 deleting ManagedSubscription id=19 created ManagedSubscription id=20 deleting ManagedSubscription id=20 created ManagedSubscription id=21 deleting ManagedSubscription id=21 created ManagedSubscription id=22 deleting ManagedSubscription id=22 created ManagedSubscription id=23 deleting ManagedSubscription id=23 created ManagedSubscription id=24 deleting ManagedSubscription id=24 created ManagedSubscription id=25 deleting ManagedSubscription id=25 created ManagedSubscription id=26 deleting ManagedSubscription id=26 created ManagedSubscription id=27 deleting ManagedSubscription id=27 created ManagedSubscription id=28 deleting ManagedSubscription id=28 created ManagedSubscription id=29 deleting ManagedSubscription id=29 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.309 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedSubscriptionTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.SubscriptionWatchdogTimerTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 52ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:54097/test to localhost:54097 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:54097/test to localhost:54097 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:54097/test/discovery to localhost:54097 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:54097/test to localhost:54097 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:54097/test to localhost:54097 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:54097/test/discovery to localhost:54097 [None/None] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.382 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.SubscriptionWatchdogTimerTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.BatchSetMonitoringModeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 44ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:56186/test to localhost:56186 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:56186/test to localhost:56186 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:56186/test/discovery to localhost:56186 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:56186/test to localhost:56186 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:56186/test to localhost:56186 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:56186/test/discovery to localhost:56186 [None/None] created ManagedSubscription id=30 deleting ManagedSubscription id=30 created ManagedSubscription id=31 deleting ManagedSubscription id=31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.BatchSetMonitoringModeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.BatchModifyMonitoredItemsTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 48ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:34334/test to localhost:34334 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:34334/test to localhost:34334 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:34334/test/discovery to localhost:34334 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:34334/test to localhost:34334 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:34334/test to localhost:34334 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:34334/test/discovery to localhost:34334 [None/None] [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://localhost:34334/test java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-1] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://localhost:34334/test java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-2] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://localhost:34334/test/discovery java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://127.0.0.1:34334/test java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://127.0.0.1:34334/test java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [milo-netty-event-loop-1] WARN org.eclipse.milo.opcua.stack.server.UaStackServer - Bind failed for endpoint opc.tcp://127.0.0.1:34334/test/discovery java.util.concurrent.CompletionException: java.net.BindException: Address already in use at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:769) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$null$1(ServerChannelManager.java:83) at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:760) at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:736) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977) at org.eclipse.milo.opcua.stack.server.transport.ServerChannelManager.lambda$bootstrap$5(ServerChannelManager.java:149) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:629) at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:118) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetFailure(AbstractChannel.java:999) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:564) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:600) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:230) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:602) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:579) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:380) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:141) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562) ... 16 more [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.BatchModifyMonitoredItemsTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedDataItemTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 83ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:63078/test to localhost:63078 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:63078/test to localhost:63078 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:63078/test/discovery to localhost:63078 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:63078/test to localhost:63078 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:63078/test to localhost:63078 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:63078/test/discovery to localhost:63078 [None/None] created ManagedSubscription id=32 deleting ManagedSubscription id=32 created ManagedSubscription id=33 deleting ManagedSubscription id=33 created ManagedSubscription id=34 deleting ManagedSubscription id=34 created ManagedSubscription id=35 deleting ManagedSubscription id=35 created ManagedSubscription id=36 deleting ManagedSubscription id=36 created ManagedSubscription id=37 deleting ManagedSubscription id=37 created ManagedSubscription id=38 deleting ManagedSubscription id=38 created ManagedSubscription id=39 deleting ManagedSubscription id=39 created ManagedSubscription id=40 deleting ManagedSubscription id=40 created ManagedSubscription id=41 deleting ManagedSubscription id=41 created ManagedSubscription id=42 deleting ManagedSubscription id=42 created ManagedSubscription id=43 deleting ManagedSubscription id=43 created ManagedSubscription id=44 deleting ManagedSubscription id=44 created ManagedSubscription id=45 deleting ManagedSubscription id=45 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 s - in org.eclipse.milo.opcua.sdk.client.subscriptions.ManagedDataItemTest [INFO] Running org.eclipse.milo.opcua.sdk.client.UaObjectNodeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 39ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:21324/test to localhost:21324 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:21324/test to localhost:21324 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:21324/test/discovery to localhost:21324 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:21324/test to localhost:21324 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:21324/test to localhost:21324 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:21324/test/discovery to localhost:21324 [None/None] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in org.eclipse.milo.opcua.sdk.client.UaObjectNodeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.AddressSpaceTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 40ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:50823/test to localhost:50823 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:50823/test to localhost:50823 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:50823/test/discovery to localhost:50823 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:50823/test to localhost:50823 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:50823/test to localhost:50823 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:50823/test/discovery to localhost:50823 [None/None] 0:SetSubscriptionDurable (ns=0;i=12749) [Method] 0:ResendData (ns=0;i=12873) [Method] 0:RequestServerStateChange (ns=0;i=12886) [Method] 0:GetMonitoredItems (ns=0;i=11492) [Method] 0:ServerConfiguration (ns=0;i=12637) [Object] 0:ServerArray (ns=0;i=2254) [Variable] └─ value = Variant{value=[urn:eclipse:milo:examples:server:7a5ac709-1372-4b8f-bdd7-9a0a3d9194f0]} 0:NamespaceArray (ns=0;i=2255) [Variable] └─ value = Variant{value=[http://opcfoundation.org/UA/, urn:eclipse:milo:examples:server:7a5ac709-1372-4b8f-bdd7-9a0a3d9194f0, urn:eclipse:milo:test]} 0:ServerStatus (ns=0;i=2256) [Variable] └─ value = Variant{value=ExtensionObject{encoded=ByteString{bytes=[0, 95, -26, 65, -24, -112, -38, 1, -16, -118, -19, 65, -24, -112, -38, 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, 15, 0, 0, 0, 48, 46, 54, 46, 49, 51, 45, 83, 78, 65, 80, 83, 72, 79, 84, 0, 0, 0, 0, 80, -49, -33, 65, -24, -112, -38, 1, 0, 0, 0, 0, 0]}, encodingId=NodeId{ns=0, id=864}}} 0:ServiceLevel (ns=0;i=2267) [Variable] └─ value = Variant{value=255} 0:Auditing (ns=0;i=2994) [Variable] └─ value = Variant{value=false} 0:EstimatedReturnTime (ns=0;i=12885) [Variable] └─ value = Variant{value=null} 0:ServerCapabilities (ns=0;i=2268) [Object] 0:ServerDiagnostics (ns=0;i=2274) [Object] 0:VendorServerInfo (ns=0;i=2295) [Object] 0:ServerRedundancy (ns=0;i=2296) [Object] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s - in org.eclipse.milo.opcua.sdk.client.AddressSpaceTest [INFO] Running org.eclipse.milo.opcua.sdk.client.UaVariableNodeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 82ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:15258/test to localhost:15258 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:15258/test to localhost:15258 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:15258/test/discovery to localhost:15258 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:15258/test to localhost:15258 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:15258/test to localhost:15258 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:15258/test/discovery to localhost:15258 [None/None] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in org.eclipse.milo.opcua.sdk.client.UaVariableNodeTest [INFO] Running org.eclipse.milo.opcua.sdk.core.DataTypeTreeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 37ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:63570/test to localhost:63570 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:63570/test to localhost:63570 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:63570/test/discovery to localhost:63570 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:63570/test to localhost:63570 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:63570/test to localhost:63570 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:63570/test/discovery to localhost:63570 [None/None] 0:BaseDataType 0:Boolean 0:String 0:NumericRange 0:Time 0:LocaleId 0:NormalizedString 0:DecimalString 0:DurationString 0:TimeString 0:DateString 0:DateTime 0:Date 0:UtcTime 0:Guid 0:ByteString 0:Image 0:ImageBMP 0:ImageGIF 0:ImageJPG 0:ImagePNG 0:ApplicationInstanceCertificate 0:ContinuationPoint 0:XmlElement 0:NodeId 0:SessionAuthenticationToken 0:ExpandedNodeId 0:StatusCode 0:QualifiedName 0:LocalizedText 0:Structure 0:TrustListDataType 0:Argument 0:StatusResult 0:UserTokenPolicy 0:ApplicationDescription 0:EndpointDescription 0:UserIdentityToken 0:AnonymousIdentityToken 0:UserNameIdentityToken 0:X509IdentityToken 0:IssuedIdentityToken 0:EndpointConfiguration 0:BuildInfo 0:SignedSoftwareCertificate 0:AddNodesItem 0:AddReferencesItem 0:DeleteNodesItem 0:DeleteReferencesItem 0:RegisteredServer 0:OptionSet 0:Union 0:RelativePathElement 0:RelativePath 0:ContentFilterElement 0:ContentFilter 0:FilterOperand 0:ElementOperand 0:LiteralOperand 0:AttributeOperand 0:SimpleAttributeOperand 0:DiscoveryConfiguration 0:MdnsDiscoveryConfiguration 0:HistoryEvent 0:MonitoringFilter 0:EventFilter 0:TimeZoneDataType 0:RedundantServerDataType 0:SamplingIntervalDiagnosticsDataType 0:ServerDiagnosticsSummaryDataType 0:ServerStatusDataType 0:SessionDiagnosticsDataType 0:SessionSecurityDiagnosticsDataType 0:ServiceCounterDataType 0:SubscriptionDiagnosticsDataType 0:ModelChangeStructureDataType 0:Range 0:EUInformation 0:Annotation 0:ProgramDiagnosticDataType 0:SemanticChangeStructureDataType 0:HistoryEventFieldList 0:AggregateConfiguration 0:EnumValueType 0:EndpointUrlListDataType 0:NetworkGroupDataType 0:AxisInformation 0:XVType 0:ComplexNumberType 0:DoubleComplexNumberType 0:ServerOnNetwork 0:DataValue 0:DiagnosticInfo 0:Number 0:Float 0:Double 0:Duration 0:Integer 0:SByte 0:Int16 0:Int32 0:Int64 0:UInteger 0:Byte 0:UInt16 0:UInt32 0:IntegerId 0:Counter 0:UInt64 0:BitFieldMaskDataType 0:Decimal128 0:Enumeration 0:NamingRuleType 0:IdType 0:NodeClass 0:TrustListMasks 0:MessageSecurityMode 0:UserTokenType 0:ApplicationType 0:SecurityTokenRequestType 0:AttributeWriteMask 0:NodeAttributesMask 0:FilterOperator 0:RedundancySupport 0:ServerState 0:ExceptionDeviationFormat 0:HistoryUpdateType 0:PerformUpdateType 0:OpenFileMode 0:AxisScaleEnumeration 0:String : class java.lang.String 0:NumericRange : class java.lang.String 0:Time : class java.lang.String 0:LocaleId : class java.lang.String 0:NormalizedString : class java.lang.String 0:DecimalString : class java.lang.String 0:DurationString : class java.lang.String 0:TimeString : class java.lang.String 0:DateString : class java.lang.String 0:DateTime : class org.eclipse.milo.opcua.stack.core.types.builtin.DateTime 0:Date : class org.eclipse.milo.opcua.stack.core.types.builtin.DateTime 0:UtcTime : class org.eclipse.milo.opcua.stack.core.types.builtin.DateTime 0:ByteString : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:Image : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ImageBMP : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ImageGIF : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ImageJPG : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ImagePNG : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ApplicationInstanceCertificate : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:ContinuationPoint : class org.eclipse.milo.opcua.stack.core.types.builtin.ByteString 0:NodeId : class org.eclipse.milo.opcua.stack.core.types.builtin.NodeId 0:SessionAuthenticationToken : class org.eclipse.milo.opcua.stack.core.types.builtin.NodeId 0:Structure : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TrustListDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Argument : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StatusResult : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserTokenPolicy : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ApplicationDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AnonymousIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserNameIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:X509IdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:IssuedIdentityToken : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BuildInfo : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SignedSoftwareCertificate : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AddNodesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AddReferencesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DeleteNodesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DeleteReferencesItem : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RegisteredServer : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:OptionSet : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Union : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RelativePathElement : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RelativePath : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ContentFilterElement : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ContentFilter : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:FilterOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ElementOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:LiteralOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AttributeOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SimpleAttributeOperand : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DiscoveryConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:MdnsDiscoveryConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:HistoryEvent : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:MonitoringFilter : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EventFilter : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TimeZoneDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RedundantServerDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SamplingIntervalDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServerDiagnosticsSummaryDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServerStatusDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SessionDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SessionSecurityDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServiceCounterDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SubscriptionDiagnosticsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ModelChangeStructureDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Range : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EUInformation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Annotation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ProgramDiagnosticDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SemanticChangeStructureDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:HistoryEventFieldList : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AggregateConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumValueType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointUrlListDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:NetworkGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AxisInformation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:XVType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ComplexNumberType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DoubleComplexNumberType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServerOnNetwork : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Double : class java.lang.Double 0:Duration : class java.lang.Double 0:UInt32 : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:IntegerId : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:Counter : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:UInt64 : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong 0:BitFieldMaskDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong 0:Enumeration : class java.lang.Integer 0:NamingRuleType : class java.lang.Integer 0:IdType : class java.lang.Integer 0:NodeClass : class java.lang.Integer 0:TrustListMasks : class java.lang.Integer 0:MessageSecurityMode : class java.lang.Integer 0:UserTokenType : class java.lang.Integer 0:ApplicationType : class java.lang.Integer 0:SecurityTokenRequestType : class java.lang.Integer 0:AttributeWriteMask : class java.lang.Integer 0:NodeAttributesMask : class java.lang.Integer 0:FilterOperator : class java.lang.Integer 0:RedundancySupport : class java.lang.Integer 0:ServerState : class java.lang.Integer 0:ExceptionDeviationFormat : class java.lang.Integer 0:HistoryUpdateType : class java.lang.Integer 0:PerformUpdateType : class java.lang.Integer 0:OpenFileMode : class java.lang.Integer 0:AxisScaleEnumeration : class java.lang.Integer [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s - in org.eclipse.milo.opcua.sdk.core.DataTypeTreeTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 91, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ integration-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/integration-tests/target/integration-tests-0.6.13-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default) @ integration-tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (default) @ integration-tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 0.6.13-SNAPSHOT: [INFO] [INFO] Eclipse Milo Build Tools ........................... SUCCESS [ 2.713 s] [INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [ 1.902 s] [INFO] opc-ua-stack ....................................... SUCCESS [ 1.084 s] [INFO] stack-core ......................................... SUCCESS [ 27.180 s] [INFO] stack-client ....................................... SUCCESS [ 0.907 s] [INFO] opc-ua-sdk ......................................... SUCCESS [ 0.633 s] [INFO] sdk-core ........................................... SUCCESS [ 4.265 s] [INFO] sdk-client ......................................... SUCCESS [ 5.216 s] [INFO] bsd-core ........................................... SUCCESS [ 2.749 s] [INFO] bsd-parser ......................................... SUCCESS [ 2.250 s] [INFO] dictionary-reader .................................. SUCCESS [ 12.617 s] [INFO] stack-server ....................................... SUCCESS [ 0.696 s] [INFO] bsd-generator ...................................... SUCCESS [ 0.322 s] [INFO] sdk-server ......................................... SUCCESS [ 13.697 s] [INFO] dictionary-manager ................................. SUCCESS [ 0.312 s] [INFO] milo-examples ...................................... SUCCESS [ 0.058 s] [INFO] server-examples .................................... SUCCESS [ 4.277 s] [INFO] client-examples .................................... SUCCESS [ 0.501 s] [INFO] bsd-parser-gson .................................... SUCCESS [ 1.938 s] [INFO] stack-tests ........................................ SUCCESS [01:07 min] [INFO] sdk-tests .......................................... SUCCESS [ 2.619 s] [INFO] integration-tests .................................. SUCCESS [ 16.275 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:50 min [INFO] Finished at: 2024-04-17T16:56:58Z [INFO] ------------------------------------------------------------------------ Setting status of 81508b464b506d56e668f41ed816f7b8be75fbcf to SUCCESS with url https://ci.eclipse.org/milo/job/Milo_Test/3191/ and message: 'Build finished. ' Finished: SUCCESS