GitHub pull request #951 of commit cc2ca42d882083bd76a4720365b9642bcd749533, no merge conflicts. Running as SYSTEM Setting status of cc2ca42d882083bd76a4720365b9642bcd749533 to PENDING with url https://ci.eclipse.org/milo/job/Milo_Test/3122/ and message: 'Build started for merge commit.' Agent basic-lmh8x is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-lmh8x" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.milo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-lmh8x" - 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-lmh8x" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.milo.svc.cluster.local/milo/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2" 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-lmh8x (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/951/*:refs/remotes/origin/pr/951/* # timeout=10 > git rev-parse cc2ca42d882083bd76a4720365b9642bcd749533^{commit} # timeout=10 Checking out Revision cc2ca42d882083bd76a4720365b9642bcd749533 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f cc2ca42d882083bd76a4720365b9642bcd749533 # timeout=10 Commit message: "Relax validation of server nonce in OpenSecureChannelResponse" > git rev-list --no-walk ea197c3acf3a9be2382284f2699fafe61f9a4e61 # 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=951 -DghprbCredentialsId=github-bot -DghprbAuthorRepoGitUrl=https://github.com/eclipse/milo.git -DghprbTriggerAuthor= -DghprbPullAuthorEmail=kevinherron@gmail.com -DghprbPullLink=https://github.com/eclipse/milo/pull/951 -Dsha1=origin/pr/951/merge -DghprbPullAuthorLoginMention=@kevinherron "-DghprbPullDescription=GitHub pull request #951 of commit cc2ca42d882083bd76a4720365b9642bcd749533, no merge conflicts." -DghprbActualCommit=cc2ca42d882083bd76a4720365b9642bcd749533 -DghprbPullAuthorLogin=kevinherron -DghprbSourceBranch=issues/gh950 "-DghprbActualCommitAuthor=Kevin Herron" -DghprbTriggerAuthorLoginMention= "-DghprbPullLongDescription=Part 6 says the nonce is to be ignored when `MessageSecurityMode` is `None`.\r\n\r\nfixes #950\r\n" -DghprbTriggerAuthorEmail= -DGIT_BRANCH=issues/gh950 "-DghprbPullTitle=Relax validation of server nonce in OpenSecureChannelResponse" -DghprbCommentBody=null -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Test/.repository clean verify -B Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.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.5-SNAPSHOT [1/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ build-tools --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ build-tools --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ build-tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ build-tools --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ build-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test/build-tools/target/build-tools-0.6.5-SNAPSHOT.jar [INFO] [INFO] -----------------------< org.eclipse.milo:milo >------------------------ [INFO] Building Eclipse Milo - OPC UA (IEC 62541) 0.6.5-SNAPSHOT [2/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ milo --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ milo --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ milo --- [INFO] [INFO] -------------------< org.eclipse.milo:opc-ua-stack >-------------------- [INFO] Building opc-ua-stack 0.6.5-SNAPSHOT [3/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opc-ua-stack --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ opc-ua-stack --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ opc-ua-stack --- [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ opc-ua-stack --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- maven-failsafe-plugin: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.5-SNAPSHOT [4/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stack-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ stack-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ stack-core --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ stack-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 380 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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ stack-core --- [WARNING] Manifest org.eclipse.milo:stack-core:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ stack-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ stack-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-stack/stack-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin: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: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.395 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ stack-core --- [INFO] [INFO] -------------------< org.eclipse.milo:stack-client >-------------------- [INFO] Building stack-client 0.6.5-SNAPSHOT [5/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stack-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ stack-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ stack-client --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ stack-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ stack-client --- [WARNING] Manifest org.eclipse.milo:stack-client:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ stack-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ stack-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin: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.5-SNAPSHOT [6/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opc-ua-sdk --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ opc-ua-sdk --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ opc-ua-sdk --- [INFO] [INFO] --- maven-bundle-plugin: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.5-SNAPSHOT [7/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sdk-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ sdk-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ sdk-core --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ sdk-core --- [WARNING] Manifest org.eclipse.milo:sdk-core:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-surefire-plugin: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.149 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] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --------------------< org.eclipse.milo:sdk-client >--------------------- [INFO] Building sdk-client 0.6.5-SNAPSHOT [8/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sdk-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ sdk-client --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ sdk-client --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ sdk-client --- [WARNING] Manifest org.eclipse.milo:sdk-client:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sdk-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ sdk-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] ---------------------< org.eclipse.milo:bsd-core >---------------------- [INFO] Building bsd-core 0.6.5-SNAPSHOT [9/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bsd-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ bsd-core --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ bsd-core --- [INFO] [INFO] --- maven-jaxb2-plugin: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] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ bsd-core --- [WARNING] Manifest org.eclipse.milo:bsd-core:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ bsd-core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ bsd-core --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin: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.5-SNAPSHOT [10/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bsd-parser --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ bsd-parser --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ bsd-parser --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ bsd-parser --- [WARNING] Manifest org.eclipse.milo:bsd-parser:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ bsd-parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin: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] --- maven-surefire-plugin: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.351 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default-integration-test) @ bsd-parser --- [INFO] [INFO] -----------------< org.eclipse.milo:dictionary-reader >----------------- [INFO] Building dictionary-reader 0.6.5-SNAPSHOT [11/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dictionary-reader --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ dictionary-reader --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dictionary-reader --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dictionary-reader --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ dictionary-reader --- [WARNING] Manifest org.eclipse.milo:dictionary-reader:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-surefire-plugin: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: 12.014 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] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] -------------------< org.eclipse.milo:stack-server >-------------------- [INFO] Building stack-server 0.6.5-SNAPSHOT [12/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stack-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ stack-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ stack-server --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ stack-server --- [WARNING] Manifest org.eclipse.milo:stack-server:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ stack-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ stack-server --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin: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.5-SNAPSHOT [13/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bsd-generator --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ bsd-generator --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ bsd-generator --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ bsd-generator --- [WARNING] Manifest org.eclipse.milo:bsd-generator:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ bsd-generator --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ bsd-generator --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin: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.5-SNAPSHOT [14/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sdk-server --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ sdk-server --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ sdk-server --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ sdk-server --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sdk-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/nodes/UaNodeTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/nodes/UaNodeTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin: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.5-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.6.5-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=7534d233-7e32-4e42-8019-74b4ec5b0588 targetValue=7534d233-7e32-4e42-8019-74b4ec5b0588 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=cba6b1b1-7ede-442f-9ae4-222f5e188e8d targetType=Guid targetValue=cba6b1b1-7ede-442f-9ae4-222f5e188e8d 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=132926302338470000, javaDate=Thu Mar 24 21:17:13 UTC 2022} nowAsString: 2022-03-24T21:17:13Z nowAsStringAsDateTime: DateTime{utcTime=132926302330000000, javaDate=Thu Mar 24 21:17:13 UTC 2022} 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@3a80515c 10.40.64.118 basic-lmh8x [INFO] Tests run: 144, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.464 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 144, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] ----------------< org.eclipse.milo:dictionary-manager >----------------- [INFO] Building dictionary-manager 0.6.5-SNAPSHOT [15/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ dictionary-manager --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ dictionary-manager --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dictionary-manager --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ dictionary-manager --- [WARNING] Manifest org.eclipse.milo:dictionary-manager:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ dictionary-manager --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ dictionary-manager --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] -------------------< org.eclipse.milo:milo-examples >------------------- [INFO] Building milo-examples 0.6.5-SNAPSHOT [16/22] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ milo-examples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ milo-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ milo-examples --- [INFO] [INFO] --- maven-bundle-plugin: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.5-SNAPSHOT [17/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ server-examples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ server-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ server-examples --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ server-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ server-examples --- [WARNING] Manifest org.eclipse.milo:server-examples:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ server-examples --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ server-examples --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.2:shade (default) @ server-examples --- [INFO] Including org.eclipse.milo:sdk-server:jar:0.6.5-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:stack-core:jar:0.6.5-SNAPSHOT in the shaded jar. [INFO] Including org.bouncycastle:bcprov-jdk15on:jar:1.69 in the shaded jar. [INFO] Including org.bouncycastle:bcpkix-jdk15on:jar:1.69 in the shaded jar. [INFO] Including org.bouncycastle:bcutil-jdk15on:jar:1.69 in the shaded jar. [INFO] Including com.google.guava:guava:jar:31.0.1-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.1 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.70.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.70.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.70.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.70.Final in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.70.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.70.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.3 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.3 in the shaded jar. [INFO] Including com.sun.istack:istack-commons-runtime:jar:3.0.11 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.5-SNAPSHOT in the shaded jar. [INFO] Including io.netty:netty-codec-http:jar:4.1.70.Final in the shaded jar. [INFO] Including org.eclipse.milo:bsd-generator:jar:0.6.5-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:bsd-core:jar:0.6.5-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:sdk-core:jar:0.6.5-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.milo:dictionary-manager:jar:0.6.5-SNAPSHOT in the shaded jar. [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar. [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 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] netty-buffer-4.1.70.Final.jar, netty-codec-4.1.70.Final.jar, netty-codec-http-4.1.70.Final.jar, netty-common-4.1.70.Final.jar, netty-handler-4.1.70.Final.jar, netty-resolver-4.1.70.Final.jar, netty-transport-4.1.70.Final.jar define 1 overlapping resources: [WARNING] - META-INF/io.netty.versions.properties [WARNING] istack-commons-runtime-3.0.11.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.3.jar, txw2-2.3.3.jar define 2 overlapping resources: [WARNING] - META-INF/LICENSE.md [WARNING] - META-INF/NOTICE.md [WARNING] bcpkix-jdk15on-1.69.jar, bcprov-jdk15on-1.69.jar, bcutil-jdk15on-1.69.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] bcpkix-jdk15on-1.69.jar, bcprov-jdk15on-1.69.jar, bcutil-jdk15on-1.69.jar, bsd-core-0.6.5-SNAPSHOT.jar, bsd-generator-0.6.5-SNAPSHOT.jar, dictionary-manager-0.6.5-SNAPSHOT.jar, failureaccess-1.0.1.jar, guava-31.0.1-jre.jar, istack-commons-runtime-3.0.11.jar, jakarta.activation-1.2.2.jar, jakarta.xml.bind-api-2.3.3.jar, jaxb-runtime-2.3.3.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, logback-classic-1.1.7.jar, logback-core-1.1.7.jar, netty-buffer-4.1.70.Final.jar, netty-codec-4.1.70.Final.jar, netty-codec-http-4.1.70.Final.jar, netty-common-4.1.70.Final.jar, netty-handler-4.1.70.Final.jar, netty-resolver-4.1.70.Final.jar, netty-transport-4.1.70.Final.jar, sdk-core-0.6.5-SNAPSHOT.jar, sdk-server-0.6.5-SNAPSHOT.jar, server-examples-0.6.5-SNAPSHOT.jar, slf4j-api-1.7.32.jar, stack-core-0.6.5-SNAPSHOT.jar, stack-server-0.6.5-SNAPSHOT.jar, txw2-2.3.3.jar define 1 overlapping resources: [WARNING] - META-INF/MANIFEST.MF [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.5-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test/milo-examples/server-examples/target/server-examples-0.6.5-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.5-SNAPSHOT [18/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ client-examples --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ client-examples --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ client-examples --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ client-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ client-examples --- [WARNING] Manifest org.eclipse.milo:client-examples:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ client-examples --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ client-examples --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] ------------------< org.eclipse.milo:bsd-parser-gson >------------------ [INFO] Building bsd-parser-gson 0.6.5-SNAPSHOT [19/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bsd-parser-gson --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ bsd-parser-gson --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ bsd-parser-gson --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ bsd-parser-gson --- [WARNING] Manifest org.eclipse.milo:bsd-parser-gson:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin: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] --- maven-surefire-plugin: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.288 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] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin: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.5-SNAPSHOT [20/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stack-tests --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ stack-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ stack-tests --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ stack-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ stack-tests --- [WARNING] Manifest org.eclipse.milo:stack-tests:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ stack-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin: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] --- maven-surefire-plugin: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:44728/test to localhost:44728 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:44728/test to localhost:44728 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:18589/test to localhost:18589 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:18589/test to localhost:18589 [Basic256Sha256/SignAndEncrypt] [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.StackIntegrationTest$TestHttpStackIntegrationTest - discovered endpoint: https://localhost:18589/test [milo-shared-thread-pool-0] INFO org.eclipse.milo.opcua.stack.StackIntegrationTest$TestHttpStackIntegrationTest - discovered endpoint: https://localhost:18589/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=132926303132380000, javaDate=Thu Mar 24 21:18:33 UTC 2022}, 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=132926303132450000, javaDate=Thu Mar 24 21:18:33 UTC 2022}, 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=132926303132450000, javaDate=Thu Mar 24 21:18:33 UTC 2022}, serverTime=DateTime{utcTime=132926303132450000, javaDate=Thu Mar 24 21:18:33 UTC 2022}}], 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=132926303132820000, javaDate=Thu Mar 24 21:18:33 UTC 2022}, 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=132926303132830000, javaDate=Thu Mar 24 21:18:33 UTC 2022}, 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=132926303132830000, javaDate=Thu Mar 24 21:18:33 UTC 2022}, serverTime=DateTime{utcTime=132926303132830000, javaDate=Thu Mar 24 21:18:33 UTC 2022}}], 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=132926303132820000, javaDate=Thu Mar 24 21:18:33 UTC 2022}, 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=132926303142930000, javaDate=Thu Mar 24 21:18:34 UTC 2022}, 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=132926303142930000, javaDate=Thu Mar 24 21:18:34 UTC 2022}, serverTime=DateTime{utcTime=132926303142930000, javaDate=Thu Mar 24 21:18:34 UTC 2022}}], 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=132926303142950000, javaDate=Thu Mar 24 21:18:34 UTC 2022}} [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=85afc4eb-e31e-4fbf-af0f-0b5a8876586c} [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=132926303157610000, javaDate=Thu Mar 24 21:18:35 UTC 2022}} [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=f6536b16-f55a-4e53-b47f-4d2901f68fb7} [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=132926303167970000, javaDate=Thu Mar 24 21:18:36 UTC 2022}} [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=ba6dcbf9-0bb1-42d9-b0e6-c305169a8098} [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=132926303178860000, javaDate=Thu Mar 24 21:18:37 UTC 2022}} [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=61ee863b-453e-4daa-93b7-07218986bc7a} [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=132926303189640000, javaDate=Thu Mar 24 21:18:38 UTC 2022}} [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=4255cf8b-c5fb-43fb-9370-fdcf05e30a49} [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=132926303197440000, javaDate=Thu Mar 24 21:18:39 UTC 2022}} [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=504e9e85-59ca-4c2e-ad3a-ecb3e30a0b2c} [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=132926303203870000, javaDate=Thu Mar 24 21:18:40 UTC 2022}} [main] INFO org.eclipse.milo.opcua.stack.ClientServerTest - SecurityPolicy=None, MessageSecurityMode=None, input=Variant{value=42a79d81-9694-409b-8fe3-be1d9bf6752c} [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=132926303224550000, javaDate=Thu Mar 24 21:18:42 UTC 2022}, 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: 75.827 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin: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:10346/test to localhost:10346 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:10346/test to localhost:10346 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:19879/test to localhost:19879 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint https://localhost:19879/test to localhost:19879 [Basic256Sha256/SignAndEncrypt] [milo-shared-thread-pool-1] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - discovered endpoint: opc.tcp://localhost:10346/test [milo-shared-thread-pool-1] INFO org.eclipse.milo.opcua.stack.ClientCertificateValidatorIT - discovered endpoint: opc.tcp://localhost:10346/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.64 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.5-SNAPSHOT [21/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sdk-tests --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ sdk-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ sdk-tests --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sdk-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ sdk-tests --- [WARNING] Manifest org.eclipse.milo:sdk-tests:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ sdk-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin: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] --- maven-surefire-plugin: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.5-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.6.5-SNAPSHOT [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.019 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default) @ sdk-tests --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (default) @ sdk-tests --- [INFO] [INFO] -----------------< org.eclipse.milo:integration-tests >----------------- [INFO] Building integration-tests 0.6.5-SNAPSHOT [22/22] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ integration-tests --- [INFO] [INFO] --- maven-checkstyle-plugin:3.0.0:check (validate) @ integration-tests --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ integration-tests --- [INFO] [INFO] --- maven-resources-plugin: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] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (generate-manifest) @ integration-tests --- [WARNING] Manifest org.eclipse.milo:integration-tests:jar:0.6.5-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ integration-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 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] --- maven-surefire-plugin: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.5-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 0.6.5-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 2004 nodes in 1129ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:11633/test to localhost:11633 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:11633/test to localhost:11633 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:11633/test/discovery to localhost:11633 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:11633/test to localhost:11633 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:11633/test to localhost:11633 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:11633/test/discovery to localhost:11633 [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.5-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 0.6.5-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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.686 s - in org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandlerTest [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 160ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:62187/test to localhost:62187 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:62187/test to localhost:62187 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:62187/test/discovery to localhost:62187 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:62187/test to localhost:62187 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:62187/test to localhost:62187 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:62187/test/discovery to localhost:62187 [None/None] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 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 87ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:46195/test to localhost:46195 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:46195/test to localhost:46195 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:46195/test/discovery to localhost:46195 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:46195/test to localhost:46195 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:46195/test to localhost:46195 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:46195/test/discovery to localhost:46195 [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.697 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 73ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:58735/test to localhost:58735 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:58735/test to localhost:58735 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:58735/test/discovery to localhost:58735 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:58735/test to localhost:58735 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:58735/test to localhost:58735 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:58735/test/discovery to localhost:58735 [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.68 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 88ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:60971/test to localhost:60971 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:60971/test to localhost:60971 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:60971/test/discovery to localhost:60971 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:60971/test to localhost:60971 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:60971/test to localhost:60971 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:60971/test/discovery to localhost:60971 [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.49 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 70ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:20783/test to localhost:20783 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:20783/test to localhost:20783 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:20783/test/discovery to localhost:20783 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:20783/test to localhost:20783 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:20783/test to localhost:20783 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:20783/test/discovery to localhost:20783 [None/None] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.42 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 114ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:51028/test to localhost:51028 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:51028/test to localhost:51028 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:51028/test/discovery to localhost:51028 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:51028/test to localhost:51028 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:51028/test to localhost:51028 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:51028/test/discovery to localhost:51028 [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.471 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 51ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:45234/test to localhost:45234 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:45234/test to localhost:45234 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:45234/test/discovery to localhost:45234 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:45234/test to localhost:45234 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:45234/test to localhost:45234 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:45234/test/discovery to localhost:45234 [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 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 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 53ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:54978/test to localhost:54978 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:54978/test to localhost:54978 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:54978/test/discovery to localhost:54978 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:54978/test to localhost:54978 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:54978/test to localhost:54978 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:54978/test/discovery to localhost:54978 [None/None] 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 created ManagedSubscription id=46 deleting ManagedSubscription id=46 created ManagedSubscription id=47 deleting ManagedSubscription id=47 created ManagedSubscription id=48 deleting ManagedSubscription id=48 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.529 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 63ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:28237/test to localhost:28237 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:28237/test to localhost:28237 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:28237/test/discovery to localhost:28237 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:28237/test to localhost:28237 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:28237/test to localhost:28237 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:28237/test/discovery to localhost:28237 [None/None] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.466 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 45ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:23247/test to localhost:23247 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:23247/test to localhost:23247 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:23247/test/discovery to localhost:23247 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:23247/test to localhost:23247 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:23247/test to localhost:23247 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:23247/test/discovery to localhost:23247 [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:ac080561-fe87-4dbf-9959-a0419d41b326]} 0:NamespaceArray (ns=0;i=2255) [Variable] └─ value = Variant{value=[http://opcfoundation.org/UA/, urn:eclipse:milo:examples:server:ac080561-fe87-4dbf-9959-a0419d41b326, urn:eclipse:milo:test]} 0:ServerStatus (ns=0;i=2256) [Variable] └─ value = Variant{value=ExtensionObject{encoded=ByteString{bytes=[16, -2, -115, -53, -60, 63, -40, 1, -96, -110, -101, -53, -60, 63, -40, 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, 14, 0, 0, 0, 48, 46, 54, 46, 53, 45, 83, 78, 65, 80, 83, 72, 79, 84, 0, 0, 0, 0, 16, -85, -122, -53, -60, 63, -40, 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.579 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 88ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:44193/test to localhost:44193 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:44193/test to localhost:44193 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:44193/test/discovery to localhost:44193 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:44193/test to localhost:44193 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:44193/test to localhost:44193 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:44193/test/discovery to localhost:44193 [None/None] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 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 75ms. [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:41935/test to localhost:41935 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:41935/test to localhost:41935 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://localhost:41935/test/discovery to localhost:41935 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:41935/test to localhost:41935 [None/None] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:41935/test to localhost:41935 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.stack.server.UaStackServer - Binding endpoint opc.tcp://127.0.0.1:41935/test/discovery to localhost:41935 [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.495 s - in org.eclipse.milo.opcua.sdk.core.DataTypeTreeTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 89, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-jar-plugin: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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (default) @ integration-tests --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (default) @ integration-tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 0.6.5-SNAPSHOT: [INFO] [INFO] Eclipse Milo Build Tools ........................... SUCCESS [ 7.363 s] [INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [ 5.295 s] [INFO] opc-ua-stack ....................................... SUCCESS [ 3.247 s] [INFO] stack-core ......................................... SUCCESS [ 32.673 s] [INFO] stack-client ....................................... SUCCESS [ 1.982 s] [INFO] opc-ua-sdk ......................................... SUCCESS [ 0.690 s] [INFO] sdk-core ........................................... SUCCESS [ 4.896 s] [INFO] sdk-client ......................................... SUCCESS [ 6.337 s] [INFO] bsd-core ........................................... SUCCESS [ 5.290 s] [INFO] bsd-parser ......................................... SUCCESS [ 2.480 s] [INFO] dictionary-reader .................................. SUCCESS [ 14.367 s] [INFO] stack-server ....................................... SUCCESS [ 0.775 s] [INFO] bsd-generator ...................................... SUCCESS [ 0.396 s] [INFO] sdk-server ......................................... SUCCESS [ 17.070 s] [INFO] dictionary-manager ................................. SUCCESS [ 0.404 s] [INFO] milo-examples ...................................... SUCCESS [ 0.074 s] [INFO] server-examples .................................... SUCCESS [ 4.571 s] [INFO] client-examples .................................... SUCCESS [ 0.613 s] [INFO] bsd-parser-gson .................................... SUCCESS [ 2.200 s] [INFO] stack-tests ........................................ SUCCESS [01:19 min] [INFO] sdk-tests .......................................... SUCCESS [ 2.818 s] [INFO] integration-tests .................................. SUCCESS [ 18.254 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:32 min [INFO] Finished at: 2022-03-24T21:19:08Z [INFO] ------------------------------------------------------------------------ Setting status of cc2ca42d882083bd76a4720365b9642bcd749533 to SUCCESS with url https://ci.eclipse.org/milo/job/Milo_Test/3122/ and message: 'Build finished. ' Finished: SUCCESS