GitHub pull request #1270 of commit e7ec5ab94ba2ce94cadea258a87f82116eecde91, no merge conflicts. Running as SYSTEM Setting status of e7ec5ab94ba2ce94cadea258a87f82116eecde91 to PENDING with url https://ci.eclipse.org/milo/job/Milo_Test_Dev1.0/146/ and message: 'Build started for merge commit.' Agent basic-6vq9p is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-6vq9p" namespace: "milo" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.milo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-6vq9p" - 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-6vq9p" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.milo.svc.cluster.local/milo/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-milo" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-6vq9p (basic) in workspace /home/jenkins/agent/workspace/Milo_Test_Dev1.0 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_Dev1.0 # 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/1270/*:refs/remotes/origin/pr/1270/* # timeout=10 > git rev-parse e7ec5ab94ba2ce94cadea258a87f82116eecde91^{commit} # timeout=10 Checking out Revision e7ec5ab94ba2ce94cadea258a87f82116eecde91 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f e7ec5ab94ba2ce94cadea258a87f82116eecde91 # timeout=10 Commit message: "~ updateDataTypeTree() and updateReferenceTypeTree()" > git rev-list --no-walk 165f1135e71af6146c3fc77679bcb4095c46915d # timeout=10 [Milo_Test_Dev1.0] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DghprbActualCommitAuthorEmail=kevinherron@gmail.com -DghprbTriggerAuthorLogin= -DghprbGhRepository=eclipse/milo -DghprbTargetBranch=dev/1.0 -DghprbPullId=1270 -DghprbCredentialsId=github-bot -DghprbAuthorRepoGitUrl=https://github.com/eclipse/milo.git -DghprbTriggerAuthor= -DghprbPullAuthorEmail=kevinherron@gmail.com -DghprbPullLink=https://github.com/eclipse/milo/pull/1270 -Dsha1=origin/pr/1270/merge -DghprbPullAuthorLoginMention=@kevinherron "-DghprbPullDescription=GitHub pull request #1270 of commit e7ec5ab94ba2ce94cadea258a87f82116eecde91, no merge conflicts." -DghprbActualCommit=e7ec5ab94ba2ce94cadea258a87f82116eecde91 -DghprbPullAuthorLogin=kevinherron -DghprbSourceBranch=issues/gh1269 "-DghprbActualCommitAuthor=Kevin Herron" -DghprbTriggerAuthorLoginMention= "-DghprbPullLongDescription=fixes #1269" -DghprbTriggerAuthorEmail= -DGIT_BRANCH=issues/gh1269 "-DghprbPullTitle=Use ReferenceTypeTree when checking Reference subtypes" -DghprbCommentBody=null -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Test_Dev1.0/.repository clean verify -B Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Milo Build Tools [jar] [INFO] Eclipse Milo - OPC UA (IEC 62541) [pom] [INFO] milo-opc-ua-stack [pom] [INFO] milo-guava-dependencies [jar] [INFO] milo-stack-core [jar] [INFO] milo-transport [jar] [INFO] milo-opc-ua-sdk [pom] [INFO] milo-sdk-core [jar] [INFO] milo-sdk-client [jar] [INFO] milo-encoding-json [jar] [INFO] milo-codec-json [jar] [INFO] milo-dtd-core [jar] [INFO] milo-dtd-reader [jar] [INFO] milo-sdk-server [jar] [INFO] milo-dtd-manager [jar] [INFO] milo-examples [pom] [INFO] milo-server-examples [jar] [INFO] milo-client-examples [jar] [INFO] milo-encoding-xml [jar] [INFO] milo-stack-tests [jar] [INFO] milo-transport-https [jar] [INFO] milo-transport-websocket [jar] [INFO] milo-sdk-tests [jar] [INFO] milo-integration-tests [jar] [INFO] [INFO] -----------------< org.eclipse.milo:milo-build-tools >------------------ [INFO] Building Eclipse Milo Build Tools 1.0.0-SNAPSHOT [1/24] [INFO] from build-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-build-tools --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-build-tools --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-build-tools --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-build-tools --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-build-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/build-tools/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-build-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-build-tools --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-build-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/build-tools/target/milo-build-tools-1.0.0-SNAPSHOT.jar [INFO] [INFO] -----------------------< org.eclipse.milo:milo >------------------------ [INFO] Building Eclipse Milo - OPC UA (IEC 62541) 1.0.0-SNAPSHOT [2/24] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo --- [INFO] [INFO] -----------------< org.eclipse.milo:milo-opc-ua-stack >----------------- [INFO] Building milo-opc-ua-stack 1.0.0-SNAPSHOT [3/24] [INFO] from opc-ua-stack/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-opc-ua-stack --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-opc-ua-stack --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-opc-ua-stack --- [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-opc-ua-stack --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-opc-ua-stack --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-opc-ua-stack --- [INFO] [INFO] --------------< org.eclipse.milo:milo-guava-dependencies >-------------- [INFO] Building milo-guava-dependencies 1.0.0-SNAPSHOT [4/24] [INFO] from opc-ua-stack/guava-dependencies/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-guava-dependencies --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-guava-dependencies --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-guava-dependencies --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-guava-dependencies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/guava-dependencies/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-guava-dependencies --- [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-guava-dependencies --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/guava-dependencies/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-guava-dependencies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/guava-dependencies/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-guava-dependencies --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-guava-dependencies --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-guava-dependencies --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/guava-dependencies/target/milo-guava-dependencies-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-guava-dependencies --- [INFO] Including com.google.guava:guava:jar:33.0.0-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.2 in the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Minimizing jar org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/guava-dependencies/dependency-reduced-pom.xml [WARNING] failureaccess-1.0.2.jar, guava-33.0.0-jre.jar, milo-guava-dependencies-1.0.0-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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 https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Minimized 2038 -> 1279 (62%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/guava-dependencies/target/milo-guava-dependencies-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/guava-dependencies/target/milo-guava-dependencies-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-guava-dependencies --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-guava-dependencies --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/guava-dependencies/target/milo-guava-dependencies-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.milo:milo-stack-core >------------------ [INFO] Building milo-stack-core 1.0.0-SNAPSHOT [5/24] [INFO] from opc-ua-stack/stack-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-stack-core --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-stack-core --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-stack-core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-stack-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-stack-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 531 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/encoding/binary/OpcUaBinaryDecoder.java: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/encoding/binary/OpcUaBinaryDecoder.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/encoding/binary/OpcUaBinaryDecoder.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/util/FutureUtils.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-stack-core --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-stack-core --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-stack-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 49 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/test/java/org/eclipse/milo/opcua/stack/core/util/validation/CertificateValidationUtilTest.java: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/test/java/org/eclipse/milo/opcua/stack/core/util/validation/CertificateValidationUtilTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/src/test/java/org/eclipse/milo/opcua/stack/core/util/validation/CertificateValidationUtilTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-stack-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.stack.core.util.ListsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.milo.opcua.stack.core.util.ListsTest [INFO] Running org.eclipse.milo.opcua.stack.core.util.TaskQueueTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s -- in org.eclipse.milo.opcua.stack.core.util.TaskQueueTest [INFO] Running org.eclipse.milo.opcua.stack.core.security.MemoryCertificateStoreTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 s -- in org.eclipse.milo.opcua.stack.core.security.MemoryCertificateStoreTest [INFO] Running org.eclipse.milo.opcua.stack.core.security.KeyStoreCertificateStoreTest [main] INFO org.eclipse.milo.opcua.stack.core.security.KeyStoreCertificateStoreTest$1 - Loading KeyStore at /tmp/KeyStoreCertificateStoreTest8816319351566708171/testKeyStore.pfx [main] INFO org.eclipse.milo.opcua.stack.core.security.KeyStoreCertificateStoreTest$1 - Loading KeyStore at /tmp/KeyStoreCertificateStoreTest12436454197465385811/testKeyStore.pfx [main] INFO org.eclipse.milo.opcua.stack.core.security.KeyStoreCertificateStoreTest$1 - Loading KeyStore at /tmp/KeyStoreCertificateStoreTest4126921556583888799/testKeyStore.pfx [main] INFO org.eclipse.milo.opcua.stack.core.security.KeyStoreCertificateStoreTest$1 - Loading KeyStore at /tmp/KeyStoreCertificateStoreTest6659747840230220102/testKeyStore.pfx [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 s -- in org.eclipse.milo.opcua.stack.core.security.KeyStoreCertificateStoreTest [INFO] Running org.eclipse.milo.opcua.stack.core.security.MemoryCertificateQuarantineTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s -- in org.eclipse.milo.opcua.stack.core.security.MemoryCertificateQuarantineTest [INFO] Running org.eclipse.milo.opcua.stack.core.security.FileBasedCertificateQuarantineTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.554 s -- in org.eclipse.milo.opcua.stack.core.security.FileBasedCertificateQuarantineTest [INFO] Running org.eclipse.milo.opcua.stack.core.types.structured.HistoryModifiedDataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.milo.opcua.stack.core.types.structured.HistoryModifiedDataTest [INFO] Running org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescriptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescriptionTest [INFO] Running org.eclipse.milo.opcua.stack.core.types.builtin.MatrixTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.milo.opcua.stack.core.types.builtin.MatrixTest [INFO] Running org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUIntegerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUIntegerTest [INFO] Running org.eclipse.milo.opcua.stack.core.types.builtin.VariantTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.eclipse.milo.opcua.stack.core.types.builtin.VariantTest [INFO] Running org.eclipse.milo.opcua.stack.core.NamespaceTableTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.milo.opcua.stack.core.NamespaceTableTest [INFO] Running org.eclipse.milo.opcua.stack.core.UriArrayTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.milo.opcua.stack.core.UriArrayTest [INFO] Running org.eclipse.milo.opcua.stack.core.StatusCodesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.milo.opcua.stack.core.StatusCodesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-stack-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/target/milo-stack-core-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-stack-core --- [INFO] Including org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT in the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/dependency-reduced-pom.xml [WARNING] milo-guava-dependencies-1.0.0-SNAPSHOT.jar, milo-stack-core-1.0.0-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file 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 https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/target/milo-stack-core-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/target/milo-stack-core-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-stack-core --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-stack-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-core/target/milo-stack-core-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.milo:milo-transport >------------------- [INFO] Building milo-transport 1.0.0-SNAPSHOT [6/24] [INFO] from opc-ua-stack/transport/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-transport --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-transport --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-transport --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-transport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-transport --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 33 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-transport --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-transport --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-transport --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-transport --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.stack.transport.client.tcp.OpcTcpTransportTest connecting... connected disconnecting... disconnected unbinding server transport... server transport unbound connecting... [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. [milo-netty-event-loop-1] WARN org.eclipse.milo.opcua.stack.core.util.validation.CertificateValidationUtil - check suppressed: certificate failed end-entity ExtendedKeyUsage check: CN=Client Test Certificate,OU=dev,O=digitalpetri,L=Folsom,ST=CA,C=US [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.core.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com connected disconnecting... disconnected unbinding server transport... server transport unbound connecting... [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.core.util.validation.CertificateValidationUtil - check suppressed: certificate failed end-entity ExtendedKeyUsage check: CN=Client Test Certificate,OU=dev,O=digitalpetri,L=Folsom,ST=CA,C=US [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.core.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com connected disconnecting... disconnected unbinding server transport... server transport unbound connecting... [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.core.util.validation.CertificateValidationUtil - check suppressed: certificate failed end-entity ExtendedKeyUsage check: CN=Client Test Certificate,OU=dev,O=digitalpetri,L=Folsom,ST=CA,C=US [milo-netty-event-loop-2] WARN org.eclipse.milo.opcua.stack.core.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com connected disconnecting... disconnected unbinding server transport... server transport unbound connecting... [milo-netty-event-loop-2] WARN org.eclipse.milo.opcua.stack.core.util.validation.CertificateValidationUtil - check suppressed: certificate failed end-entity ExtendedKeyUsage check: CN=Client Test Certificate,OU=dev,O=digitalpetri,L=Folsom,ST=CA,C=US [milo-netty-event-loop-1] WARN org.eclipse.milo.opcua.stack.core.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com connected disconnecting... disconnected unbinding server transport... server transport unbound connecting... [milo-netty-event-loop-1] WARN org.eclipse.milo.opcua.stack.core.util.validation.CertificateValidationUtil - check suppressed: certificate failed end-entity ExtendedKeyUsage check: CN=Client Test Certificate,OU=dev,O=digitalpetri,L=Folsom,ST=CA,C=US [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.core.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com connected disconnecting... disconnected unbinding server transport... server transport unbound connecting... [milo-netty-event-loop-0] WARN org.eclipse.milo.opcua.stack.core.util.validation.CertificateValidationUtil - check suppressed: certificate failed end-entity ExtendedKeyUsage check: CN=Client Test Certificate,OU=dev,O=digitalpetri,L=Folsom,ST=CA,C=US [milo-netty-event-loop-3] WARN org.eclipse.milo.opcua.stack.core.security.ClientCertificateValidator$InsecureValidator - Skipping validation for certificate: CN=Server Test Certificate, OU=dev, O=digitalpetri, L=Folsom, ST=CA, C=US, EMAILADDRESS=kevinherron@gmail.com connected disconnecting... disconnected unbinding server transport... server transport unbound connecting... connected [milo-netty-event-loop-2] ERROR org.eclipse.milo.opcua.stack.transport.client.uasc.UascClientMessageHandler - [remote=localhost/127.0.0.1:12685] errorMessage=ErrorMessage{error=StatusCode{name=Bad_SecurityPolicyRejected, value=0x80550000, quality=bad}, reason=The security policy does not meet the requirements set by the server.} connecting... connected disconnecting... disconnected unbinding server transport... server transport unbound [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.048 s -- in org.eclipse.milo.opcua.stack.transport.client.tcp.OpcTcpTransportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-transport --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport/target/milo-transport-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-transport --- [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport/target/milo-transport-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport/target/milo-transport-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-transport --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-transport --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport/target/milo-transport-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.milo:milo-opc-ua-sdk >------------------ [INFO] Building milo-opc-ua-sdk 1.0.0-SNAPSHOT [7/24] [INFO] from opc-ua-sdk/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-opc-ua-sdk --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-opc-ua-sdk --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-opc-ua-sdk --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-opc-ua-sdk --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-opc-ua-sdk --- [INFO] [INFO] -------------------< org.eclipse.milo:milo-sdk-core >------------------- [INFO] Building milo-sdk-core 1.0.0-SNAPSHOT [8/24] [INFO] from opc-ua-sdk/sdk-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-sdk-core --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-sdk-core --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-sdk-core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-sdk-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-core/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-sdk-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 42 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-sdk-core --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-sdk-core:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-sdk-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-sdk-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-sdk-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.server.util.AsyncGroupMapCollateTest mod=1 remainder=0 group=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9] -- mod=2 remainder=0 group=[0, 2, 4, 6, 8] mod=2 remainder=1 group=[1, 3, 5, 7, 9] -- mod=3 remainder=0 group=[0, 3, 6, 9] mod=3 remainder=1 group=[1, 4, 7] mod=3 remainder=2 group=[2, 5, 8] -- mod=4 remainder=0 group=[0, 4, 8] mod=4 remainder=1 group=[1, 5, 9] mod=4 remainder=2 group=[2, 6] mod=4 remainder=3 group=[3, 7] -- mod=5 remainder=0 group=[0, 5] mod=5 remainder=1 group=[1, 6] mod=5 remainder=2 group=[2, 7] mod=5 remainder=3 group=[3, 8] mod=5 remainder=4 group=[4, 9] -- mod=6 remainder=0 group=[0, 6] mod=6 remainder=1 group=[1, 7] mod=6 remainder=2 group=[2, 8] mod=6 remainder=3 group=[3, 9] mod=6 remainder=4 group=[4] mod=6 remainder=5 group=[5] -- mod=7 remainder=0 group=[0, 7] mod=7 remainder=1 group=[1, 8] mod=7 remainder=2 group=[2, 9] mod=7 remainder=3 group=[3] mod=7 remainder=4 group=[4] mod=7 remainder=5 group=[5] mod=7 remainder=6 group=[6] -- mod=8 remainder=0 group=[0, 8] mod=8 remainder=1 group=[1, 9] mod=8 remainder=2 group=[2] mod=8 remainder=3 group=[3] mod=8 remainder=4 group=[4] mod=8 remainder=5 group=[5] mod=8 remainder=6 group=[6] mod=8 remainder=7 group=[7] -- mod=9 remainder=0 group=[0, 9] mod=9 remainder=1 group=[1] mod=9 remainder=2 group=[2] mod=9 remainder=3 group=[3] mod=9 remainder=4 group=[4] mod=9 remainder=5 group=[5] mod=9 remainder=6 group=[6] mod=9 remainder=7 group=[7] mod=9 remainder=8 group=[8] -- mod=10 remainder=0 group=[0] mod=10 remainder=1 group=[1] mod=10 remainder=2 group=[2] mod=10 remainder=3 group=[3] mod=10 remainder=4 group=[4] mod=10 remainder=5 group=[5] mod=10 remainder=6 group=[6] mod=10 remainder=7 group=[7] mod=10 remainder=8 group=[8] mod=10 remainder=9 group=[9] -- [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.milo.opcua.sdk.server.util.AsyncGroupMapCollateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-sdk-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-core/target/milo-sdk-core-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-sdk-core --- [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-core/target/milo-sdk-core-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-core/target/milo-sdk-core-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-sdk-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-core/target/milo-sdk-core-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.milo:milo-sdk-client >------------------ [INFO] Building milo-sdk-client 1.0.0-SNAPSHOT [9/24] [INFO] from opc-ua-sdk/sdk-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-sdk-client --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-sdk-client --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-sdk-client --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-sdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-sdk-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 674 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-sdk-client --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-sdk-client:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-sdk-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-sdk-client --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-sdk-client --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-sdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-client/target/milo-sdk-client-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-sdk-client --- [INFO] Excluding org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-sdk-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-client/target/milo-sdk-client-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-client/target/milo-sdk-client-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-sdk-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-client/target/milo-sdk-client-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< org.eclipse.milo:milo-encoding-json >----------------- [INFO] Building milo-encoding-json 1.0.0-SNAPSHOT [10/24] [INFO] from opc-ua-stack/encoding-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-encoding-json --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-encoding-json --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-encoding-json --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-encoding-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-encoding-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/src/main/java/org/eclipse/milo/opcua/stack/core/encoding/json/OpcUaJsonEncoder.java: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/src/main/java/org/eclipse/milo/opcua/stack/core/encoding/json/OpcUaJsonEncoder.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/src/main/java/org/eclipse/milo/opcua/stack/core/encoding/json/OpcUaJsonEncoder.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/src/main/java/org/eclipse/milo/opcua/stack/core/encoding/json/OpcUaJsonDecoder.java: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/src/main/java/org/eclipse/milo/opcua/stack/core/encoding/json/OpcUaJsonDecoder.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/src/main/java/org/eclipse/milo/opcua/stack/core/encoding/json/OpcUaJsonDecoder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-encoding-json --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-encoding-json:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-encoding-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-encoding-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-encoding-json --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.stack.core.encoding.json.OpcUaJsonDecoderTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s -- in org.eclipse.milo.opcua.stack.core.encoding.json.OpcUaJsonDecoderTest [INFO] Running org.eclipse.milo.opcua.stack.core.encoding.json.OpcUaJsonEncoderTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.eclipse.milo.opcua.stack.core.encoding.json.OpcUaJsonEncoderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-encoding-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/target/milo-encoding-json-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-encoding-json --- [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.10.1 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/target/milo-encoding-json-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/target/milo-encoding-json-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-encoding-json --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-encoding-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-json/target/milo-encoding-json-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.milo:milo-codec-json >------------------ [INFO] Building milo-codec-json 1.0.0-SNAPSHOT [11/24] [INFO] from opc-ua-sdk/codec-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-codec-json --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-codec-json --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-codec-json --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-codec-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/codec-json/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-codec-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-codec-json --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-codec-json:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/codec-json/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-codec-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/codec-json/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-codec-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-codec-json --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.sdk.core.types.json.JsonStructCodecTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.621 s -- in org.eclipse.milo.sdk.core.types.json.JsonStructCodecTest [INFO] Running org.eclipse.milo.sdk.core.types.json.JsonConversionsTest {"Value":{"Type":6,"Body":42},"SourceTime":"0001-01-01T00:00:00Z","SourcePicoseconds":0,"ServerTime":"0001-01-01T00:00:00Z","ServerPicoseconds":0} {"Value":{"Type":6,"Body":42},"SourceTime":"0001-01-01T00:00:00Z","ServerTime":"0001-01-01T00:00:00Z"} {"Value":{"Type":6,"Body":42},"SourcePicoseconds":0,"ServerPicoseconds":0} {"Value":{"Type":6,"Body":42}} {"Value":{"Type":6,"Body":42}} {} [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.milo.sdk.core.types.json.JsonConversionsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-codec-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/codec-json/target/milo-codec-json-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-codec-json --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/codec-json/target/milo-codec-json-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------------< org.eclipse.milo:milo-dtd-core >------------------- [INFO] Building milo-dtd-core 1.0.0-SNAPSHOT [12/24] [INFO] from opc-ua-sdk/dtd-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-dtd-core --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-dtd-core --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-dtd-core --- [INFO] [INFO] --- jaxb2:3.1.0:xjc (xjc) @ milo-dtd-core --- [INFO] Created EpisodePath [/home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/target/generated-sources/jaxb2/META-INF/JAXB]: true [INFO] Ignored given or default xjbSources [/home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/src/main/xjb], since it is not an existent file or directory. [INFO] Created EpisodePath [/home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/target/generated-sources/jaxb2/META-INF/JAXB]: true [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-dtd-core --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 1 resource from target/generated-sources/jaxb2 to target/classes [INFO] Copying 1 resource from target/generated-sources/jaxb2 to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-dtd-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/src/main/java/org/eclipse/milo/opcua/sdk/core/dtd/json/JsonObjectCodec.java: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/src/main/java/org/eclipse/milo/opcua/sdk/core/dtd/json/JsonObjectCodec.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/src/main/java/org/eclipse/milo/opcua/sdk/core/dtd/json/JsonObjectCodec.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/src/main/java/org/eclipse/milo/opcua/sdk/core/dtd/AbstractBsdCodec.java: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/src/main/java/org/eclipse/milo/opcua/sdk/core/dtd/AbstractBsdCodec.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/src/main/java/org/eclipse/milo/opcua/sdk/core/dtd/AbstractBsdCodec.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-dtd-core --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-dtd-core:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-dtd-core --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-dtd-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-dtd-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.core.dtd.json.JsonBsdCodecTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. --- 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: 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: 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: Optionals --- originalValue: {"OptionalInt32Specified":0,"OptionalStringSpecified":0,"Reserved1":0} encodedValue: 00000000 decodedValue: {"OptionalInt32Specified":0,"OptionalStringSpecified":0,"Reserved1":0} --- 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: 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"} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s -- in org.eclipse.milo.opcua.sdk.core.dtd.json.JsonBsdCodecTest [INFO] Running org.eclipse.milo.opcua.sdk.core.dtd.GenericBsdCodecTest --- 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: Optionals --- originalValue: Struct{name=Optionals, members={OptionalInt32=Member{name=OptionalInt32, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}}} encodedValue: 0100000000000000 decodedValue: Struct{name=Optionals, members={OptionalInt32=Member{name=OptionalInt32, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}}} --- assertRoundTrip Type: Optionals --- originalValue: Struct{name=Optionals, members={Reserved1=Member{name=Reserved1, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}}} encodedValue: 00000000 decodedValue: Struct{name=Optionals, members={OptionalStringSpecified=Member{name=OptionalStringSpecified, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalInt32Specified=Member{name=OptionalInt32Specified, value=0}}} --- 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: ProfilePointStruct --- originalValue: Struct{name=ProfilePointStruct, members={rangeXSpecified=Member{name=rangeXSpecified, value=1}, 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]}, rangeYSpecified=Member{name=rangeYSpecified, value=0}}} encodedValue: 01000000000000000000f03f000000000000004000000000000008400000000000001040 decodedValue: Struct{name=ProfilePointStruct, members={rangeXSpecified=Member{name=rangeXSpecified, value=1}, 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]}, rangeYSpecified=Member{name=rangeYSpecified, value=0}}} --- assertRoundTrip Type: Optionals --- originalValue: Struct{name=Optionals, members={OptionalStringSpecified=Member{name=OptionalStringSpecified, value=1}, OptionalInt32=Member{name=OptionalInt32, value=0}, Reserved1=Member{name=Reserved1, value=0}, OptionalString=Member{name=OptionalString, value=hello}, OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}}} encodedValue: 03000000000000000500000068656c6c6f decodedValue: Struct{name=Optionals, members={OptionalString=Member{name=OptionalString, value=hello}, OptionalInt32=Member{name=OptionalInt32, value=0}, OptionalStringSpecified=Member{name=OptionalStringSpecified, value=1}, OptionalInt32Specified=Member{name=OptionalInt32Specified, value=1}, Reserved1=Member{name=Reserved1, value=0}}} [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.milo.opcua.sdk.core.dtd.GenericBsdCodecTest [INFO] Running org.eclipse.milo.opcua.sdk.core.dtd.BsdParserTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.milo.opcua.sdk.core.dtd.BsdParserTest [INFO] Running org.eclipse.milo.opcua.sdk.core.dtd.BsdGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.milo.opcua.sdk.core.dtd.BsdGeneratorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-dtd-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/target/milo-dtd-core-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-dtd-core --- [INFO] Excluding org.eclipse.milo:milo-sdk-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding com.sun.activation:jakarta.activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-runtime:jar:4.0.4 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-core:jar:4.0.4 from the shaded jar. [INFO] Excluding jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1 from the shaded jar. [INFO] Excluding jakarta.activation:jakarta.activation-api:jar:2.1.2 from the shaded jar. [INFO] Excluding org.eclipse.angus:angus-activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:txw2:jar:4.0.4 from the shaded jar. [INFO] Excluding com.sun.istack:istack-commons-runtime:jar:4.1.2 from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.10.1 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/target/milo-dtd-core-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/target/milo-dtd-core-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-dtd-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-core/target/milo-dtd-core-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.milo:milo-dtd-reader >------------------ [INFO] Building milo-dtd-reader 1.0.0-SNAPSHOT [13/24] [INFO] from opc-ua-sdk/dtd-reader/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-dtd-reader --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-dtd-reader --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-dtd-reader --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-dtd-reader --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-dtd-reader --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-dtd-reader --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-dtd-reader:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-reader/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-dtd-reader --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-reader/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-dtd-reader --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-dtd-reader --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.client.dtd.BinaryDataTypeDictionaryReaderTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. fragmentSize=1 dictionarySize=1 fragmentSize=1 dictionarySize=2 fragmentSize=1 dictionarySize=1024 fragmentSize=1 dictionarySize=1025 fragmentSize=1 dictionarySize=2048 fragmentSize=1 dictionarySize=2049 fragmentSize=1 dictionarySize=4096 fragmentSize=1 dictionarySize=4097 fragmentSize=1 dictionarySize=8192 fragmentSize=1 dictionarySize=8193 fragmentSize=2 dictionarySize=1 fragmentSize=2 dictionarySize=2 fragmentSize=2 dictionarySize=1024 fragmentSize=2 dictionarySize=1025 fragmentSize=2 dictionarySize=2048 fragmentSize=2 dictionarySize=2049 fragmentSize=2 dictionarySize=4096 fragmentSize=2 dictionarySize=4097 fragmentSize=2 dictionarySize=8192 fragmentSize=2 dictionarySize=8193 fragmentSize=1024 dictionarySize=1 fragmentSize=1024 dictionarySize=2 fragmentSize=1024 dictionarySize=1024 fragmentSize=1024 dictionarySize=1025 fragmentSize=1024 dictionarySize=2048 fragmentSize=1024 dictionarySize=2049 fragmentSize=1024 dictionarySize=4096 fragmentSize=1024 dictionarySize=4097 fragmentSize=1024 dictionarySize=8192 fragmentSize=1024 dictionarySize=8193 fragmentSize=2048 dictionarySize=1 fragmentSize=2048 dictionarySize=2 fragmentSize=2048 dictionarySize=1024 fragmentSize=2048 dictionarySize=1025 fragmentSize=2048 dictionarySize=2048 fragmentSize=2048 dictionarySize=2049 fragmentSize=2048 dictionarySize=4096 fragmentSize=2048 dictionarySize=4097 fragmentSize=2048 dictionarySize=8192 fragmentSize=2048 dictionarySize=8193 fragmentSize=4096 dictionarySize=1 fragmentSize=4096 dictionarySize=2 fragmentSize=4096 dictionarySize=1024 fragmentSize=4096 dictionarySize=1025 fragmentSize=4096 dictionarySize=2048 fragmentSize=4096 dictionarySize=2049 fragmentSize=4096 dictionarySize=4096 fragmentSize=4096 dictionarySize=4097 fragmentSize=4096 dictionarySize=8192 fragmentSize=4096 dictionarySize=8193 fragmentSize=8192 dictionarySize=1 fragmentSize=8192 dictionarySize=2 fragmentSize=8192 dictionarySize=1024 fragmentSize=8192 dictionarySize=1025 fragmentSize=8192 dictionarySize=2048 fragmentSize=8192 dictionarySize=2049 fragmentSize=8192 dictionarySize=4096 fragmentSize=8192 dictionarySize=4097 fragmentSize=8192 dictionarySize=8192 fragmentSize=8192 dictionarySize=8193 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.11 s -- in org.eclipse.milo.opcua.sdk.client.dtd.BinaryDataTypeDictionaryReaderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-dtd-reader --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-reader/target/milo-dtd-reader-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-dtd-reader --- [INFO] Excluding org.eclipse.milo:milo-dtd-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-sdk-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding com.sun.activation:jakarta.activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-runtime:jar:4.0.4 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-core:jar:4.0.4 from the shaded jar. [INFO] Excluding jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1 from the shaded jar. [INFO] Excluding jakarta.activation:jakarta.activation-api:jar:2.1.2 from the shaded jar. [INFO] Excluding org.eclipse.angus:angus-activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:txw2:jar:4.0.4 from the shaded jar. [INFO] Excluding com.sun.istack:istack-commons-runtime:jar:4.1.2 from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.10.1 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-sdk-client:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-reader/target/milo-dtd-reader-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-reader/target/milo-dtd-reader-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-dtd-reader --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-reader/target/milo-dtd-reader-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.milo:milo-sdk-server >------------------ [INFO] Building milo-sdk-server 1.0.0-SNAPSHOT [14/24] [INFO] from opc-ua-sdk/sdk-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-sdk-server --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-sdk-server --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-sdk-server --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-sdk-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-sdk-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 824 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/AttributeWriter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/AttributeWriter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/main/java/org/eclipse/milo/opcua/sdk/server/util/RingBuffer.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-sdk-server --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-sdk-server:jar:1.0.0-SNAPSHOT : Export org.eclipse.milo.opcua.sdk.server, has 1, private references [org.eclipse.milo.opcua.sdk.server.servicesets.impl] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-sdk-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-sdk-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 40 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/events/conversions/StringConversionsTest.java: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/events/conversions/StringConversionsTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/server/events/conversions/StringConversionsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-sdk-server --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultAccessControllerTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.972 s -- in org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultAccessControllerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-sdk-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/target/milo-sdk-server-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-sdk-server --- [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-sdk-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/target/milo-sdk-server-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/target/milo-sdk-server-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-sdk-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-server/target/milo-sdk-server-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.milo:milo-dtd-manager >------------------ [INFO] Building milo-dtd-manager 1.0.0-SNAPSHOT [15/24] [INFO] from opc-ua-sdk/dtd-manager/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-dtd-manager --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-dtd-manager --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-dtd-manager --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-dtd-manager --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-manager/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-dtd-manager --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-dtd-manager --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-dtd-manager:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-manager/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-dtd-manager --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-manager/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-dtd-manager --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-dtd-manager --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-dtd-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-manager/target/milo-dtd-manager-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-dtd-manager --- [INFO] Excluding org.eclipse.milo:milo-dtd-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-sdk-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.sun.activation:jakarta.activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-runtime:jar:4.0.4 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-core:jar:4.0.4 from the shaded jar. [INFO] Excluding jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1 from the shaded jar. [INFO] Excluding jakarta.activation:jakarta.activation-api:jar:2.1.2 from the shaded jar. [INFO] Excluding org.eclipse.angus:angus-activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:txw2:jar:4.0.4 from the shaded jar. [INFO] Excluding com.sun.istack:istack-commons-runtime:jar:4.1.2 from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.10.1 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-sdk-server:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-manager/target/milo-dtd-manager-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-manager/target/milo-dtd-manager-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-dtd-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/dtd-manager/target/milo-dtd-manager-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------------< org.eclipse.milo:milo-examples >------------------- [INFO] Building milo-examples 1.0.0-SNAPSHOT [16/24] [INFO] from milo-examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-examples --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-examples --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-examples --- [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-examples --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-examples --- [INFO] [INFO] ---------------< org.eclipse.milo:milo-server-examples >---------------- [INFO] Building milo-server-examples 1.0.0-SNAPSHOT [17/24] [INFO] from milo-examples/server-examples/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-server-examples --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-server-examples --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-server-examples --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-server-examples --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-server-examples --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-server-examples --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-server-examples:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/server-examples/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-server-examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/server-examples/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-server-examples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-server-examples --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-server-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/server-examples/target/milo-server-examples-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-server-examples --- [INFO] Excluding org.eclipse.milo:milo-sdk-server:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-sdk-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-dtd-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.sun.activation:jakarta.activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-runtime:jar:4.0.4 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-core:jar:4.0.4 from the shaded jar. [INFO] Excluding jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1 from the shaded jar. [INFO] Excluding jakarta.activation:jakarta.activation-api:jar:2.1.2 from the shaded jar. [INFO] Excluding org.eclipse.angus:angus-activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:txw2:jar:4.0.4 from the shaded jar. [INFO] Excluding com.sun.istack:istack-commons-runtime:jar:4.1.2 from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.10.1 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-dtd-manager:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.slf4j:slf4j-simple:jar:2.0.12 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/server-examples/target/milo-server-examples-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/server-examples/target/milo-server-examples-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-server-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/server-examples/target/milo-server-examples-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.milo:milo-client-examples >---------------- [INFO] Building milo-client-examples 1.0.0-SNAPSHOT [18/24] [INFO] from milo-examples/client-examples/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-client-examples --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-client-examples --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-client-examples --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-client-examples --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-client-examples --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-client-examples --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-client-examples:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/client-examples/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-client-examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/client-examples/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-client-examples --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-client-examples --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-client-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/client-examples/target/milo-client-examples-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-client-examples --- [INFO] Excluding org.eclipse.milo:milo-sdk-client:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-sdk-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-codec-json:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-encoding-json:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.10.1 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-dtd-reader:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-dtd-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.sun.activation:jakarta.activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-runtime:jar:4.0.4 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-core:jar:4.0.4 from the shaded jar. [INFO] Excluding jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1 from the shaded jar. [INFO] Excluding jakarta.activation:jakarta.activation-api:jar:2.1.2 from the shaded jar. [INFO] Excluding org.eclipse.angus:angus-activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:txw2:jar:4.0.4 from the shaded jar. [INFO] Excluding com.sun.istack:istack-commons-runtime:jar:4.1.2 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-server-examples:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-sdk-server:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-dtd-manager:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.slf4j:slf4j-simple:jar:2.0.12 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/client-examples/target/milo-client-examples-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/client-examples/target/milo-client-examples-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-client-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/milo-examples/client-examples/target/milo-client-examples-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.milo:milo-encoding-xml >----------------- [INFO] Building milo-encoding-xml 1.0.0-SNAPSHOT [19/24] [INFO] from opc-ua-stack/encoding-xml/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-encoding-xml --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-encoding-xml --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-encoding-xml --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-encoding-xml --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-xml/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-encoding-xml --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-encoding-xml --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-encoding-xml:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-xml/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-encoding-xml --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-xml/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-encoding-xml --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-encoding-xml --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.stack.core.encoding.xml.OpcUaXmlDecoderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s -- in org.eclipse.milo.opcua.stack.core.encoding.xml.OpcUaXmlDecoderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-encoding-xml --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-xml/target/milo-encoding-xml-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-encoding-xml --- [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-runtime:jar:4.0.4 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:jaxb-core:jar:4.0.4 from the shaded jar. [INFO] Excluding jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1 from the shaded jar. [INFO] Excluding jakarta.activation:jakarta.activation-api:jar:2.1.2 from the shaded jar. [INFO] Excluding org.eclipse.angus:angus-activation:jar:2.0.1 from the shaded jar. [INFO] Excluding org.glassfish.jaxb:txw2:jar:4.0.4 from the shaded jar. [INFO] Excluding com.sun.istack:istack-commons-runtime:jar:4.1.2 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-xml/target/milo-encoding-xml-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-xml/target/milo-encoding-xml-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-encoding-xml --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-encoding-xml --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/encoding-xml/target/milo-encoding-xml-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.milo:milo-stack-tests >------------------ [INFO] Building milo-stack-tests 1.0.0-SNAPSHOT [20/24] [INFO] from opc-ua-stack/stack-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-stack-tests --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-stack-tests --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-stack-tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-stack-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-tests/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-stack-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-stack-tests --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-stack-tests:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-tests/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-stack-tests --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-stack-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-stack-tests --- [INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [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 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.78 s -- in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-stack-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-tests/target/milo-stack-tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-stack-tests --- [INFO] Excluding org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-tests/target/milo-stack-tests-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/stack-tests/target/milo-stack-tests-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-stack-tests --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-stack-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] ---------------< org.eclipse.milo:milo-transport-https >---------------- [INFO] Building milo-transport-https 1.0.0-SNAPSHOT [21/24] [INFO] from opc-ua-stack/transport-https/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-transport-https --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-transport-https --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-transport-https --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-transport-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-https/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-transport-https --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-transport-https --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-transport-https:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-https/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-transport-https --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-https/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-transport-https --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-transport-https --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-transport-https --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-https/target/milo-transport-https-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-transport-https --- [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Excluding io.netty:netty-codec-http:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-https/target/milo-transport-https-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-https/target/milo-transport-https-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-transport-https --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-transport-https --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-https/target/milo-transport-https-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.eclipse.milo:milo-transport-websocket >-------------- [INFO] Building milo-transport-websocket 1.0.0-SNAPSHOT [22/24] [INFO] from opc-ua-stack/transport-websocket/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-transport-websocket --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-transport-websocket --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-transport-websocket --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-transport-websocket --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-websocket/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-transport-websocket --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-transport-websocket --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-transport-websocket:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-websocket/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-transport-websocket --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-websocket/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-transport-websocket --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-transport-websocket --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-transport-websocket --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-websocket/target/milo-transport-websocket-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-transport-websocket --- [INFO] Excluding org.eclipse.milo:milo-stack-core:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.bouncycastle:bcprov-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcpkix-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.bouncycastle:bcutil-jdk18on:jar:1.77 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-guava-dependencies:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:33.0.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.2 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:2.0.12 from the shaded jar. [INFO] Excluding org.eclipse.milo:milo-transport:jar:1.0.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.digitalpetri.netty:netty-channel-fsm:jar:0.9 from the shaded jar. [INFO] Excluding com.digitalpetri.fsm:strict-machine:jar:0.7 from the shaded jar. [INFO] Excluding io.netty:netty-codec-http:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.107.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.107.Final from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-websocket/target/milo-transport-websocket-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-websocket/target/milo-transport-websocket-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default-integration-test) @ milo-transport-websocket --- [INFO] No tests to run. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-transport-websocket --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-stack/transport-websocket/target/milo-transport-websocket-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< org.eclipse.milo:milo-sdk-tests >------------------- [INFO] Building milo-sdk-tests 1.0.0-SNAPSHOT [23/24] [INFO] from opc-ua-sdk/sdk-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-sdk-tests --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-sdk-tests --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-sdk-tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-sdk-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-tests/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-sdk-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-sdk-tests --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-sdk-tests:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-tests/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-sdk-tests --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-sdk-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-sdk-tests --- [INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Java version: 17.0.10 [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Stack version: 1.0.0-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 1.0.0-SNAPSHOT [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.702 s -- in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-sdk-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-tests/target/milo-sdk-tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-sdk-tests --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-tests/target/milo-sdk-tests-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/sdk-tests/target/milo-sdk-tests-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default) @ milo-sdk-tests --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-sdk-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- failsafe:3.1.2:verify (default) @ milo-sdk-tests --- [INFO] [INFO] --------------< org.eclipse.milo:milo-integration-tests >--------------- [INFO] Building milo-integration-tests 1.0.0-SNAPSHOT [24/24] [INFO] from opc-ua-sdk/integration-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ milo-integration-tests --- [INFO] [INFO] --- checkstyle:3.3.0:check (validate) @ milo-integration-tests --- [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ milo-integration-tests --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ milo-integration-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/integration-tests/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ milo-integration-tests --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.9:manifest (generate-manifest) @ milo-integration-tests --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.milo:milo-integration-tests:jar:1.0.0-SNAPSHOT : Unused Import-Package instructions: [com.sun.management.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/integration-tests/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ milo-integration-tests --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ milo-integration-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ milo-integration-tests --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.milo.opcua.sdk.client.nodes.UaMethodNodeAttributeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Java version: 17.0.10 [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Stack version: 1.0.0-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Eclipse Milo OPC UA Server SDK version: 1.0.0-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 268ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:28133/test to localhost:28133 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:28133/test to localhost:28133 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:28133/test/discovery to localhost:28133 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:28133/test to localhost:28133 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:28133/test to localhost:28133 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:28133/test/discovery to localhost:28133 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Java version: 17.0.10 [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Stack version: 1.0.0-SNAPSHOT [main] INFO org.eclipse.milo.opcua.sdk.client.OpcUaClient - Eclipse Milo OPC UA Client SDK version: 1.0.0-SNAPSHOT [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.327 s -- in org.eclipse.milo.opcua.sdk.client.nodes.UaMethodNodeAttributeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.nodes.UaVariableTypeNodeAttributeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 66ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:10675/test to localhost:10675 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:10675/test to localhost:10675 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:10675/test/discovery to localhost:10675 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:10675/test to localhost:10675 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:10675/test to localhost:10675 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:10675/test/discovery to localhost:10675 [None/None] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s -- in org.eclipse.milo.opcua.sdk.client.nodes.UaVariableTypeNodeAttributeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNodeAttributeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 44ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:20280/test to localhost:20280 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:20280/test to localhost:20280 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:20280/test/discovery to localhost:20280 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:20280/test to localhost:20280 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:20280/test to localhost:20280 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:20280/test/discovery to localhost:20280 [None/None] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s -- in org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNodeAttributeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.nodes.UaReferenceTypeNodeAttributeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 28ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:58533/test to localhost:58533 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:58533/test to localhost:58533 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:58533/test/discovery to localhost:58533 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:58533/test to localhost:58533 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:58533/test to localhost:58533 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:58533/test/discovery to localhost:58533 [None/None] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s -- in org.eclipse.milo.opcua.sdk.client.nodes.UaReferenceTypeNodeAttributeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.nodes.UaVariableNodeAttributeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 20ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:30212/test to localhost:30212 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:30212/test to localhost:30212 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:30212/test/discovery to localhost:30212 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:30212/test to localhost:30212 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:30212/test to localhost:30212 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:30212/test/discovery to localhost:30212 [None/None] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.milo.opcua.sdk.client.nodes.UaVariableNodeAttributeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.nodes.UaDataTypeNodeAttributeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 52ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:19750/test to localhost:19750 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:19750/test to localhost:19750 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:19750/test/discovery to localhost:19750 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:19750/test to localhost:19750 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:19750/test to localhost:19750 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:19750/test/discovery to localhost:19750 [None/None] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s -- in org.eclipse.milo.opcua.sdk.client.nodes.UaDataTypeNodeAttributeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.nodes.UaObjectTypeNodeAttributeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 37ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:45463/test to localhost:45463 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:45463/test to localhost:45463 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:45463/test/discovery to localhost:45463 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:45463/test to localhost:45463 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:45463/test to localhost:45463 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:45463/test/discovery to localhost:45463 [None/None] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.eclipse.milo.opcua.sdk.client.nodes.UaObjectTypeNodeAttributeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.nodes.UaViewNodeAttributeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 39ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:56377/test to localhost:56377 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:56377/test to localhost:56377 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:56377/test/discovery to localhost:56377 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:56377/test to localhost:56377 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:56377/test to localhost:56377 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:56377/test/discovery to localhost:56377 [None/None] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.eclipse.milo.opcua.sdk.client.nodes.UaViewNodeAttributeTest [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.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 36ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:55448/test to localhost:55448 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:55448/test to localhost:55448 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:55448/test/discovery to localhost:55448 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:55448/test to localhost:55448 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:55448/test to localhost:55448 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:55448/test/discovery to localhost:55448 [None/None] onDataReceived() id=1 onWatchdogTimerElapsed() id=1, elapsed=4498ms [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=5 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:35818 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=8 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:35818 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.874 s -- in org.eclipse.milo.opcua.sdk.client.subscriptions.SubscriptionWatchdogTimerTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItemTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 30ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:35357/test to localhost:35357 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:35357/test to localhost:35357 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:35357/test/discovery to localhost:35357 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:35357/test to localhost:35357 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:35357/test to localhost:35357 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:35357/test/discovery to localhost:35357 [None/None] [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=4 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=5 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=15 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=16 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=20 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=21 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=26 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=27 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=32 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=33 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=38 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=39 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:49812 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s -- in org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItemTest [INFO] Running org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 20ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:63417/test to localhost:63417 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:63417/test to localhost:63417 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:63417/test/discovery to localhost:63417 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:63417/test to localhost:63417 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:63417/test to localhost:63417 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:63417/test/discovery to localhost:63417 [None/None] [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=4 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=5 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=8 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=9 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=13 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=14 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=19 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=20 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:674) at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:662) at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2168) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$28(AbstractServiceHandler.java:269) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:556) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.publish(SubscriptionManager.java:1152) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onPublish(DefaultSubscriptionServiceSet.java:202) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$28(AbstractServiceHandler.java:267) ... 5 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=23 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=24 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=28 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=29 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=33 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=34 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=38 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=39 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=44 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=45 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=49 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=50 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=53 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=54 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=58 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=59 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=73 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=74 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=79 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=80 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:52742 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s -- in org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionTest [INFO] Running org.eclipse.milo.opcua.sdk.client.typetree.DataTypeTreeBuilderTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 30ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:42201/test to localhost:42201 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:42201/test to localhost:42201 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:42201/test/discovery to localhost:42201 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:42201/test to localhost:42201 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:42201/test to localhost:42201 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:42201/test/discovery to localhost:42201 [None/None] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s -- in org.eclipse.milo.opcua.sdk.client.typetree.DataTypeTreeBuilderTest [INFO] Running org.eclipse.milo.opcua.sdk.client.typetree.ClientDataTypeTreeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 18ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:45361/test to localhost:45361 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:45361/test to localhost:45361 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:45361/test/discovery to localhost:45361 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:45361/test to localhost:45361 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:45361/test to localhost:45361 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:45361/test/discovery to localhost:45361 [None/None] 0:BaseDataType 0:Boolean 0:ByteString 0:ApplicationInstanceCertificate 0:AudioDataType 0:ContinuationPoint 0:Image 0:ImageBMP 0:ImageGIF 0:ImageJPG 0:ImagePNG 0:DataValue 0:DateTime 0:UtcTime 0:DiagnosticInfo 0:Enumeration 0:ApplicationType 0:AxisScaleEnumeration 0:BrokerTransportQualityOfService 0:DataSetOrderingType 0:DiagnosticsLevel 0:Duplex 0:ExceptionDeviationFormat 0:FilterOperator 0:HistoryUpdateType 0:IdType 0:IdentityCriteriaType 0:InterfaceAdminStatus 0:InterfaceOperStatus 0:MessageSecurityMode 0:NamingRuleType 0:NegotiationStatus 0:NodeAttributesMask 0:NodeClass 0:OpenFileMode 0:OverrideValueHandling 0:PerformUpdateType 0:PubSubDiagnosticsCounterClassification 0:PubSubState 0:RedundancySupport 0:SecurityTokenRequestType 0:ServerState 0:StructureType 0:TrustListMasks 0:TsnFailureCode 0:TsnListenerStatus 0:TsnStreamState 0:TsnTalkerStatus 0:UserTokenType 0:ExpandedNodeId 0:Guid 0:LocalizedText 0:NodeId 0:SessionAuthenticationToken 0:Number 0:Decimal 0:Double 0:Duration 0:Float 0:Integer 0:Int16 0:Int32 0:Int64 0:SByte 0:UInteger 0:Byte 0:AccessLevelType 0:EventNotifierType 0:UInt16 0:AccessRestrictionType 0:DataSetFieldFlags 0:UInt32 0:AccessLevelExType 0:AttributeWriteMask 0:Counter 0:DataSetFieldContentMask 0:Index 0:IntegerId 0:JsonDataSetMessageContentMask 0:JsonNetworkMessageContentMask 0:PasswordOptionsMask 0:PermissionType 0:PubSubConfigurationRefMask 0:UadpDataSetMessageContentMask 0:UadpNetworkMessageContentMask 0:UserConfigurationMask 0:VersionTime 0:UInt64 0:BitFieldMaskDataType 0:QualifiedName 0:StatusCode 0:String 0:DateString 0:DecimalString 0:DurationString 0:LocaleId 0:NormalizedString 0:NumericRange 0:SemanticVersionString 0:TimeString 0:UriString 0:Structure 0:AddNodesItem 0:AddReferencesItem 0:AdditionalParametersType 0:AggregateConfiguration 0:AliasNameDataType 0:Annotation 0:ApplicationDescription 0:Argument 0:AxisInformation 0:BuildInfo 0:CartesianCoordinates 0:ThreeDCartesianCoordinates 0:ComplexNumberType 0:ConfigurationVersionDataType 0:ConnectionTransportDataType 0:BrokerConnectionTransportDataType 0:DatagramConnectionTransportDataType 0:DatagramConnectionTransport2DataType 0:ContentFilter 0:ContentFilterElement 0:CurrencyUnitType 0:DataSetReaderDataType 0:DataSetReaderMessageDataType 0:JsonDataSetReaderMessageDataType 0:UadpDataSetReaderMessageDataType 0:DataSetReaderTransportDataType 0:BrokerDataSetReaderTransportDataType 0:DatagramDataSetReaderTransportDataType 0:DataSetWriterDataType 0:DataSetWriterMessageDataType 0:JsonDataSetWriterMessageDataType 0:UadpDataSetWriterMessageDataType 0:DataSetWriterTransportDataType 0:BrokerDataSetWriterTransportDataType 0:DataTypeDefinition 0:EnumDefinition 0:StructureDefinition 0:DataTypeDescription 0:EnumDescription 0:SimpleTypeDescription 0:StructureDescription 0:DataTypeSchemaHeader 0:DataSetMetaDataType 0:UABinaryFileDataType 0:DeleteNodesItem 0:DeleteReferencesItem 0:DiscoveryConfiguration 0:MdnsDiscoveryConfiguration 0:DoubleComplexNumberType 0:EUInformation 0:EndpointConfiguration 0:EndpointDescription 0:EndpointType 0:EndpointUrlListDataType 0:EnumValueType 0:EnumField 0:EphemeralKeyType 0:FieldMetaData 0:FieldTargetDataType 0:FilterOperand 0:AttributeOperand 0:ElementOperand 0:LiteralOperand 0:SimpleAttributeOperand 0:Frame 0:ThreeDFrame 0:HistoryEvent 0:HistoryEventFieldList 0:IdentityMappingRuleType 0:KeyValuePair 2:MatrixTestType 0:ModelChangeStructureDataType 0:MonitoringFilter 0:EventFilter 0:NetworkAddressDataType 0:NetworkAddressUrlDataType 0:NetworkGroupDataType 0:OptionSet 0:Orientation 0:ThreeDOrientation 0:PortableNodeId 0:PortableQualifiedName 0:PriorityMappingEntryType 0:ProgramDiagnostic2DataType 0:ProgramDiagnosticDataType 0:PubSubConfigurationDataType 0:PubSubConfiguration2DataType 0:PubSubConfigurationRefDataType 0:PubSubConfigurationValueDataType 0:PubSubConnectionDataType 0:PubSubGroupDataType 0:ReaderGroupDataType 0:WriterGroupDataType 0:PubSubKeyPushTargetDataType 0:PublishedDataSetDataType 0:PublishedDataSetSourceDataType 0:PublishedDataItemsDataType 0:PublishedDataSetCustomSourceDataType 0:PublishedEventsDataType 0:PublishedVariableDataType 0:QosDataType 0:ReceiveQosDataType 0:ReceiveQosPriorityDataType 0:TransmitQosDataType 0:TransmitQosPriorityDataType 0:Range 0:RationalNumber 0:ReaderGroupMessageDataType 0:ReaderGroupTransportDataType 0:RedundantServerDataType 0:RegisteredServer 0:RelativePath 0:RelativePathElement 0:RolePermissionType 0:SamplingIntervalDiagnosticsDataType 0:SecurityGroupDataType 0:SemanticChangeStructureDataType 0:ServerDiagnosticsSummaryDataType 0:ServerOnNetwork 0:ServerStatusDataType 0:ServiceCounterDataType 0:SessionDiagnosticsDataType 0:SessionSecurityDiagnosticsDataType 0:SignedSoftwareCertificate 0:StatusResult 0:StructureField 0:SubscribedDataSetDataType 0:StandaloneSubscribedDataSetDataType 0:StandaloneSubscribedDataSetRefDataType 0:SubscribedDataSetMirrorDataType 0:TargetVariablesDataType 0:SubscriptionDiagnosticsDataType 0:TimeZoneDataType 0:TrustListDataType 0:Union 0:UnsignedRationalNumber 0:UserIdentityToken 0:AnonymousIdentityToken 0:IssuedIdentityToken 0:UserNameIdentityToken 0:X509IdentityToken 0:UserManagementDataType 0:UserTokenPolicy 0:Vector 0:ThreeDVector 0:WriterGroupMessageDataType 0:JsonWriterGroupMessageDataType 0:UadpWriterGroupMessageDataType 0:WriterGroupTransportDataType 0:BrokerWriterGroupTransportDataType 0:DatagramWriterGroupTransportDataType 0:DatagramWriterGroupTransport2DataType 0:XVType 0:XmlElement 0:String : class java.lang.String 0:UriString : class java.lang.String 0:SemanticVersionString : 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:LocaleId : class java.lang.String 0:NumericRange : class java.lang.String 0:DateTime : 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:AudioDataType : 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:Union : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:KeyValuePair : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AdditionalParametersType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EphemeralKeyType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RationalNumber : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Vector : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ThreeDVector : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:CartesianCoordinates : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ThreeDCartesianCoordinates : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Orientation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ThreeDOrientation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Frame : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ThreeDFrame : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:IdentityMappingRuleType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:CurrencyUnitType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TrustListDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataTypeSchemaHeader : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UABinaryFileDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetMetaDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataTypeDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StructureDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SimpleTypeDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PortableQualifiedName : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PortableNodeId : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UnsignedRationalNumber : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:FieldMetaData : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ConfigurationVersionDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedDataSetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedDataSetSourceDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedDataItemsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedEventsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedDataSetCustomSourceDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedVariableDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetWriterDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetWriterTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BrokerDataSetWriterTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetWriterMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UadpDataSetWriterMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:JsonDataSetWriterMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:WriterGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReaderGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:WriterGroupTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramWriterGroupTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramWriterGroupTransport2DataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BrokerWriterGroupTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:WriterGroupMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UadpWriterGroupMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:JsonWriterGroupMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConnectionDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ConnectionTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramConnectionTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramConnectionTransport2DataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BrokerConnectionTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:NetworkAddressDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:NetworkAddressUrlDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReaderGroupTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReaderGroupMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetReaderDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetReaderTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramDataSetReaderTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BrokerDataSetReaderTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetReaderMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UadpDataSetReaderMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:JsonDataSetReaderMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SubscribedDataSetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TargetVariablesDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SubscribedDataSetMirrorDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StandaloneSubscribedDataSetRefDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StandaloneSubscribedDataSetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:FieldTargetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConfigurationDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConfiguration2DataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SecurityGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubKeyPushTargetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:QosDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TransmitQosDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TransmitQosPriorityDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReceiveQosDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReceiveQosPriorityDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConfigurationRefDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConfigurationValueDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AliasNameDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserManagementDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PriorityMappingEntryType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RolePermissionType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataTypeDefinition : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StructureDefinition : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumDefinition : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StructureField : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Argument : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumValueType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumField : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:OptionSet : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TimeZoneDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ApplicationDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServerOnNetwork : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserTokenPolicy : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RegisteredServer : 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:SignedSoftwareCertificate : 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: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:RelativePathElement : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RelativePath : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointConfiguration : 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: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:AggregateConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:HistoryEventFieldList : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BuildInfo : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RedundantServerDataType : 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: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:StatusResult : 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:SemanticChangeStructureDataType : 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:ComplexNumberType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DoubleComplexNumberType : 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:ProgramDiagnosticDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ProgramDiagnostic2DataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Annotation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 2:MatrixTestType : 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:DataSetFieldContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:UadpNetworkMessageContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:UadpDataSetMessageContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:JsonNetworkMessageContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:JsonDataSetMessageContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:PubSubConfigurationRefMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:PasswordOptionsMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:UserConfigurationMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:PermissionType : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:AccessLevelExType : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:Index : 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:VersionTime : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:AttributeWriteMask : 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:OpenFileMode : class java.lang.Integer 0:IdentityCriteriaType : class java.lang.Integer 0:TrustListMasks : class java.lang.Integer 0:PubSubState : class java.lang.Integer 0:OverrideValueHandling : class java.lang.Integer 0:DataSetOrderingType : class java.lang.Integer 0:BrokerTransportQualityOfService : class java.lang.Integer 0:DiagnosticsLevel : class java.lang.Integer 0:PubSubDiagnosticsCounterClassification : class java.lang.Integer 0:Duplex : class java.lang.Integer 0:InterfaceAdminStatus : class java.lang.Integer 0:InterfaceOperStatus : class java.lang.Integer 0:NegotiationStatus : class java.lang.Integer 0:TsnFailureCode : class java.lang.Integer 0:TsnStreamState : class java.lang.Integer 0:TsnTalkerStatus : class java.lang.Integer 0:TsnListenerStatus : class java.lang.Integer 0:IdType : class java.lang.Integer 0:NodeClass : class java.lang.Integer 0:StructureType : class java.lang.Integer 0:ApplicationType : class java.lang.Integer 0:MessageSecurityMode : class java.lang.Integer 0:UserTokenType : class java.lang.Integer 0:SecurityTokenRequestType : class java.lang.Integer 0:NodeAttributesMask : class java.lang.Integer 0:FilterOperator : class java.lang.Integer 0:HistoryUpdateType : class java.lang.Integer 0:PerformUpdateType : class java.lang.Integer 0:RedundancySupport : class java.lang.Integer 0:ServerState : class java.lang.Integer 0:AxisScaleEnumeration : class java.lang.Integer 0:ExceptionDeviationFormat : class java.lang.Integer [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s -- in org.eclipse.milo.opcua.sdk.client.typetree.ClientDataTypeTreeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.OperationLimitsTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 48ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:19195/test to localhost:19195 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:19195/test to localhost:19195 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:19195/test/discovery to localhost:19195 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:19195/test to localhost:19195 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:19195/test to localhost:19195 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:19195/test/discovery to localhost:19195 [None/None] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.eclipse.milo.opcua.sdk.client.OperationLimitsTest [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.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 33ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:16290/test to localhost:16290 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:16290/test to localhost:16290 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:16290/test/discovery to localhost:16290 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:16290/test to localhost:16290 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:16290/test to localhost:16290 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:16290/test/discovery to localhost:16290 [None/None] [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=4 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=5 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more result: StatusCode{name=Bad_InvalidArgument, value=0x80AB0000, quality=bad} inputArgumentResults: [StatusCode{name=Bad_OutOfRange, value=0x803C0000, quality=bad}] [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=30 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=31 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=42 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=43 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=64 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=65 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=73 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-2] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=74 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=85 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-0] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=86 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=107 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=108 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=119 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [milo-shared-thread-pool-1] WARN org.eclipse.milo.opcua.sdk.server.OpcUaServer - Service request completed exceptionally: path=/test handle=120 service=SUBSCRIPTION_PUBLISH remote=/127.0.0.1:45434 java.util.concurrent.CompletionException: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) at org.eclipse.milo.opcua.sdk.server.subscriptions.SubscriptionManager.deleteSubscriptions(SubscriptionManager.java:299) at org.eclipse.milo.opcua.sdk.server.servicesets.impl.DefaultSubscriptionServiceSet.onDeleteSubscriptions(DefaultSubscriptionServiceSet.java:113) at org.eclipse.milo.opcua.sdk.server.AbstractServiceHandler.lambda$addServiceSet$25(AbstractServiceHandler.java:248) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.handleServiceRequest(OpcUaServer.java:582) at org.eclipse.milo.opcua.sdk.server.OpcUaServer$ServerApplicationContextImpl.lambda$handleServiceRequest$0(OpcUaServer.java:502) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: UaException: status=Bad_NoSubscription, message=There is no subscription available for this session. ... 8 more [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.eclipse.milo.opcua.sdk.client.methods.UaMethodTest [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.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 33ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:43368/test to localhost:43368 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:43368/test to localhost:43368 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:43368/test/discovery to localhost:43368 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:43368/test to localhost:43368 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:43368/test to localhost:43368 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:43368/test/discovery to localhost:43368 [None/None] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eclipse.milo.opcua.sdk.client.UaObjectNodeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.DynamicMatrixTestTypeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 34ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:44032/test to localhost:44032 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:44032/test to localhost:44032 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:44032/test/discovery to localhost:44032 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:44032/test to localhost:44032 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:44032/test to localhost:44032 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:44032/test/discovery to localhost:44032 [None/None] DynamicStruct{members={BuiltinMatrix=Matrix{builtinDataType=Int32, dimensions=[2, 2], flatArray=[0, 1, 2, 3]}, EnumMatrix=Matrix{builtinDataType=Int32, dimensions=[2, 2], flatArray=[DynamicEnum{name='Server', value=0}, DynamicEnum{name='Client', value=1}, DynamicEnum{name='ClientAndServer', value=2}, DynamicEnum{name='DiscoveryServer', value=3}]}, StructMatrix=Matrix{builtinDataType=ExtensionObject, dimensions=[2, 2], flatArray=[DynamicStruct{members={X=0.0, Value=1.0}}, DynamicStruct{members={X=2.0, Value=3.0}}, DynamicStruct{members={X=4.0, Value=5.0}}, DynamicStruct{members={X=6.0, Value=7.0}}]}}} [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s -- in org.eclipse.milo.opcua.sdk.client.DynamicMatrixTestTypeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.StaticMatrixTestTypeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 33ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:12852/test to localhost:12852 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:12852/test to localhost:12852 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:12852/test/discovery to localhost:12852 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:12852/test to localhost:12852 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:12852/test to localhost:12852 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:12852/test/discovery to localhost:12852 [None/None] MatrixTestType{builtinMatrix=[[0, 1], [2, 3]], enumMatrix=[[Server, Client], [ClientAndServer, DiscoveryServer]], structMatrix=[[XVType[x=0.0, value=1.0], XVType[x=2.0, value=3.0]], [XVType[x=4.0, value=5.0], XVType[x=6.0, value=7.0]]]} [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.milo.opcua.sdk.client.StaticMatrixTestTypeTest [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.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 17ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:19384/test to localhost:19384 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:19384/test to localhost:19384 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:19384/test/discovery to localhost:19384 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:19384/test to localhost:19384 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:19384/test to localhost:19384 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:19384/test/discovery to localhost:19384 [None/None] NodeId{ns=2, id=TestInt32} 2 QualifiedName{name=TestInt32, namespaceIndex=2} LocalizedText{text=TestInt32, locale=en} LocalizedText{text=null, locale=null} 0 0 [Lorg.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject;@2dff7085 [Lorg.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject;@2faa55bb 0 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.eclipse.milo.opcua.sdk.client.UaNodeTest [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.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 17ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:59559/test to localhost:59559 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:59559/test to localhost:59559 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:59559/test/discovery to localhost:59559 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:59559/test to localhost:59559 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:59559/test to localhost:59559 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:59559/test/discovery to localhost:59559 [None/None] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.eclipse.milo.opcua.sdk.client.UaVariableNodeTest [INFO] Running org.eclipse.milo.opcua.sdk.client.model.ClientModelTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 18ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:22544/test to localhost:22544 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:22544/test to localhost:22544 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:22544/test/discovery to localhost:22544 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:22544/test to localhost:22544 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:22544/test to localhost:22544 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:22544/test/discovery to localhost:22544 [None/None] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.eclipse.milo.opcua.sdk.client.model.ClientModelTest [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.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 16ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:23551/test to localhost:23551 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:23551/test to localhost:23551 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:23551/test/discovery to localhost:23551 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:23551/test to localhost:23551 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:23551/test to localhost:23551 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:23551/test/discovery to localhost:23551 [None/None] 0:GetMonitoredItems (ns=0;i=11492) [Method] 0:ResendData (ns=0;i=12873) [Method] 0:SetSubscriptionDurable (ns=0;i=12749) [Method] 0:RequestServerStateChange (ns=0;i=12886) [Method] 0:ServerArray (ns=0;i=2254) [Variable] └─ value = Variant{value=[urn:eclipse:milo:examples:server:ddb0f759-d1ee-43c1-9558-49b21ff151d9]} 0:NamespaceArray (ns=0;i=2255) [Variable] └─ value = Variant{value=[http://opcfoundation.org/UA/, urn:eclipse:milo:examples:server:ddb0f759-d1ee-43c1-9558-49b21ff151d9, urn:eclipse:milo:test]} 0:UrisVersion (ns=0;i=15004) [Variable] └─ value = Variant{value=null} 0:ServerStatus (ns=0;i=2256) [Variable] └─ value = Variant{value=ExtensionObject{encoded=ByteString{bytes=[4, -30, -116, 39, -88, -100, -38, 1, -82, -109, -110, 39, -88, -100, -38, 1, 0, 0, 0, 0, 31, 0, 0, 0, 117, 114, 110, 58, 101, 99, 108, 105, 112, 115, 101, 58, 109, 105, 108, 111, 58, 101, 120, 97, 109, 112, 108, 101, 45, 115, 101, 114, 118, 101, 114, 7, 0, 0, 0, 101, 99, 108, 105, 112, 115, 101, 27, 0, 0, 0, 101, 99, 108, 105, 112, 115, 101, 32, 109, 105, 108, 111, 32, 101, 120, 97, 109, 112, 108, 101, 32, 115, 101, 114, 118, 101, 114, 14, 0, 0, 0, 49, 46, 48, 46, 48, 45, 83, 78, 65, 80, 83, 72, 79, 84, 0, 0, 0, 0, 94, 12, -118, 39, -88, -100, -38, 1, 0, 0, 0, 0, 0]}, encodingId=NodeId{ns=0, id=864}}} 0:ServiceLevel (ns=0;i=2267) [Variable] └─ value = Variant{value=255} 0:Auditing (ns=0;i=2994) [Variable] └─ value = Variant{value=false} 0:EstimatedReturnTime (ns=0;i=12885) [Variable] └─ value = Variant{value=null} 0:LocalTime (ns=0;i=17634) [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] 0:Dictionaries (ns=0;i=17594) [Object] 0:ServerConfiguration (ns=0;i=12637) [Object] 0:PublishSubscribe (ns=0;i=14443) [Object] 0:Resources (ns=0;i=24226) [Object] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s -- in org.eclipse.milo.opcua.sdk.client.AddressSpaceTest [INFO] Running org.eclipse.milo.opcua.sdk.server.methods.ConditionRefreshMethodTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 18ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:11288/test to localhost:11288 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:11288/test to localhost:11288 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:11288/test/discovery to localhost:11288 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:11288/test to localhost:11288 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:11288/test to localhost:11288 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:11288/test/discovery to localhost:11288 [None/None] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 s -- in org.eclipse.milo.opcua.sdk.server.methods.ConditionRefreshMethodTest [INFO] Running org.eclipse.milo.opcua.sdk.server.methods.AbstractMethodInvocationHandlerTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 19ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:58135/test to localhost:58135 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:58135/test to localhost:58135 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:58135/test/discovery to localhost:58135 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:58135/test to localhost:58135 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:58135/test to localhost:58135 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:58135/test/discovery to localhost:58135 [None/None] result: StatusCode{name=Bad_InvalidArgument, value=0x80AB0000, quality=bad} inputArgumentResults: [StatusCode{name=Bad_OutOfRange, value=0x803C0000, quality=bad}] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.240 s -- in org.eclipse.milo.opcua.sdk.server.methods.AbstractMethodInvocationHandlerTest [INFO] Running org.eclipse.milo.opcua.sdk.server.typetree.ServerDataTypeTreeTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 34ms. [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:49383/test to localhost:49383 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:49383/test to localhost:49383 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://localhost:49383/test/discovery to localhost:49383 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:49383/test to localhost:49383 [None/None] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:49383/test to localhost:49383 [Basic256Sha256/SignAndEncrypt] [main] INFO org.eclipse.milo.opcua.sdk.server.OpcUaServer - Binding endpoint opc.tcp://127.0.0.1:49383/test/discovery to localhost:49383 [None/None] 0:BaseDataType 0:Boolean 0:ByteString 0:ApplicationInstanceCertificate 0:AudioDataType 0:ContinuationPoint 0:Image 0:ImageBMP 0:ImageGIF 0:ImageJPG 0:ImagePNG 0:DataValue 0:DateTime 0:UtcTime 0:DiagnosticInfo 0:Enumeration 0:ApplicationType 0:AxisScaleEnumeration 0:BrokerTransportQualityOfService 0:DataSetOrderingType 0:DiagnosticsLevel 0:Duplex 0:ExceptionDeviationFormat 0:FilterOperator 0:HistoryUpdateType 0:IdType 0:IdentityCriteriaType 0:InterfaceAdminStatus 0:InterfaceOperStatus 0:MessageSecurityMode 0:NamingRuleType 0:NegotiationStatus 0:NodeAttributesMask 0:NodeClass 0:OpenFileMode 0:OverrideValueHandling 0:PerformUpdateType 0:PubSubDiagnosticsCounterClassification 0:PubSubState 0:RedundancySupport 0:SecurityTokenRequestType 0:ServerState 0:StructureType 0:TrustListMasks 0:TsnFailureCode 0:TsnListenerStatus 0:TsnStreamState 0:TsnTalkerStatus 0:UserTokenType 0:ExpandedNodeId 0:Guid 0:LocalizedText 0:NodeId 0:SessionAuthenticationToken 0:Number 0:Decimal 0:Double 0:Duration 0:Float 0:Integer 0:Int16 0:Int32 0:Int64 0:SByte 0:UInteger 0:Byte 0:AccessLevelType 0:EventNotifierType 0:UInt16 0:AccessRestrictionType 0:DataSetFieldFlags 0:UInt32 0:AccessLevelExType 0:AttributeWriteMask 0:Counter 0:DataSetFieldContentMask 0:Index 0:IntegerId 0:JsonDataSetMessageContentMask 0:JsonNetworkMessageContentMask 0:PasswordOptionsMask 0:PermissionType 0:PubSubConfigurationRefMask 0:UadpDataSetMessageContentMask 0:UadpNetworkMessageContentMask 0:UserConfigurationMask 0:VersionTime 0:UInt64 0:BitFieldMaskDataType 0:QualifiedName 0:StatusCode 0:String 0:DateString 0:DecimalString 0:DurationString 0:LocaleId 0:NormalizedString 0:NumericRange 0:SemanticVersionString 0:TimeString 0:UriString 0:Structure 0:AddNodesItem 0:AddReferencesItem 0:AdditionalParametersType 0:AggregateConfiguration 0:AliasNameDataType 0:Annotation 0:ApplicationDescription 0:Argument 0:AxisInformation 0:BuildInfo 0:CartesianCoordinates 0:ThreeDCartesianCoordinates 0:ComplexNumberType 0:ConfigurationVersionDataType 0:ConnectionTransportDataType 0:BrokerConnectionTransportDataType 0:DatagramConnectionTransportDataType 0:DatagramConnectionTransport2DataType 0:ContentFilter 0:ContentFilterElement 0:CurrencyUnitType 0:DataSetReaderDataType 0:DataSetReaderMessageDataType 0:JsonDataSetReaderMessageDataType 0:UadpDataSetReaderMessageDataType 0:DataSetReaderTransportDataType 0:BrokerDataSetReaderTransportDataType 0:DatagramDataSetReaderTransportDataType 0:DataSetWriterDataType 0:DataSetWriterMessageDataType 0:JsonDataSetWriterMessageDataType 0:UadpDataSetWriterMessageDataType 0:DataSetWriterTransportDataType 0:BrokerDataSetWriterTransportDataType 0:DataTypeDefinition 0:EnumDefinition 0:StructureDefinition 0:DataTypeDescription 0:EnumDescription 0:SimpleTypeDescription 0:StructureDescription 0:DataTypeSchemaHeader 0:DataSetMetaDataType 0:UABinaryFileDataType 0:DeleteNodesItem 0:DeleteReferencesItem 0:DiscoveryConfiguration 0:MdnsDiscoveryConfiguration 0:DoubleComplexNumberType 0:EUInformation 0:EndpointConfiguration 0:EndpointDescription 0:EndpointType 0:EndpointUrlListDataType 0:EnumValueType 0:EnumField 0:EphemeralKeyType 0:FieldMetaData 0:FieldTargetDataType 0:FilterOperand 0:AttributeOperand 0:ElementOperand 0:LiteralOperand 0:SimpleAttributeOperand 0:Frame 0:ThreeDFrame 0:HistoryEvent 0:HistoryEventFieldList 0:IdentityMappingRuleType 0:KeyValuePair 2:MatrixTestType 0:ModelChangeStructureDataType 0:MonitoringFilter 0:EventFilter 0:NetworkAddressDataType 0:NetworkAddressUrlDataType 0:NetworkGroupDataType 0:OptionSet 0:Orientation 0:ThreeDOrientation 0:PortableNodeId 0:PortableQualifiedName 0:PriorityMappingEntryType 0:ProgramDiagnostic2DataType 0:ProgramDiagnosticDataType 0:PubSubConfigurationDataType 0:PubSubConfiguration2DataType 0:PubSubConfigurationRefDataType 0:PubSubConfigurationValueDataType 0:PubSubConnectionDataType 0:PubSubGroupDataType 0:ReaderGroupDataType 0:WriterGroupDataType 0:PubSubKeyPushTargetDataType 0:PublishedDataSetDataType 0:PublishedDataSetSourceDataType 0:PublishedDataItemsDataType 0:PublishedDataSetCustomSourceDataType 0:PublishedEventsDataType 0:PublishedVariableDataType 0:QosDataType 0:ReceiveQosDataType 0:ReceiveQosPriorityDataType 0:TransmitQosDataType 0:TransmitQosPriorityDataType 0:Range 0:RationalNumber 0:ReaderGroupMessageDataType 0:ReaderGroupTransportDataType 0:RedundantServerDataType 0:RegisteredServer 0:RelativePath 0:RelativePathElement 0:RolePermissionType 0:SamplingIntervalDiagnosticsDataType 0:SecurityGroupDataType 0:SemanticChangeStructureDataType 0:ServerDiagnosticsSummaryDataType 0:ServerOnNetwork 0:ServerStatusDataType 0:ServiceCounterDataType 0:SessionDiagnosticsDataType 0:SessionSecurityDiagnosticsDataType 0:SignedSoftwareCertificate 0:StatusResult 0:StructureField 0:SubscribedDataSetDataType 0:StandaloneSubscribedDataSetDataType 0:StandaloneSubscribedDataSetRefDataType 0:SubscribedDataSetMirrorDataType 0:TargetVariablesDataType 0:SubscriptionDiagnosticsDataType 0:TimeZoneDataType 0:TrustListDataType 0:Union 0:UnsignedRationalNumber 0:UserIdentityToken 0:AnonymousIdentityToken 0:IssuedIdentityToken 0:UserNameIdentityToken 0:X509IdentityToken 0:UserManagementDataType 0:UserTokenPolicy 0:Vector 0:ThreeDVector 0:WriterGroupMessageDataType 0:JsonWriterGroupMessageDataType 0:UadpWriterGroupMessageDataType 0:WriterGroupTransportDataType 0:BrokerWriterGroupTransportDataType 0:DatagramWriterGroupTransportDataType 0:DatagramWriterGroupTransport2DataType 0:XVType 0:XmlElement 0:String : class java.lang.String 0:UriString : class java.lang.String 0:SemanticVersionString : 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:LocaleId : class java.lang.String 0:NumericRange : class java.lang.String 0:DateTime : 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:AudioDataType : 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:Union : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:KeyValuePair : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AdditionalParametersType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EphemeralKeyType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RationalNumber : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Vector : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ThreeDVector : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:CartesianCoordinates : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ThreeDCartesianCoordinates : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Orientation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ThreeDOrientation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Frame : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ThreeDFrame : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:IdentityMappingRuleType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:CurrencyUnitType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TrustListDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataTypeSchemaHeader : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UABinaryFileDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetMetaDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataTypeDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StructureDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SimpleTypeDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PortableQualifiedName : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PortableNodeId : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UnsignedRationalNumber : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:FieldMetaData : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ConfigurationVersionDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedDataSetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedDataSetSourceDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedDataItemsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedEventsDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedDataSetCustomSourceDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PublishedVariableDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetWriterDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetWriterTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BrokerDataSetWriterTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetWriterMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UadpDataSetWriterMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:JsonDataSetWriterMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:WriterGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReaderGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:WriterGroupTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramWriterGroupTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramWriterGroupTransport2DataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BrokerWriterGroupTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:WriterGroupMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UadpWriterGroupMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:JsonWriterGroupMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConnectionDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ConnectionTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramConnectionTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramConnectionTransport2DataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BrokerConnectionTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:NetworkAddressDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:NetworkAddressUrlDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReaderGroupTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReaderGroupMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetReaderDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetReaderTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DatagramDataSetReaderTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BrokerDataSetReaderTransportDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataSetReaderMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UadpDataSetReaderMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:JsonDataSetReaderMessageDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SubscribedDataSetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TargetVariablesDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SubscribedDataSetMirrorDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StandaloneSubscribedDataSetRefDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StandaloneSubscribedDataSetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:FieldTargetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConfigurationDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConfiguration2DataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:SecurityGroupDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubKeyPushTargetDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:QosDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TransmitQosDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TransmitQosPriorityDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReceiveQosDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ReceiveQosPriorityDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConfigurationRefDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PubSubConfigurationValueDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:AliasNameDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserManagementDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:PriorityMappingEntryType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RolePermissionType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DataTypeDefinition : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StructureDefinition : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumDefinition : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:StructureField : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Argument : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumValueType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EnumField : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:OptionSet : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:TimeZoneDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ApplicationDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ServerOnNetwork : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:UserTokenPolicy : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointDescription : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RegisteredServer : 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:SignedSoftwareCertificate : 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: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:RelativePathElement : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RelativePath : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:EndpointConfiguration : 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: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:AggregateConfiguration : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:HistoryEventFieldList : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:BuildInfo : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:RedundantServerDataType : 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: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:StatusResult : 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:SemanticChangeStructureDataType : 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:ComplexNumberType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:DoubleComplexNumberType : 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:ProgramDiagnosticDataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:ProgramDiagnostic2DataType : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 0:Annotation : class org.eclipse.milo.opcua.stack.core.types.builtin.ExtensionObject 2:MatrixTestType : 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:DataSetFieldContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:UadpNetworkMessageContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:UadpDataSetMessageContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:JsonNetworkMessageContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:JsonDataSetMessageContentMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:PubSubConfigurationRefMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:PasswordOptionsMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:UserConfigurationMask : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:PermissionType : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:AccessLevelExType : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:Index : 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:VersionTime : class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger 0:AttributeWriteMask : 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:OpenFileMode : class java.lang.Integer 0:IdentityCriteriaType : class java.lang.Integer 0:TrustListMasks : class java.lang.Integer 0:PubSubState : class java.lang.Integer 0:OverrideValueHandling : class java.lang.Integer 0:DataSetOrderingType : class java.lang.Integer 0:BrokerTransportQualityOfService : class java.lang.Integer 0:DiagnosticsLevel : class java.lang.Integer 0:PubSubDiagnosticsCounterClassification : class java.lang.Integer 0:Duplex : class java.lang.Integer 0:InterfaceAdminStatus : class java.lang.Integer 0:InterfaceOperStatus : class java.lang.Integer 0:NegotiationStatus : class java.lang.Integer 0:TsnFailureCode : class java.lang.Integer 0:TsnStreamState : class java.lang.Integer 0:TsnTalkerStatus : class java.lang.Integer 0:TsnListenerStatus : class java.lang.Integer 0:IdType : class java.lang.Integer 0:NodeClass : class java.lang.Integer 0:StructureType : class java.lang.Integer 0:ApplicationType : class java.lang.Integer 0:MessageSecurityMode : class java.lang.Integer 0:UserTokenType : class java.lang.Integer 0:SecurityTokenRequestType : class java.lang.Integer 0:NodeAttributesMask : class java.lang.Integer 0:FilterOperator : class java.lang.Integer 0:HistoryUpdateType : class java.lang.Integer 0:PerformUpdateType : class java.lang.Integer 0:RedundancySupport : class java.lang.Integer 0:ServerState : class java.lang.Integer 0:AxisScaleEnumeration : class java.lang.Integer 0:ExceptionDeviationFormat : class java.lang.Integer [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in org.eclipse.milo.opcua.sdk.server.typetree.ServerDataTypeTreeTest [INFO] Running org.eclipse.milo.opcua.sdk.server.types.ReferenceTypeTreeBuilderTest [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - security temp dir: /tmp/security [main] INFO org.eclipse.milo.opcua.sdk.test.TestServer - pki dir: /tmp/security/pki [main] INFO org.eclipse.milo.opcua.sdk.test.KeyStoreLoader - Loading KeyStore at /tmp/security/example-server.pfx [main] INFO org.eclipse.milo.opcua.sdk.server.namespaces.OpcUaNamespace - Loaded 4599 nodes in 27ms. 0:References 0:NonHierarchicalReferences 0:HasModellingRule 0:HasEncoding 0:HasDescription 0:HasTypeDefinition 0:GeneratesEvent 0:AlwaysGeneratesEvent 0:FromState 0:ToState 0:HasCause 0:HasEffect 0:HasEffectDisable 0:HasEffectEnable 0:HasEffectSuppressed 0:HasEffectUnsuppressed 0:HasSubStateMachine 0:AssociatedWith 0:IsDeprecated 0:HasDictionaryEntry 0:HasInterface 0:HasTrueSubState 0:HasFalseSubState 0:HasCondition 0:AliasFor 0:UsesPriorityMappingTable 0:IsExecutableOn 0:Utilizes 0:IsExecutingOn 0:IsHostedBy 0:IsPhysicallyConnectedTo 0:RepresentsSameEntityAs 0:RepresentsSameHardwareAs 0:RepresentsSameFunctionalityAs 0:HierarchicalReferences 0:HasChild 0:Aggregates 0:HasProperty 0:HasComponent 0:HasOrderedComponent 0:HasStructuredComponent 0:HasArgumentDescription 0:HasOptionalInputArgumentDescription 0:HasGuard 0:HasAddIn 0:HasAlarmSuppressionGroup 0:HasPubSubConnection 0:HasDataSetWriter 0:HasWriterGroup 0:HasDataSetReader 0:HasReaderGroup 0:HasPhysicalComponent 0:HasContainedComponent 0:HasAttachedComponent 0:HasHistoricalConfiguration 0:HasSubtype 0:Organizes 0:AlarmGroupMember 0:HasEventSource 0:HasNotifier 0:HasPushedSecurityGroup 0:DataSetToWriter 0:HasLowerLayerInterface 0:Controls 0:Requires [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.milo.opcua.sdk.server.types.ReferenceTypeTreeBuilderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 106, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ milo-integration-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/integration-tests/target/milo-integration-tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- shade:3.5.0:shade (default) @ milo-integration-tests --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/integration-tests/target/milo-integration-tests-1.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/Milo_Test_Dev1.0/opc-ua-sdk/integration-tests/target/milo-integration-tests-1.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- failsafe:3.1.2:integration-test (default) @ milo-integration-tests --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ milo-integration-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- failsafe:3.1.2:verify (default) @ milo-integration-tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Milo - OPC UA (IEC 62541) 1.0.0-SNAPSHOT: [INFO] [INFO] Eclipse Milo Build Tools ........................... SUCCESS [ 4.957 s] [INFO] Eclipse Milo - OPC UA (IEC 62541) .................. SUCCESS [ 5.748 s] [INFO] milo-opc-ua-stack .................................. SUCCESS [ 2.083 s] [INFO] milo-guava-dependencies ............................ SUCCESS [ 5.599 s] [INFO] milo-stack-core .................................... SUCCESS [ 31.506 s] [INFO] milo-transport ..................................... SUCCESS [ 4.332 s] [INFO] milo-opc-ua-sdk .................................... SUCCESS [ 0.530 s] [INFO] milo-sdk-core ...................................... SUCCESS [ 3.432 s] [INFO] milo-sdk-client .................................... SUCCESS [ 10.561 s] [INFO] milo-encoding-json ................................. SUCCESS [ 2.436 s] [INFO] milo-codec-json .................................... SUCCESS [ 5.186 s] [INFO] milo-dtd-core ...................................... SUCCESS [ 4.704 s] [INFO] milo-dtd-reader .................................... SUCCESS [ 12.674 s] [INFO] milo-sdk-server .................................... SUCCESS [ 17.596 s] [INFO] milo-dtd-manager ................................... SUCCESS [ 0.460 s] [INFO] milo-examples ...................................... SUCCESS [ 0.006 s] [INFO] milo-server-examples ............................... SUCCESS [ 0.493 s] [INFO] milo-client-examples ............................... SUCCESS [ 0.510 s] [INFO] milo-encoding-xml .................................. SUCCESS [ 1.393 s] [INFO] milo-stack-tests ................................... SUCCESS [ 56.511 s] [INFO] milo-transport-https ............................... SUCCESS [ 0.739 s] [INFO] milo-transport-websocket ........................... SUCCESS [ 0.421 s] [INFO] milo-sdk-tests ..................................... SUCCESS [ 2.603 s] [INFO] milo-integration-tests ............................. SUCCESS [ 20.959 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:15 min [INFO] Finished at: 2024-05-02T15:48:20Z [INFO] ------------------------------------------------------------------------ Setting status of e7ec5ab94ba2ce94cadea258a87f82116eecde91 to SUCCESS with url https://ci.eclipse.org/milo/job/Milo_Test_Dev1.0/146/ and message: 'Build finished. ' Finished: SUCCESS